-- MySQL dump 10.13  Distrib 5.6.51, for Linux (x86_64)
--
-- Host: localhost    Database: twist_water-preserver
-- ------------------------------------------------------
-- Server version	5.6.51

/*!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 utf8 */;
/*!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 `twistAddress`
--

DROP TABLE IF EXISTS `twistAddress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistAddress` (
  `addressAppID` int(11) NOT NULL DEFAULT '0',
  `addressChannel` tinyint(1) NOT NULL DEFAULT '0',
  `addressCode` varchar(100) NOT NULL,
  `addressContact` tinyint(1) NOT NULL DEFAULT '0',
  `addressContentVersionIDLarge` int(11) NOT NULL DEFAULT '0',
  `addressContentVersionIDMedium` int(11) NOT NULL DEFAULT '0',
  `addressContentVersionIDSmall` int(11) NOT NULL DEFAULT '0',
  `addressDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `addressDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `addressGUID` varchar(38) NOT NULL,
  `addressID` int(11) NOT NULL AUTO_INCREMENT,
  `addressInformation` tinyint(1) NOT NULL DEFAULT '0',
  `addressInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `addressInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `addressIsBusiness` tinyint(1) NOT NULL DEFAULT '0',
  `addressIsPersonal` tinyint(1) NOT NULL DEFAULT '0',
  `addressName` varchar(100) NOT NULL,
  `addressNameAdmin` varchar(100) NOT NULL,
  `addressNameInternal` varchar(100) NOT NULL,
  `addressNamePublic` varchar(100) NOT NULL,
  `addressOverview` varchar(500) NOT NULL,
  `addressPhysical` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalAltitude` float NOT NULL DEFAULT '0',
  `addressPhysicalBusiness` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalEarthDistance` float NOT NULL DEFAULT '0',
  `addressPhysicalEarthDistanceUnit` varchar(10) DEFAULT NULL,
  `addressPhysicalCity` varchar(100) NOT NULL,
  `addressPhysicalCompiled` varchar(200) NOT NULL,
  `addressPhysicalCompiledPostalVerifiedDate` date NOT NULL DEFAULT '0000-00-00',
  `addressPhysicalCompiledPostalVerifiedTime` time NOT NULL DEFAULT '00:00:00',
  `addressPhysicalCountry` varchar(100) NOT NULL,
  `addressPhysicalCounty` varchar(100) NOT NULL,
  `addressPhysicalGalaxy` varchar(100) NOT NULL,
  `addressPhysicalLatitude` float NOT NULL DEFAULT '0',
  `addressPhysicalLongitude` float NOT NULL DEFAULT '0',
  `addressPhysicalReceiveFreight` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalReceiveIntroduction` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalReceiveMail` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalReceiveMarketing` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalReceivePackage` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalResidence` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalSendFreight` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalSendIntroduction` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalSendMail` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalSendMarketing` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalSendPackage` tinyint(1) NOT NULL DEFAULT '0',
  `addressPhysicalState` varchar(100) NOT NULL,
  `addressPhysicalStreet1` varchar(100) NOT NULL,
  `addressPhysicalStreet2` varchar(100) NOT NULL,
  `addressPhysicalZipcode` varchar(10) NOT NULL,
  `addressUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `addressUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `addressVirtual` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualIPv4` varchar(15) NOT NULL,
  `addressVirtualIPv6` varchar(39) NOT NULL,
  `addressVirtualPhone` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualPhoneAreaCode` varchar(3) NOT NULL,
  `addressVirtualPhoneCountryCode` varchar(10) NOT NULL,
  `addressVirtualPhoneExtension` varchar(10) NOT NULL,
  `addressVirtualPhoneLineNumber` varchar(4) NOT NULL,
  `addressVirtualPhonePrefix` varchar(3) NOT NULL,
  `addressVirtualPhoneSuffix` varchar(3) NOT NULL,
  `addressVirtualProtocolFTP` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProtocolHTTP` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProtocolHTTPS` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProtocolIMAP` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProtocolMMS` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProtocolSIP` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProtocolSMS` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProtocolPOP` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProtocolTCP` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProtocolSMTP` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProtocolNNTP` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualProviderCode` varchar(100) NOT NULL,
  `addressVirtualProviderOrganizationID` varchar(100) NOT NULL,
  `addressVirtualReceiveEmail` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualReceiveIntroduction` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualReceiveMarketing` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualReceiveRichMedia` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualReceiveText` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualReceiveVideo` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualReceiveVoice` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualReceiveVoicemail` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualSendEmail` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualSendIntroduction` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualSendMarketing` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualSendRichMedia` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualSendText` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualSendVideo` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualSendVoice` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualSendVoicemail` tinyint(1) NOT NULL DEFAULT '0',
  `addressVirtualText` varchar(100) NOT NULL,
  `addressVirtualTypeCode` varchar(100) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`addressID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistAddress`
--

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

--
-- Table structure for table `twistApp`
--

DROP TABLE IF EXISTS `twistApp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistApp` (
  `appClient` tinyint(1) NOT NULL DEFAULT '0',
  `appCode` varchar(100) NOT NULL,
  `appCodeTitleCase` varchar(100) NOT NULL,
  `appDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `appDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `appEntityRequestCode` varchar(100) NOT NULL,
  `appEntityRequestID` int(11) NOT NULL DEFAULT '0',
  `appGUID` varchar(38) DEFAULT '',
  `appID` int(11) NOT NULL AUTO_INCREMENT,
  `appInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `appInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `appName` varchar(100) NOT NULL,
  `appNameLowerCasePlural` varchar(50) NOT NULL,
  `appNameLowerCaseSingular` varchar(50) NOT NULL,
  `appNameMixedCasePlural` varchar(50) NOT NULL,
  `appNameMixedCaseSingular` varchar(50) NOT NULL,
  `appNamePublic` varchar(100) NOT NULL,
  `appOverview` varchar(500) NOT NULL,
  `appQueryCodeDefault` varchar(100) NOT NULL,
  `appQueryIDDefault` int(11) NOT NULL DEFAULT '0',
  `appQueryViewCodeDefault` varchar(100) NOT NULL,
  `appQueryViewIDDefault` int(11) NOT NULL DEFAULT '0',
  `appSQLTableCodeDefault` varchar(100) NOT NULL,
  `appSQLTableCodeLinkSource` varchar(100) NOT NULL,
  `appSQLTableIDDefault` int(11) NOT NULL DEFAULT '0',
  `appStatusID` int(11) NOT NULL DEFAULT '0',
  `appStatus` varchar(30) NOT NULL,
  `appTitle` varchar(100) NOT NULL,
  `appTypeID` int(11) NOT NULL DEFAULT '0',
  `appUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `appUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `appType` varchar(20) NOT NULL,
  `appVersionCode` varchar(20) NOT NULL,
  `client` tinyint(1) NOT NULL DEFAULT '0',
  `entityRequestID` int(11) NOT NULL DEFAULT '0',
  `insertedPersonID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `queryIDDefault` int(11) NOT NULL DEFAULT '0',
  `queryViewIDDefault` int(11) NOT NULL DEFAULT '0',
  `sqlTableIDDefault` int(11) NOT NULL DEFAULT '0',
  `sqlTableIDLinkSource` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`appID`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistApp`
--

LOCK TABLES `twistApp` WRITE;
/*!40000 ALTER TABLE `twistApp` DISABLE KEYS */;
INSERT INTO `twistApp` VALUES (0,'app','App','0000-00-00 00:00:00',0,'',0,'',1,'2016-05-06 13:06:56',0,'Apps','apps','app','Apps','App','Apps','','',0,'',0,'','',0,0,'active','',0,'0000-00-00 00:00:00',0,'','',0,193,0,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,5,3,88,88,'0000-00-00 00:00:00',0),(0,'dealer','Dealer','0000-00-00 00:00:00',0,'',0,'',2,'2016-05-06 13:39:38',0,'Dealers','dealers','dealer','Dealers','Dealer','Dealers','','',0,'',0,'','',0,0,'active','',0,'0000-00-00 00:00:00',0,'','',0,196,0,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,9,4,91,91,'0000-00-00 00:00:00',0),(0,'person','Person','0000-00-00 00:00:00',0,'',0,'',3,'2016-05-18 17:57:25',0,'People','people','person','People','Person','People','','',0,'',0,'','',0,0,'active','',0,'0000-00-00 00:00:00',0,'','',0,199,0,'0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,13,5,3,3,'0000-00-00 00:00:00',0),(0,'core','Core','0000-00-00 00:00:00',0,'',0,'',6,'2016-07-21 23:06:52',0,'Core','core','core','Core','Core','Core','','',0,'',0,'','',0,0,'active','',0,'0000-00-00 00:00:00',0,'','',0,219,0,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,25,8,0,0,'0000-00-00 00:00:00',0),(0,'app','App','0000-00-00 00:00:00',0,'',0,'',7,'2016-07-21 23:06:52',0,'Apps','apps','app','Apps','App','Apps','','',0,'',0,'','',0,0,'active','',0,'0000-00-00 00:00:00',0,'','',0,222,0,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,29,9,88,88,'0000-00-00 00:00:00',0),(0,'member','Member','0000-00-00 00:00:00',0,'',0,'',5,'2016-06-07 19:30:16',0,'Members','members','member','Members','Member','Members','','',0,'',0,'','',0,0,'active','',0,'0000-00-00 00:00:00',0,'','',0,216,0,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,21,7,49,49,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistApp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistBusinessPartner`
--

DROP TABLE IF EXISTS `twistBusinessPartner`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistBusinessPartner` (
  `dataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) DEFAULT '0',
  `businessPartnerAdvisorEndDate` date NOT NULL DEFAULT '0000-00-00',
  `businessPartnerAdvisorStartDate` date NOT NULL DEFAULT '0000-00-00',
  `businessPartnerOtherEndDate` date NOT NULL DEFAULT '0000-00-00',
  `businessPartnerOtherStartDate` date NOT NULL DEFAULT '0000-00-00',
  `businessPartnerSalesAgentEndDate` date NOT NULL DEFAULT '0000-00-00',
  `businessPartnerSalesAgentStartDate` date NOT NULL DEFAULT '0000-00-00',
  `businessPartnerVendorEndDate` date NOT NULL DEFAULT '0000-00-00',
  `businessPartnerVendorStartDate` date NOT NULL DEFAULT '0000-00-00',
  `businessPartnerCode` varchar(100) NOT NULL,
  `businessPartnerDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `businessPartnerDeletedMemberID` int(11) DEFAULT '0',
  `businessPartnerID` int(11) NOT NULL AUTO_INCREMENT,
  `businessPartnerInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `businessPartnerInsertedMemberID` int(11) DEFAULT '0',
  `businessPartnerIsAdvisor` tinyint(1) NOT NULL DEFAULT '0',
  `businessPartnerIsOther` tinyint(1) NOT NULL DEFAULT '0',
  `businessPartnerIsSalesAgent` tinyint(1) NOT NULL DEFAULT '0',
  `businessPartnerIsVendor` tinyint(1) NOT NULL DEFAULT '0',
  `businessPartnerName` varchar(100) NOT NULL,
  `businessPartnerNamePublic` varchar(100) NOT NULL,
  `businessPartnerOverview` varchar(500) NOT NULL,
  `businessPartnerStatusID` int(11) NOT NULL DEFAULT '0',
  `businessPartnerTypeID` int(11) NOT NULL DEFAULT '0',
  `businessPartnerUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `businessPartnerUpdatedMemberID` int(11) DEFAULT '0',
  PRIMARY KEY (`businessPartnerID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistBusinessPartner`
--

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

--
-- Table structure for table `twistChannel`
--

DROP TABLE IF EXISTS `twistChannel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistChannel` (
  `channelAddress` varchar(100) NOT NULL,
  `channelCode` varchar(100) NOT NULL,
  `channelDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `channelDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `channelID` int(11) NOT NULL AUTO_INCREMENT,
  `channelInbound` tinyint(1) NOT NULL DEFAULT '0',
  `channelInboundChat` tinyint(1) NOT NULL DEFAULT '0',
  `channelInboundEmail` tinyint(1) NOT NULL DEFAULT '0',
  `channelInboundHTTP` tinyint(1) DEFAULT '0',
  `channelInboundMMS` tinyint(1) NOT NULL DEFAULT '0',
  `channelInboundSIP` tinyint(1) NOT NULL DEFAULT '0',
  `channelInboundSMS` tinyint(1) NOT NULL DEFAULT '0',
  `channelInboundVideo` tinyint(1) NOT NULL DEFAULT '0',
  `channelInboundVoice` tinyint(1) NOT NULL DEFAULT '0',
  `channelInboundWeb` tinyint(1) NOT NULL DEFAULT '0',
  `channelInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `channelInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `channelName` varchar(100) NOT NULL,
  `channelNamePublic` varchar(100) NOT NULL,
  `channelOutbound` tinyint(1) NOT NULL DEFAULT '0',
  `channelOutboundChat` tinyint(1) NOT NULL DEFAULT '0',
  `channelOutboundEmail` tinyint(1) NOT NULL DEFAULT '0',
  `channelOutboundHTTP` tinyint(1) DEFAULT '0',
  `channelOutboundMMS` tinyint(1) NOT NULL DEFAULT '0',
  `channelOutboundSIP` tinyint(1) NOT NULL DEFAULT '0',
  `channelOutboundSMS` tinyint(1) NOT NULL DEFAULT '0',
  `channelOutboundVideo` tinyint(1) NOT NULL DEFAULT '0',
  `channelOutboundVoice` tinyint(1) NOT NULL DEFAULT '0',
  `channelOutboundWeb` tinyint(1) NOT NULL DEFAULT '0',
  `channelOverview` varchar(500) NOT NULL,
  `channelUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `channelUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) DEFAULT '0',
  PRIMARY KEY (`channelID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistChannel`
--

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

--
-- Table structure for table `twistContent`
--

DROP TABLE IF EXISTS `twistContent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistContent` (
  `contentContentClassID` int(11) NOT NULL DEFAULT '0',
  `contentDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `contentDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentExists` tinyint(1) NOT NULL DEFAULT '0',
  `contentID` int(11) NOT NULL AUTO_INCREMENT,
  `contentInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `contentInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentName` varchar(100) NOT NULL,
  `contentNamePublic` varchar(100) NOT NULL,
  `contentOverview` varchar(500) NOT NULL,
  `contentStatusID` int(11) NOT NULL DEFAULT '0',
  `contentTypeID` int(11) NOT NULL DEFAULT '0',
  `contentUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `contentUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`contentID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistContent`
--

LOCK TABLES `twistContent` WRITE;
/*!40000 ALTER TABLE `twistContent` DISABLE KEYS */;
INSERT INTO `twistContent` VALUES (0,'0000-00-00 00:00:00',0,1,1,'2016-04-30 17:49:00',2,'  Headshot','  Headshot','',0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistContent` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistContentType`
--

DROP TABLE IF EXISTS `twistContentType`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistContentType` (
  `client` tinyint(1) NOT NULL DEFAULT '0',
  `contentTypeCode` varchar(100) NOT NULL,
  `contentTypeDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `contentTypeDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentTypeID` int(11) NOT NULL AUTO_INCREMENT,
  `contentTypeInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `contentTypeInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentTypeName` varchar(100) NOT NULL,
  `contentTypeNamePublic` varchar(100) NOT NULL,
  `contentTypeOverview` varchar(500) NOT NULL,
  `contentTypeSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `contentTypeSourceFileName` varchar(100) NOT NULL,
  `contentTypeSourceFilePath` varchar(200) NOT NULL,
  `contentTypeStatus` varchar(20) NOT NULL,
  `contentTypeUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `contentTypeUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`contentTypeID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistContentType`
--

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

--
-- Table structure for table `twistContentVersion`
--

DROP TABLE IF EXISTS `twistContentVersion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistContentVersion` (
  `contentID` int(11) NOT NULL DEFAULT '0',
  `contentVersionAnalyzedDate` date NOT NULL DEFAULT '0000-00-00',
  `contentVersionAnalyzedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentVersionAnalyzedTime` time NOT NULL DEFAULT '00:00:00',
  `contentVersionAppID` int(11) NOT NULL DEFAULT '0',
  `contentVersionArchivedDate` date NOT NULL DEFAULT '0000-00-00',
  `contentVersionArchivedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentVersionArchivedTime` time NOT NULL DEFAULT '00:00:00',
  `contentVersionCheckedOutDate` date NOT NULL DEFAULT '0000-00-00',
  `contentVersionCheckedOutMemberID` int(11) NOT NULL DEFAULT '0',
  `contentVersionCheckedOutTime` time NOT NULL DEFAULT '00:00:00',
  `contentVersionCode` varchar(100) NOT NULL,
  `contentVersionContentID` int(11) NOT NULL DEFAULT '0',
  `contentVersionContentTemplateID` int(11) NOT NULL DEFAULT '0',
  `contentVersionCreatedDate` date NOT NULL DEFAULT '0000-00-00',
  `contentVersionCreatedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentVersionCreatedTime` time NOT NULL DEFAULT '00:00:00',
  `contentVersionDataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `contentVersionDataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `contentVersionDataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `contentVersionDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `contentVersionDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentVersionDestroyedDate` date NOT NULL DEFAULT '0000-00-00',
  `contentVersionDestroyedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentVersionDestroyedTime` time NOT NULL DEFAULT '00:00:00',
  `contentVersionDimensionDepth` smallint(6) NOT NULL DEFAULT '0',
  `contentVersionDimensionHeight` smallint(6) NOT NULL,
  `contentVersionDimensionUnitID` int(11) NOT NULL DEFAULT '0',
  `contentVersionDimensionWidth` smallint(6) NOT NULL,
  `contentVersionExists` tinyint(1) NOT NULL DEFAULT '0',
  `contentVersionFormatID` int(11) NOT NULL DEFAULT '0',
  `contentVersionHardcopyCount` smallint(6) NOT NULL,
  `contentVersionID` int(11) NOT NULL AUTO_INCREMENT,
  `contentVersionInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `contentVersionInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentVersionName` varchar(100) NOT NULL,
  `contentVersionNamePublic` varchar(100) NOT NULL,
  `contentVersionOverview` varchar(500) NOT NULL,
  `contentVersionResolutionID` int(11) NOT NULL DEFAULT '0',
  `contentVersionSource` varchar(4000) NOT NULL,
  `contentVersionSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `contentVersionSourceFileName` varchar(100) NOT NULL,
  `contentVersionSourceFilePath` varchar(100) NOT NULL,
  `contentVersionTitle` varchar(100) NOT NULL,
  `contentVersionTypeID` int(11) NOT NULL DEFAULT '0',
  `contentVersionUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `contentVersionUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `fileID` int(11) NOT NULL DEFAULT '0',
  `pixelHeightx` int(11) NOT NULL DEFAULT '0',
  `pixelWidthx` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`contentVersionID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistContentVersion`
--

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

--
-- Table structure for table `twistCore`
--

DROP TABLE IF EXISTS `twistCore`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistCore` (
  `dataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) DEFAULT '0',
  `coreCode` varchar(100) NOT NULL,
  `coreDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `coreDeletedMemberID` int(11) DEFAULT '0',
  `coreID` int(11) NOT NULL AUTO_INCREMENT,
  `coreInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `coreInsertedMemberID` int(11) DEFAULT '0',
  `coreName` varchar(100) NOT NULL,
  `coreNamePublic` varchar(100) NOT NULL,
  `coreOverview` varchar(500) NOT NULL,
  `coreStatusID` int(11) NOT NULL DEFAULT '0',
  `coreTypeID` int(11) NOT NULL DEFAULT '0',
  `coreUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `coreUpdatedMemberID` int(11) DEFAULT '0',
  PRIMARY KEY (`coreID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistCore`
--

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

--
-- Table structure for table `twistCustomerClient`
--

DROP TABLE IF EXISTS `twistCustomerClient`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistCustomerClient` (
  `dataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) DEFAULT '0',
  `customerClientClientStartDate` date NOT NULL DEFAULT '0000-00-00',
  `customerClientClientStartTime` date NOT NULL DEFAULT '0000-00-00',
  `customerClientCode` varchar(100) NOT NULL,
  `customerClientCustomerStartDate` date NOT NULL DEFAULT '0000-00-00',
  `customerClientCustomerStartTime` date NOT NULL DEFAULT '0000-00-00',
  `customerClientDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `customerClientDeletedMemberID` int(11) DEFAULT '0',
  `customerClientID` int(11) NOT NULL AUTO_INCREMENT,
  `customerClientInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `customerClientInsertedMemberID` int(11) DEFAULT '0',
  `customerClientIsClient` tinyint(1) NOT NULL DEFAULT '0',
  `customerClientIsCustomer` tinyint(1) NOT NULL DEFAULT '0',
  `customerClientName` varchar(100) NOT NULL,
  `customerClientNamePublic` varchar(100) NOT NULL,
  `customerClientOverview` varchar(500) NOT NULL,
  `customerClientPrimaryPersonID` int(11) DEFAULT '0',
  `customerClientPrimaryOrganizationID` int(11) DEFAULT '0',
  `customerClientStatusID` int(11) NOT NULL DEFAULT '0',
  `customerClientTypeID` int(11) NOT NULL DEFAULT '0',
  `customerClientUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `customerClientUpdatedMemberID` int(11) DEFAULT '0',
  PRIMARY KEY (`customerClientID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistCustomerClient`
--

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

--
-- Table structure for table `twistDataManager`
--

DROP TABLE IF EXISTS `twistDataManager`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistDataManager` (
  `actionBar` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarBookmark` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarBookmarkEntityRequest` varchar(100) NOT NULL,
  `actionBarCall` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarCallEntityRequest` varchar(100) NOT NULL,
  `actionBarDelete` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarDeleteEntityRequest` varchar(100) NOT NULL,
  `actionBarHelp` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarHelpEntityRequest` varchar(100) NOT NULL,
  `actionBarLinkAdd` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarLinkAddEntityRequest` varchar(100) NOT NULL,
  `actionBarLinkShow` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarLinkShowEntityRequest` varchar(100) NOT NULL,
  `actionBarMessage` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarMessageEntityRequest` varchar(100) NOT NULL,
  `actionBarNote` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarNoteEntityRequest` varchar(100) NOT NULL,
  `actionBarReport` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarReportEntityRequest` varchar(100) NOT NULL,
  `actionBarRow` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarRowEntityRequest` varchar(100) NOT NULL,
  `actionBarRowFirst` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarRowFirstEntityRequest` varchar(100) NOT NULL,
  `actionBarRowLast` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarRowLastEntityRequest` varchar(100) NOT NULL,
  `actionBarRowNext` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarRowNextEntityRequest` varchar(100) NOT NULL,
  `actionBarRowPrevious` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarRowPreviousEntityRequest` varchar(100) NOT NULL,
  `actionBarSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarSourceFileName` varchar(100) NOT NULL,
  `actionBarSourceFilePath` varchar(200) NOT NULL,
  `actionBarSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarWorkflow` tinyint(1) NOT NULL DEFAULT '0',
  `actionBarWorkflowEntityRequest` varchar(100) NOT NULL,
  `appID` int(11) NOT NULL DEFAULT '0',
  `contentAreaSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `contentAreaSourceFileName` varchar(100) NOT NULL,
  `contentAreaSourceFilePath` varchar(200) NOT NULL,
  `contentAreaSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `dataManagerCode` varchar(100) NOT NULL,
  `dataManagerID` int(11) NOT NULL AUTO_INCREMENT,
  `dataManagerName` varchar(100) NOT NULL,
  `dataManagerNamePublic` varchar(100) NOT NULL,
  `dataManagerOptionIDDefault` int(11) NOT NULL DEFAULT '0',
  `dataManagerOverview` varchar(1000) NOT NULL,
  `dataManagerQueryIDDefault` int(11) NOT NULL DEFAULT '0',
  `dataManagerShowLinks` tinyint(1) NOT NULL DEFAULT '0',
  `dataManagerUpdateSourceCode` varchar(4000) NOT NULL,
  `dataManagerUpdateSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `dataManagerUpdateSourceCustom` tinyint(1) NOT NULL DEFAULT '0',
  `dataManagerUpdateSourceFileName` varchar(100) NOT NULL,
  `dataManagerUpdateSourceFilePath` varchar(200) NOT NULL,
  `dataManagerWebTemplateID` int(11) NOT NULL DEFAULT '0',
  `deletedCondition` varchar(200) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `footerSection` tinyint(1) NOT NULL DEFAULT '0',
  `footerSectionSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `footerSectionSourceFileName` varchar(100) NOT NULL,
  `footerSectionSourceFilePath` varchar(200) NOT NULL,
  `footerSectionSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `headerSection` tinyint(1) NOT NULL DEFAULT '0',
  `headerSectionSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `headerSectionSourceFileName` varchar(100) NOT NULL,
  `headerSectionSourceFilePath` varchar(200) NOT NULL,
  `headerSectionSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `queryID` int(11) NOT NULL DEFAULT '0',
  `roleOptionID` int(11) NOT NULL DEFAULT '0',
  `tabMenu` tinyint(1) NOT NULL DEFAULT '0',
  `tabMenuSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `tabMenuSourceFileName` varchar(100) NOT NULL,
  `tabMenuSourceFilePath` varchar(200) NOT NULL,
  `tabMenuSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`dataManagerID`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistDataManager`
--

LOCK TABLES `twistDataManager` WRITE;
/*!40000 ALTER TABLE `twistDataManager` DISABLE KEYS */;
INSERT INTO `twistDataManager` VALUES (1,0,'',0,'',1,'',0,'',0,'',0,'',0,'',0,'',0,'',1,'',1,'',1,'',1,'',1,'',0,'','',0,0,'',1,0,'','',0,'appDataManager',2,'App Data Manager','App Data Manager',2,'',0,0,'',0,0,'','',0,'','0000-00-00 00:00:00',0,1,0,'','',0,0,0,'','',0,'2016-05-06 13:34:38',0,8,0,1,0,'','',0,'2016-06-07 12:17:00',2),(1,0,'',0,'',1,'',0,'',0,'',0,'',0,'',0,'',0,'',1,'',1,'',1,'',1,'',1,'',0,'','',0,0,'',2,0,'','',0,'dealerDataManager',3,'Dealer Data Manager','Dealer Data Manager',3,'',0,0,'',0,0,'','',0,'','0000-00-00 00:00:00',0,1,0,'','',0,0,0,'','',0,'2016-05-06 13:39:38',0,12,0,1,0,'','',0,'0000-00-00 00:00:00',0),(1,0,'',0,'',1,'',0,'',0,'',0,'',0,'',0,'',0,'',1,'',1,'',1,'',1,'',1,'',0,'','',0,0,'',3,0,'','',0,'personDataManager',4,'Person Data Manager','Person Data Manager',4,'',0,0,'',0,0,'','',0,'','0000-00-00 00:00:00',0,1,0,'','',0,0,0,'','',0,'2016-05-18 17:57:25',0,16,0,1,0,'','',0,'0000-00-00 00:00:00',0),(1,0,'',0,'',1,'',0,'',0,'',0,'',0,'',0,'',0,'',1,'',1,'',1,'',1,'',1,'',0,'','',0,0,'',5,0,'','',0,'memberDataManager',6,'Member Data Manager','Member Data Manager',6,'',0,0,'',0,0,'','',0,'','0000-00-00 00:00:00',0,1,0,'','',0,0,0,'','',0,'2016-06-07 19:30:16',0,24,0,1,0,'','',0,'0000-00-00 00:00:00',0),(1,0,'',0,'',1,'',0,'',0,'',0,'',0,'',0,'',0,'',1,'',1,'',1,'',1,'',1,'',0,'','',0,0,'',6,0,'','',0,'coreDataManager',7,'Core Data Manager','Core Data Manager',7,'',0,0,'',0,0,'','',0,'','0000-00-00 00:00:00',0,1,0,'','',0,0,0,'','',0,'2016-07-21 23:06:52',0,28,0,1,0,'','',0,'0000-00-00 00:00:00',0),(1,0,'',0,'',1,'',0,'',0,'',0,'',0,'',0,'',0,'',1,'',1,'',1,'',1,'',1,'',0,'','',0,0,'',1,0,'','',0,'appDataManager',8,'App Data Manager','App Data Manager',8,'',0,0,'',0,0,'','',0,'','0000-00-00 00:00:00',0,1,0,'','',0,0,0,'','',0,'2016-07-21 23:06:52',0,32,0,1,0,'','',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistDataManager` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistDataManagerOption`
--

DROP TABLE IF EXISTS `twistDataManagerOption`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistDataManagerOption` (
  `actionBarSourceFileName` varchar(100) NOT NULL,
  `actionBarSourceFilePath` varchar(200) NOT NULL,
  `actionBarSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `contentAreaSourceFileName` varchar(100) NOT NULL,
  `contentAreaSourceFilePath` varchar(200) NOT NULL,
  `contentAreaSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `dataManagerID` int(11) NOT NULL DEFAULT '0',
  `dataManagerOptionCode` varchar(100) NOT NULL,
  `dataManagerOptionCustom` tinyint(1) NOT NULL DEFAULT '0',
  `dataManagerOptionID` int(11) NOT NULL AUTO_INCREMENT,
  `dataManagerOptionName` varchar(100) NOT NULL,
  `dataManagerOptionNamePublic` varchar(100) NOT NULL,
  `dataManagerOptionOverview` varchar(1000) NOT NULL,
  `dataManagerOptionSourceFileName` varchar(100) NOT NULL,
  `dataManagerOptionSourceFilePath` varchar(200) NOT NULL,
  `dataManagerOptionSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityRequestID` int(11) NOT NULL DEFAULT '0',
  `footerSectionSourceFileName` varchar(100) NOT NULL,
  `footerSectionSourceFilePath` varchar(200) NOT NULL,
  `footerSectionSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `headerSectionSourceFileName` varchar(100) NOT NULL,
  `headerSectionSourceFilePath` varchar(200) NOT NULL,
  `headerSectionSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `sqlUpdatePrefix` varchar(1000) NOT NULL,
  `tabMenuSourceFileName` varchar(100) NOT NULL,
  `tabMenuSourceFilePath` varchar(200) NOT NULL,
  `tabMenuSourceLocal` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` date NOT NULL DEFAULT '0000-00-00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `webTemplateID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`dataManagerOptionID`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistDataManagerOption`
--

LOCK TABLES `twistDataManagerOption` WRITE;
/*!40000 ALTER TABLE `twistDataManagerOption` DISABLE KEYS */;
INSERT INTO `twistDataManagerOption` VALUES ('','',0,'','',0,4,'personOverview',0,4,'Person Overview ','Overview ','','','',0,'0000-00-00 00:00:00',0,201,'','',0,'','',0,'2016-05-18 17:57:25',0,'UPDATE twistPerson AS prsn SET','','',0,'0000-00-00',0,0),('','',0,'','',0,2,'appOverview',0,2,'App Overview ','Overview ','','','',0,'0000-00-00 00:00:00',0,195,'','',0,'','',0,'2016-05-06 13:06:56',0,'UPDATE twistApp AS app SET','','',0,'0000-00-00',0,0),('','',0,'','',0,3,'dealerOverview',0,3,'Dealer Overview ','Overview ','','','',0,'0000-00-00 00:00:00',0,198,'','',0,'','',0,'2016-05-06 13:39:38',0,'UPDATE twistDealer AS deal SET','','',0,'0000-00-00',0,0),('','',0,'','',0,6,'memberOverview',0,6,'Member Overview ','Overview ','','','',0,'0000-00-00 00:00:00',0,218,'','',0,'','',0,'2016-06-07 19:30:16',0,'UPDATE twistMember AS mebr JOIN twistPerson AS prsn ON mebr.personID = prsn.personID SET','','',0,'0000-00-00',0,0),('','',0,'','',0,7,'coreOverview',0,7,'Core Overview ','Overview ','','','',0,'0000-00-00 00:00:00',0,221,'','',0,'','',0,'2016-07-21 23:06:52',0,'UPDATE twistCore AS core SET','','',0,'0000-00-00',0,0),('','',0,'','',0,8,'appOverview',0,8,'App Overview ','Overview ','','','',0,'0000-00-00 00:00:00',0,224,'','',0,'','',0,'2016-07-21 23:06:52',0,'UPDATE twistApp AS app SET','','',0,'0000-00-00',0,0);
/*!40000 ALTER TABLE `twistDataManagerOption` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistDataManagerSection`
--

DROP TABLE IF EXISTS `twistDataManagerSection`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistDataManagerSection` (
  `cssClass` varchar(100) NOT NULL,
  `cssClassSection` varchar(100) NOT NULL,
  `cssClassSectionContent` varchar(100) NOT NULL,
  `cssStyle` varchar(500) NOT NULL,
  `cssStyleSection` varchar(500) NOT NULL,
  `cssStyleSectionContent` varchar(500) NOT NULL,
  `dataManagerID` int(11) NOT NULL DEFAULT '0',
  `dataManagerOptionID` int(11) NOT NULL DEFAULT '0',
  `dataManagerSectionCode` varchar(100) NOT NULL,
  `dataManagerSectionCustom` tinyint(1) NOT NULL DEFAULT '0',
  `dataManagerSectionID` int(11) NOT NULL AUTO_INCREMENT,
  `dataManagerSectionName` varchar(100) NOT NULL,
  `dataManagerSectionNamePublic` varchar(100) NOT NULL,
  `dataManagerSectionOverview` varchar(1000) NOT NULL,
  `dataManagerSectionSourceCode` varchar(4000) NOT NULL,
  `dataManagerSectionSourceCustom` tinyint(1) NOT NULL DEFAULT '0',
  `dataManagerSectionSourceFileName` varchar(100) NOT NULL,
  `dataManagerSectionSourceFilePath` varchar(200) NOT NULL,
  `dataManagerSectionType` varchar(100) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `displayOrder` smallint(6) NOT NULL DEFAULT '0',
  `domID` varchar(100) NOT NULL,
  `draggable` tinyint(1) NOT NULL DEFAULT '0',
  `formID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `nameVisible` tinyint(1) NOT NULL DEFAULT '0',
  `sectionLayout` varchar(20) NOT NULL,
  `sectionType` varchar(20) NOT NULL,
  `sectionVisible` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `webTemplateID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`dataManagerSectionID`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistDataManagerSection`
--

LOCK TABLES `twistDataManagerSection` WRITE;
/*!40000 ALTER TABLE `twistDataManagerSection` DISABLE KEYS */;
INSERT INTO `twistDataManagerSection` VALUES ('','','','',' height:29; width:942;',' height:490; width:922;',1,1,'dealerDataManagerOptionDealerSectionData1',0,1,'','','','',0,'','','','0000-00-00 00:00:00',0,1,'',0,2,'2016-05-02 18:35:24',0,1,'freeForm','data',1,'0000-00-00 00:00:00',0,0),('','twistDataManagerSectionControl','','','','',1,1,'dealerDataManagerSection1',0,2,'Dealer Data Manager Section 1','Section 1','','',0,'','','','0000-00-00 00:00:00',0,0,'',0,0,'2016-05-02 19:13:43',0,0,'','control',0,'0000-00-00 00:00:00',0,0),('','','','','','float:left; height:px;',2,2,'appDataManagerSectionData1',0,3,'appDataManagerSectionData1','Data Section 1','','',0,'','','','0000-00-00 00:00:00',0,1,'appDataManagerSectionData1',0,4,'2016-05-06 13:06:56',0,1,'freeForm','data',1,'0000-00-00 00:00:00',0,0),('','twistDataManagerSectionControl','','','','',2,2,'appDataManagerSectionControl1',0,4,'appDataManagerSectionControl1','Control Section 1','','',0,'','','','0000-00-00 00:00:00',0,3,'appDataManagerSectionControl1',1,0,'2016-05-06 13:06:56',0,0,'','control',1,'0000-00-00 00:00:00',0,0),('','','','',' height:29; width:1163;',' height:241; width:1143;',3,3,'dealerDataManagerSectionData1',0,5,'dealerDataManagerSectionData1','Data Section 1','','',0,'','','','0000-00-00 00:00:00',0,1,'dealerDataManagerSectionData1',0,6,'2016-05-06 13:39:38',0,1,'freeForm','data',1,'0000-00-00 00:00:00',0,0),('','twistDataManagerSectionControl','','','','',3,3,'dealerDataManagerSectionControl1',0,6,'dealerDataManagerSectionControl1','Control Section 1','','',0,'','','','0000-00-00 00:00:00',0,3,'dealerDataManagerSectionControl1',1,0,'2016-05-06 13:39:38',0,0,'','control',1,'0000-00-00 00:00:00',0,0),('','','','','','float:left; height:px;',4,4,'personDataManagerSectionData1',0,7,'personDataManagerSectionData1','Data Section 1','','',0,'','','','0000-00-00 00:00:00',0,1,'personDataManagerSectionData1',0,8,'2016-05-18 17:57:25',0,1,'freeForm','data',1,'0000-00-00 00:00:00',0,0),('','twistDataManagerSectionControl','','','','',4,4,'personDataManagerSectionControl1',0,8,'personDataManagerSectionControl1','Control Section 1','','',0,'','','','0000-00-00 00:00:00',0,3,'personDataManagerSectionControl1',1,0,'2016-05-18 17:57:25',0,0,'','control',1,'0000-00-00 00:00:00',0,0),('','','','','','float:left; height:px;',6,6,'memberDataManagerSectionData1',0,11,'memberDataManagerSectionData1','Data Section 1','','',0,'','','','0000-00-00 00:00:00',0,1,'memberDataManagerSectionData1',0,12,'2016-06-07 19:30:16',0,1,'freeForm','data',1,'0000-00-00 00:00:00',0,0),('','twistDataManagerSectionControl','','','','',5,5,'memberDataManagerSectionControl1',0,10,'memberDataManagerSectionControl1','Control Section 1','','',0,'','','','0000-00-00 00:00:00',0,3,'memberDataManagerSectionControl1',1,0,'2016-05-18 18:14:44',0,0,'','control',1,'0000-00-00 00:00:00',0,0),('','twistDataManagerSectionControl','','','','',6,6,'memberDataManagerSectionControl1',0,12,'memberDataManagerSectionControl1','Control Section 1','','',0,'','','','0000-00-00 00:00:00',0,3,'memberDataManagerSectionControl1',1,0,'2016-06-07 19:30:16',0,0,'','control',1,'0000-00-00 00:00:00',0,0),('','','','','','float:left; height:px;',7,7,'coreDataManagerSectionData1',0,13,'coreDataManagerSectionData1','Data Section 1','','',0,'','','','0000-00-00 00:00:00',0,1,'coreDataManagerSectionData1',0,14,'2016-07-21 23:06:52',0,1,'freeForm','data',1,'0000-00-00 00:00:00',0,0),('','twistDataManagerSectionControl','','','','',7,7,'coreDataManagerSectionControl1',0,14,'coreDataManagerSectionControl1','Control Section 1','','',0,'','','','0000-00-00 00:00:00',0,3,'coreDataManagerSectionControl1',1,0,'2016-07-21 23:06:52',0,0,'','control',1,'0000-00-00 00:00:00',0,0),('','','','','','float:left; height:px;',8,8,'appDataManagerSectionData1',0,15,'appDataManagerSectionData1','Data Section 1','','',0,'','','','0000-00-00 00:00:00',0,1,'appDataManagerSectionData1',0,16,'2016-07-21 23:06:52',0,1,'freeForm','data',1,'0000-00-00 00:00:00',0,0),('','twistDataManagerSectionControl','','','','',8,8,'appDataManagerSectionControl1',0,16,'appDataManagerSectionControl1','Control Section 1','','',0,'','','','0000-00-00 00:00:00',0,3,'appDataManagerSectionControl1',1,0,'2016-07-21 23:06:52',0,0,'','control',1,'0000-00-00 00:00:00',0,0);
/*!40000 ALTER TABLE `twistDataManagerSection` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistDealer`
--

DROP TABLE IF EXISTS `twistDealer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistDealer` (
  `dataManagerMemberID` int(11) DEFAULT '0',
  `dataOwnerMemberID` int(11) DEFAULT '0',
  `dataOwnerOrganizationID` int(11) DEFAULT '0',
  `dealerAddressCity` varchar(50) NOT NULL,
  `dealerAddressEmail` varchar(50) NOT NULL,
  `dealerAddressPhoneFax` varchar(20) NOT NULL,
  `dealerAddressPhoneMain` varchar(20) NOT NULL,
  `dealerAddressPhoneTollFree` varchar(20) NOT NULL,
  `dealerAddressState` varchar(20) NOT NULL,
  `dealerAddressStreet1` varchar(50) NOT NULL,
  `dealerAddressStreet2` varchar(50) NOT NULL,
  `dealerAddressWebsite` varchar(100) NOT NULL,
  `dealerAddressZipCode` varchar(10) NOT NULL,
  `dealerLogoURL` varchar(200) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) DEFAULT '0',
  `dealerCode` varchar(100) NOT NULL,
  `dealerDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dealerDeletedMemberID` int(11) DEFAULT '0',
  `dealerID` int(11) NOT NULL AUTO_INCREMENT,
  `dealerInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `dealerInsertedMemberID` int(11) DEFAULT '0',
  `dealerName` varchar(100) NOT NULL,
  `dealerNamePublic` varchar(100) NOT NULL,
  `dealerOverview` varchar(500) NOT NULL,
  `dealerStatusID` int(11) NOT NULL DEFAULT '0',
  `dealerTypeID` int(11) NOT NULL DEFAULT '0',
  `dealerUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dealerUpdatedMemberID` int(11) DEFAULT '0',
  PRIMARY KEY (`dealerID`)
) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistDealer`
--

LOCK TABLES `twistDealer` WRITE;
/*!40000 ALTER TABLE `twistDealer` DISABLE KEYS */;
INSERT INTO `twistDealer` VALUES (0,0,0,'San Rafael','','','(415) 459-5500','','California','3095 Kerner Blvd.','Unit 1','https://www.earthquakesupplycenter.com/','','http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/04/earthquake-supply-company-logo-100x100.png','0000-00-00 00:00:00',0,'','0000-00-00 00:00:00',0,1,'2016-04-16 22:42:21',0,'Earthquake Supply Center','','Sells 30 and 55 Gallon Drums',0,0,'0000-00-00 00:00:00',0),(0,0,0,'South Jordan','','','(801) 694-9994','','Utah','960 Melody Court','','','84095','','2016-09-27 17:02:32',5,'','0000-00-00 00:00:00',0,2,'2016-04-16 22:42:21',0,'Preparedness Products','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Upland','','','(888) 463-8756','','California','1834 W. 11th Street','Suite A','http://www.prepandsave.com/','91786','http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/04/prep-and-save-logo-300x300.png','0000-00-00 00:00:00',0,'','0000-00-00 00:00:00',0,3,'2016-04-16 22:52:25',0,'Prep and Save LLC','Prep and Save LLC','Sells Water Bricks and 30 Gallon Drums.\r\n',0,0,'0000-00-00 00:00:00',0),(0,0,0,'','','','','','','','','','','','2016-05-06 07:51:02',2,'test-dealer','0000-00-00 00:00:00',0,4,'2016-05-06 14:50:32',0,'Test Dealer','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'','','','','','','','','','','','2016-05-06 15:44:34',2,'walsh-group','0000-00-00 00:00:00',0,5,'2016-05-06 17:06:01',0,'Walsh Group','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'','','','','','','','','','','','2016-05-10 18:24:38',2,'cary-potter','0000-00-00 00:00:00',0,6,'2016-05-11 01:24:14',0,'Cary Potter','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'','','','','','','','','','','','2016-05-13 15:56:46',2,'morrow-emergency-supply','0000-00-00 00:00:00',0,7,'2016-05-13 22:55:42',0,'Morrow Emergency Supply','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Temecula','','','(951) 676-0057','','California','27999 Jefferson Ave.','','http://www.ranchoarmynavy.com/','92590','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/05/army-navy-logo-100x100.jpg','0000-00-00 00:00:00',0,'rancho-army-navy-store','0000-00-00 00:00:00',0,8,'2016-05-18 19:28:33',0,'Rancho Army Navy Store','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'','','','','','','','','','','','2016-05-18 18:19:57',2,'test-dealer-1','0000-00-00 00:00:00',0,9,'2016-05-19 01:19:53',0,'Test Dealer','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'City of Industry','','','(626) 369-1280','','California','13674 E. Valley Blvd.','','https://www.esafetysupplies.com/','91746','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/ESafety-Supplies-Logo.jpg','0000-00-00 00:00:00',0,'esafety-supplies','0000-00-00 00:00:00',0,10,'2016-05-19 22:03:03',0,'Esafety Supplies','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Westminster','','','(714) 893-5410','','California','15301 Golden West Cir.','','https://www.maydayorders.com/','92683','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/MayDay-Logo.jpg','0000-00-00 00:00:00',0,'mayday-industries','0000-00-00 00:00:00',0,11,'2016-05-19 22:18:00',0,'Mayday Industries','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Escondido','','','(760) 466-1060','','California','1150 Simpson Way','','http://readyamerica.com/','92029','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/Ready-America-Logo.jpg','0000-00-00 00:00:00',0,'ready-america','0000-00-00 00:00:00',0,12,'2016-05-19 22:23:53',0,'Ready America','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'San Diego','','','(858) 554-1150','','California','6805 Nancy Ridge Dr.','','https://www.safe-t-proof.com/','92121','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/Safe-T-Proof.jpg','0000-00-00 00:00:00',0,'safe-t-proof-llc','0000-00-00 00:00:00',0,13,'2016-05-19 22:25:12',0,'Safe-T-Proof LLC','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Draper','','','(801) 553-7088','','Utah','14015 S. Minuteman Dr.','','https://www.thereadystore.com/','84020','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/The-Ready-Store-Logo.jpg','0000-00-00 00:00:00',0,'the-ready-store','0000-00-00 00:00:00',0,14,'2016-05-19 22:30:59',0,'The Ready Store','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'','','','','','','','','','','','2016-05-19 15:33:45',5,'-1','0000-00-00 00:00:00',0,15,'2016-05-19 22:32:02',0,'','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Livermore','','','(925) 425-3282','','California','290 Lindbergh Ave.','','http://www.yoursafetyplace.com/','94551','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/Your-Safety-Place.jpg','0000-00-00 00:00:00',0,'your-safety-place','0000-00-00 00:00:00',0,16,'2016-05-19 22:32:19',0,'Your Safety Place','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Heber','','','(435) 654-3447','','Utah','150 No. Main St.','#204-9','http://www.areyouprepared.com/','84032','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/Emergency-Preparedness-Center.jpg','0000-00-00 00:00:00',0,'emergency-preparedness-center','0000-00-00 00:00:00',0,17,'2016-05-19 22:34:38',0,'Emergency Preparedness Center','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Londonerry','','','(603) 247-3331','','New Hampshire','P.O Box 194','','http://www.koalaenterpriseusa.com/','03053','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/06/Koala-Enterprise-USA-Logo.jpg','0000-00-00 00:00:00',0,'koala-enterprise-usa','0000-00-00 00:00:00',0,18,'2016-05-19 22:36:30',0,'Koala Enterprise USA','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Hawthorne','','','(888) 733-7245','','California','4857 W. 147th St.','Ste. C','https://www.moreprepared.com/','90250','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/More-Prepared-Logo.jpg','0000-00-00 00:00:00',0,'more-prepared','0000-00-00 00:00:00',0,19,'2016-05-19 22:37:44',0,'More Prepared','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Camarillo','','','(805) 388-3911','','California','4045 Via Pescador','','http://www.goprocut.com/','93012','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/06/Emergency-Preparedness-Center-Logo.jpg','0000-00-00 00:00:00',0,'emergency-preparedness-1','0000-00-00 00:00:00',0,20,'2016-05-19 22:39:29',0,'Emergency Preparedness Products','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Pasadena','','','(626) 744-9095','','California','2455 S. Rosemead Blvd.','','http://www.safenready.net/','91107','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/Safe-N-Ready.jpg','0000-00-00 00:00:00',0,'safe-n-ready','0000-00-00 00:00:00',0,21,'2016-05-19 22:41:37',0,'Safe-N-Ready','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Redlands','','','(909) 798-8108','','California','2035 W. Park Ave','Suite 1','http://simplerlife.com/','92373','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/06/Simpler-Life-Logo.jpg','0000-00-00 00:00:00',0,'-1','0000-00-00 00:00:00',0,22,'2016-05-19 22:42:44',0,'Simpler Life','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Seattle','','','(206) 762-0889','','Washington','309 South Cloverdale','#B-10','http://emprep.com/','98108','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/EmPrep-Logo.jpg','0000-00-00 00:00:00',0,'emergency-preparedness-services','0000-00-00 00:00:00',0,23,'2016-05-19 22:45:17',0,'Emergency Preparedness Services','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'St. Louis','','','(314) 423-4333','','Missouri','10440 Trenton Ave','','http://www.quakekare.com/','63132','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/QuakeKare-Logo.jpg','0000-00-00 00:00:00',0,'quake-kare','0000-00-00 00:00:00',0,24,'2016-05-19 22:46:29',0,'Quake Kare','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Rocklin','','','(866) 792-6201','','California','1636 Poppy Circle','','http://www.disasterstuff.com/','95765','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/Disaster-Stuff-Logo.jpg','0000-00-00 00:00:00',0,'disaster-stuff','0000-00-00 00:00:00',0,25,'2016-05-19 22:47:56',0,'Disaster Stuff','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Van Nuys','','','(800) 479-7998','','California','15705 Strathern St.','#11','http://www.sosproducts.com/','91406','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/06/SOS-Survival-Products-Logo.jpg','0000-00-00 00:00:00',0,'sos-survival-products','0000-00-00 00:00:00',0,26,'2016-05-19 22:49:08',0,'S.O.S. Survival Products','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Lemon Grove','','','(619) 263-0901','','California','6420 Federal Blvd.','','https://sddrums.com/','91945','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/SD-Drums-Totes-Logo.jpg','0000-00-00 00:00:00',0,'san-diego-drums','0000-00-00 00:00:00',0,27,'2016-05-19 22:51:04',0,'San Diego Drums','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Palm Desert','','','(760) 220-0813','','California','P.O.Box 10008','','http://www.disastersurvivalskills.com/','92255','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/Disaster-Survival-Skills-Logo.jpg','0000-00-00 00:00:00',0,'disaster-survival-skills','0000-00-00 00:00:00',0,28,'2016-05-19 22:52:18',0,'Disaster Survival Skills','','',0,0,'0000-00-00 00:00:00',0),(0,0,0,'Sandy','','','(801) 694-9994','','Utah','11075 S. State Street #12B','','http://preparemylife.com/','84070','http://www.waterpreserver.com/wordpress/wp-content/uploads/2016/09/Prepare-My-Life-Logo.jpg','0000-00-00 00:00:00',0,'prepare-my-life','0000-00-00 00:00:00',0,29,'2016-09-27 23:23:21',0,'Prepare My Life','','',0,0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistDealer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistEntityRequest`
--

DROP TABLE IF EXISTS `twistEntityRequest`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistEntityRequest` (
  `appCode` varchar(100) NOT NULL,
  `appID` int(11) NOT NULL DEFAULT '0',
  `client` tinyint(1) NOT NULL DEFAULT '0',
  `clientDelete` tinyint(1) NOT NULL DEFAULT '0',
  `clientVisible` tinyint(1) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityRequestAppID` int(11) NOT NULL DEFAULT '0',
  `entityRequestClient` tinyint(1) NOT NULL DEFAULT '0',
  `entityRequestClientVisible` tinyint(1) NOT NULL DEFAULT '0',
  `entityRequestCode` varchar(100) NOT NULL,
  `entityRequestCustom` tinyint(1) NOT NULL DEFAULT '0',
  `entityRequestCodeBase` varchar(200) NOT NULL,
  `entityRequestID` int(11) NOT NULL AUTO_INCREMENT,
  `entityRequestName` varchar(100) NOT NULL,
  `entityRequestNamePublic` varchar(100) NOT NULL,
  `entityRequestOverview` varchar(500) NOT NULL,
  `entityRequestSourceCode` varchar(8000) NOT NULL,
  `entityRequestSourceCustom` tinyint(1) NOT NULL DEFAULT '0',
  `entityRequestSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `entityRequestSourceFileName` varchar(100) NOT NULL,
  `entityRequestSourceFilePath` varchar(200) NOT NULL,
  `entityRequestSourceType` varchar(20) NOT NULL,
  `entityRequestParameters` varchar(1000) NOT NULL,
  `entityRequestStatusCode` varchar(100) NOT NULL,
  `entityRequestTitle` varchar(100) NOT NULL,
  `entityRequestTypeCode` varchar(100) NOT NULL,
  `entityRequestWebTemplateCode` varchar(100) NOT NULL,
  `initializedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `managerMemberID` int(11) NOT NULL DEFAULT '0',
  `parameter1Code` varchar(50) NOT NULL,
  `parameter1Value` varchar(200) NOT NULL,
  `parameter2Code` varchar(50) NOT NULL,
  `parameter2Value` varchar(50) NOT NULL,
  `parameter3Code` varchar(50) NOT NULL,
  `parameter3Value` varchar(200) NOT NULL,
  `parameter4Code` varchar(50) NOT NULL,
  `parameter4Value` varchar(200) NOT NULL,
  `parameter5Code` varchar(50) NOT NULL,
  `parameter5Value` varchar(200) NOT NULL,
  `parameter6Code` varchar(50) NOT NULL,
  `parameter6Value` varchar(200) NOT NULL,
  `parameter7Code` varchar(50) NOT NULL,
  `parameter7Value` varchar(200) NOT NULL,
  `parameter8Code` varchar(50) NOT NULL,
  `parameter8Value` varchar(200) NOT NULL,
  `parameter9Code` varchar(50) NOT NULL,
  `parameter9Value` varchar(200) NOT NULL,
  `roleCode` varchar(100) NOT NULL,
  `parameterDelimiter` varchar(10) NOT NULL,
  `roleID` int(11) NOT NULL DEFAULT '0',
  `roleOptionID` int(11) NOT NULL DEFAULT '0',
  `secure` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `websiteCode` varchar(100) NOT NULL,
  `webPageIDx` int(11) NOT NULL DEFAULT '0',
  `websiteID` int(11) NOT NULL DEFAULT '0',
  `window` tinyint(1) NOT NULL DEFAULT '0',
  `windowCenterH` tinyint(1) NOT NULL DEFAULT '0',
  `windowCenterV` tinyint(1) NOT NULL DEFAULT '0',
  `windowCloseIcon` tinyint(1) NOT NULL DEFAULT '1',
  `windowDOMID` varchar(100) NOT NULL,
  `windowDraggable` tinyint(1) NOT NULL DEFAULT '0',
  `windowHeight` smallint(6) NOT NULL DEFAULT '0',
  `windowLeft` smallint(6) NOT NULL DEFAULT '0',
  `windowModal` tinyint(1) NOT NULL DEFAULT '0',
  `windowResizeable` tinyint(1) NOT NULL DEFAULT '0',
  `windowTemplateCode` varchar(100) NOT NULL,
  `windowTop` smallint(6) NOT NULL DEFAULT '0',
  `windowWidth` smallint(6) NOT NULL DEFAULT '0',
  `windowZIndex` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`entityRequestID`)
) ENGINE=MyISAM AUTO_INCREMENT=225 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistEntityRequest`
--

LOCK TABLES `twistEntityRequest` WRITE;
/*!40000 ALTER TABLE `twistEntityRequest` DISABLE KEYS */;
INSERT INTO `twistEntityRequest` VALUES ('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|twist|signInExecute',0,'',1,'Twist! Sign In Execute','Twist! Sign In Execute','','',0,0,'signInExecute.php','core|php|','','','','','','','0000-00-00 00:00:00','2016-04-20 16:04:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|twist|loadEntityRequest',0,'',2,'Twist! Load Entity Request','Twist! Load Entity Request','','',0,0,'loadEntityRequest.php','core|php|','','','','','','','0000-00-00 00:00:00','2016-04-20 16:06:23',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|twist|unify',0,'',3,'Twist! Unify App','Twist! Unify App','','',0,0,'index.php','portal|unify|','','','','','','','0000-00-00 00:00:00','2016-04-20 16:54:03',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'roleSelect',0,'',4,'Twist! Role Select','Twist! Role Select','','',0,0,'roleSelect.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-20 20:00:19',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'versionUpdate',0,'',5,'Twist! Version Update','Twist! Version Update','','',0,0,'versionUpdateExecute.php','core|php|','','','','','','','0000-00-00 00:00:00','2016-04-29 21:59:53',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'',1,600,0,1,0,'',100,1000,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'addressDataManager',0,'',6,'Address Data Manager','Address Data Manager','','',0,0,'loadDataManager.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'AddressDataManager',1,600,0,1,0,'',0,800,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'addressInsertExecute',0,'',7,'Address Insert Execute','Address Insert Execute','','',0,0,'insertExecute.php','portal|default|address|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'addressInsertForm',0,'',8,'Address Insert Form','Address Insert Form','','',0,0,'insertForm.php','portal|default|address|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'AddressInsertForm',0,500,0,1,0,'',10,700,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'addressInsertTypeSelectExecute',0,'',9,'Address Insert Type Select Execute','Address Insert Type Select Execute','','',0,0,'insertTypeSelectExecute.php','portal|default|address|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appDeleteExecute',0,'',10,'Twist! App Delete Execute','Twist! App Delete Execute','','',0,0,'deleteExecute.php','portal|default|app|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appDeleteForm',0,'',11,'Twist! App Delete Form','Twist! App Delete Form','','',0,0,'deleteForm.php','portal|default|app|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'AppDeleteForm',1,400,0,1,0,'',100,600,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appInsertExecute',0,'',12,'Twist! App Insert Execute','Twist! App Insert Execute','','',0,0,'insertExecute.php','portal|default|app|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appInsertForm',0,'',13,'Twist! App Insert Form','Twist! App Insert Form','','',0,0,'insertForm.php','portal|default|app|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appPublishExecute',0,'',14,'App Publish Execute','App Publish Execute','','',0,0,'publishExecute.php','portal|default|app|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appPublishForm',0,'',15,'App Publish Form','App Publish Form','','',0,0,'publishForm.php','portal|default|app|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'AppPublishForm',1,600,0,1,0,'',100,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appUpgradeExecute',0,'',16,'App Upgrade Execute','App Upgrade Execute','','',0,0,'upgradeExecute.php','portal|default|app|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appUpgradeForm',0,'',17,'App Upgrade Form','App Upgrade Form','','',0,0,'upgradeForm.php','portal|default|app|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'AppUpgradeForm',1,600,0,1,0,'',100,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'contentInsertForm',0,'',18,'Content Insert Form','Content Insert Form','','',0,0,'insertForm.php','portal|default|content|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'contentInsertTypeSelectExecute',0,'',19,'Content Insert Type Select Execute','Content Insert Type Select Execute','','',0,0,'insertTypeSelectExecute.php','portal|default|content|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'contentPasteImageInsertForm',0,'',20,'Content Paste Image Form','Content Paste Image Form','','',0,0,'pasteImageInsertForm.php','portal|default|content|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,0,0,1,'ContentPasteImageInsertForm',1,800,0,1,0,'',0,1200,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'contentTypeImagePersonHeadshotInsertForm',0,'',21,'Content Type Person Headshot Primary Insert Form','Content Type Person Headshot Primary Insert Form','','',0,0,'typeImagePersonHeadshotInsertForm.php','portal|default|content|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'ContentTypeImagePersonInsertHeadshotForm',0,350,1,1,0,'',100,600,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'contentVersionInsertForm',0,'',22,'Twist! Content Version Insert Form','','','',0,0,'insertForm.php','portal|default|content|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'contentVersionInsertTypeForm',0,'',23,'Twist! Content Version Insert Type Form','Twist! Content Version Insert Type Form','','',0,1,'insertTypeForm.php','portal|default|contentVersion|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'contentVersionViewer',0,'',24,'Content Version Viewer','Content Version Viewer','','',0,0,'versionViewer.php','portal|default|content|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'ContentVersionViewer',1,800,0,1,0,'',10,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'databaseIntegrityCheck',0,'',25,'Database Integrity Check','Database Integrity Check','','',0,0,'databaseIntegrityCheck.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DatabaseIntegrityCheck',1,800,0,1,0,'',100,1000,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'dataDictionaryUpdateExecute',0,'',26,'Twist! Data Dictionary Execute','Twist! Data Dictionary Execute','','',0,0,'dataDictionaryUpdateExecute.php','core|php|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DataDictionaryUpdate',1,800,0,1,0,'',100,1000,3),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'dataManagerMovePointer',0,'',27,'Twist! Data Manager Move Pointer','Twist! Data Manager Move Pointer','','',0,0,'movePointer.php','portal|default|dataManager|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'dataManagerOptionSelectExecute',0,'',28,'Twist! Data Manager Option Select Execute','Twist! Data Manager Option Select Execute','','',0,0,'optionSelectExecute.php','portal|default|dataManager|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'dataManagerRefreshExecute',0,'',29,'Data Manager Refresh Execute','Data Manager Refresh Execute','','',0,0,'refreshExecute.php','portal|default|dataManager|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'dataManagerUpdateDataExecute',0,'',30,'TWist! Data Manager Update Data Execute','TWist! Data Manager Update Data Execute','','',0,0,'updateDataExecute.php','portal|default|dataManager|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerAppUpdateExecute',0,'',31,'Twist! Designer App Update Execute','Twist! Designer App Update Execute','','',0,0,'appUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerAppUpdateForm',0,'',32,'Twist! Designer App Update Form','Twist! Designer App Update Form','','',0,0,'appUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerAppUpdateForm',1,800,0,1,0,'',100,800,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerOptionInsertExecute',0,'',33,'Designer Data Manager Option Insert Execute','Designer Data Manager Option Insert Execute','','',0,0,'dataManagerOptionInsertExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerOptionInsertForm',0,'',34,'Designer Data Manager Option Insert Form','Designer Data Manager Option Insert Form','','',0,0,'dataManagerOptionInsertForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,0,0,1,'DesignerDataManagerOptionInsertForm',1,600,0,1,0,'',100,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerOptionTabUpdateExecute',0,'',35,'Designer Data Manager Option Tab Update Execute','Designer Data Manager Option Tab Update Execute','','',0,0,'dataManagerOptionTabUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerOptionTabUpdateForm',0,'',36,'Designer Data Manager Option Tab update Form','Designer Data Manager Option Tab update Form','','',0,0,'dataManagerOptionTabUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerDataManagerOptionTabUpdateForm',1,600,0,1,0,'',10,1000,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerOptionUpdateExecute',0,'',37,'Twist! Designer Data Manager Option Update Execute','Twist! Designer Data Manager Option Update Execute','','',0,0,'dataManagerOptionUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,0,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerSectionFormItemDeleteExecute',0,'',38,'Twist! Form Item Delete Execute','Twist! Form Item Delete Execute','','',0,0,'dataManagerSectionFormItemDeleteExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerSectionFormItemUpdateExecute',0,'',39,'Twist! Designer Data Manager Section Form Item update Execute','Twist! Designer Data Manager Section Form Item update Execute','','',0,0,'dataManagerSectionFormItemUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,0,'\r\n',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerSectionFormItemUpdateForm',0,'',40,'Twist! Designer Data Manager Section Form Item Update Form','Twist! Designer Data Manager Section Form Item Update Form','','',0,0,'dataManagerSectionFormItemUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerDataManagerSectionFormItemUpdateForm',1,800,0,1,0,'',100,1000,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerSectionItemInsertExecute',0,'',41,'Twist! Designer Data Manager Section Item Insert Execute','Twist! Designer Data Manager Section Item Insert Execute','','',0,0,'dataManagerSectionItemInsertExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerSectionItemInsertForm',0,'',42,'Twist! Designer Data Manager Section Item Insert Form','Twist! Designer Data Manager Section Item Insert Form','','',0,0,'dataManagerSectionItemInsertForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerDataManagerSectionItemInsertForm',1,600,0,0,0,'',150,600,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerSectionUpdateExecute',0,'',43,'Twist! Designer Data Manager Section Update Execute','Twist! Designer Data Manager Section Update Execute','','',0,0,'dataManagerSectionUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerUpdateExecute',0,'',44,'Twist! Designer Data Manager Update Execute','Twist! Designer Data Manager Update Execute','','',0,0,'dataManagerUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerDataManagerUpdateForm',0,'',45,'Twist! Designer Data Manager Update Form','Twist! Designer Data Manager Update Form','','',0,0,'dataManagerUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerDataManagerUpdateForm',1,850,0,1,0,'',100,1000,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerLinkedSQLTableUpdateExecute',0,'',46,'Twist! Designer Linked SQL Table Update Execute','Twist! Designer Linked SQL Table Update Execute','','',0,0,'linkedSQLTableUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerLinkedSQLTableUpdateForm',0,'',47,'TWist! Designer Linked SQL Table Update Form','TWist! Designer Linked SQL Table Update Form','','',0,0,'linkedSQLTableUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerLinkedSQLTableUpdateForm',1,800,0,1,0,'',100,1200,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQueryViewDeleteExecute',0,'',48,'Designer Query View Delete Execute','Designer Query View Delete Execute','','',0,0,'queryViewDeleteExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQueryViewDeleteForm',0,'',49,'Designer Query View Delete Form','Designer Query View Delete Form','','',0,0,'queryViewDeleteForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerQueryViewDeleteForm',1,400,0,1,0,'',100,600,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQueryViewItemDeleteExecute',0,'',50,'Twist! Designer Query View Item Delete Execute','Twist! Designer Query View Item Delete Execute','','',0,0,'queryViewItemDeleteExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQueryViewItemDisplayOrderExecute',0,'',51,'Twist! Designer Query View Item Display Order Execute','Twist! Designer Query View Item Display Order Execute','','',0,0,'queryViewItemDisplayOrderExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQueryViewItemInsertExecute',0,'',52,'Twist! Designer Query View Insert Item Execute','Twist! Designer Query View Insert Item Execute','','',0,0,'queryViewItemInsertExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQueryViewItemSelectCategoryExecute',0,'',53,'Twist! Designer Query View Item Select Category Execute','Twist! Designer Query View Item Select Category Execute','','',0,0,'queryViewItemSelectCategoryInsertExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQueryViewItemUpdateExecute',0,'',54,'Twist! Designer Query View Item Update Execute','Twist! Designer Query View Item Update Execute','','',0,0,'queryViewItemUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQueryViewItemUpdateForm',0,'',55,'Twist! Designer Query View Item Update Form','Twist! Designer Query View Item Update Form','','',0,0,'queryViewItemUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerQueryViewItemUpdateForm',1,600,0,1,0,'',200,1000,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQueryViewUpdateExecute',0,'',56,'Designer Query View Update Execute','Designer Query View Update Execute','','',0,0,'queryViewUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQueryViewUpdateForm',0,'',57,'Designer Query View Update Form','Designer Query View Update Form','','',0,0,'queryViewUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerQueryViewUpdateForm',1,800,0,1,0,'',100,800,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQuickQueryDeleteExecute',0,'',58,'Twist! Designer Quick Query Delete Execute','Twist! Designer Quick Query Delete Execute','','',0,0,'quickQueryDeleteExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQuickQueryDeleteForm',0,'',59,'Twist! Designer Quick Query Delete Form','Twist! Designer Quick Query Delete Form','','',0,0,'deleteForm.php','portal|default|query|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerQuickQueryDeleteForm',1,600,0,1,0,'',100,600,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQuickQueryUpdateExecute',0,'',60,'Twist! Designer Quick Query Update Execute','Twist! Designer Quick Query Update Execute','','',0,0,'quickQueryUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQuickQueryUpdateForm',0,'',61,'Twist! Designer Quick Query Update Form','Twist! Designer Quick Query Update Form','','',0,0,'quickQueryUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerQuickQueryUpdateForm',1,800,0,1,0,'',100,900,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQuickSearchUpdateExecute',0,'',62,'Twist! Designer Quick Search Update Execute','Twist! Designer Quick Search Update Execute','','',0,0,'quickSearchUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerQuickSearchUpdateForm',0,'',63,'Twist! Designer Quick Search Update Form','Twist! Designer Quick Search Update Form','','',0,0,'quickSearchUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerQuickSearchUpdateForm',1,800,0,1,0,'',100,1200,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerRoleUpdateExecute',0,'',64,'Twist! Designer Role Update Execute','Twist! Designer Role Update Execute','','',0,0,'roleUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerRoleUpdateForm',0,'',65,'Twist! Designer Role Update Form','Twist! Designer Role Update Form','','',0,0,'roleUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerRoleUpdateForm',1,800,0,1,0,'',100,800,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'globalSearchManager',0,'',66,'Global Search Manager','Global Search Manager','','',0,0,'manager.php','portal|default|globalSearch|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'GlobalSearchManager',1,700,0,1,0,'',10,1000,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'introductionDetailForm',0,'',67,'Introduction Detail Form','Introduction Detail Form','','',0,0,'detailForm.php','portal|default|introduction|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'introductionNameQueryExecute',0,'',68,'Introduction Name Query Execute','Introduction Name Query Execute','','',0,0,'nameQueryExecute.php','portal|default|introduction|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'introductionSelectPersonForm',0,'',69,'Introduction Select Person Form','Introduction Select Person Form','','',0,0,'selectPersonForm.php','portal|default|introduction|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,0,0,1,'IntroductionSelectPersonForm',1,800,0,1,0,'',100,1200,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'introductionTwoExecute',0,'',70,'Introduction Two Execute','Introduction Two Execute','','',0,0,'twoExecute.php','portal|default|introduction|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'introductionTwoForm.php',0,'',71,'Introduction Two Form','Introduction Two Form','','',0,0,'twoForm.php','portal|default|introduction|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'linkDeleteExecute',0,'',72,'Link Delete Execute','Link Delete Execute','','',0,0,'deleteExecute.php','portal|default|link|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'linkDeleteForm',0,'',73,'Link Delete Form','Link Delete Form','','',0,0,'deleteForm.php','portal|default|link|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,0,0,1,'LinkDeleteForm',0,400,0,1,0,'',10,600,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'linkDisplaySummary',0,'',74,'Link Display Summary','Link Display Summary','','',0,0,'displaySummary.php','portal|default|link|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'linkInsertExecute',0,'',75,'Link Insert Execute','Link Insert Execute','','',0,0,'insertExecute.php','portal|default|link|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'linkInsertForm',0,'',76,'Link Insert Form','Link Insert Form','','',0,0,'insertForm.php','portal|default|link|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'LinkInsertForm',1,600,0,1,0,'',100,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'linkInsertGlobalForm',0,'',77,'Link Insert Global Form','Link Insert Global Form','','',0,0,'insertGlobalForm.php','portal|default|link|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'LinkInsertGlobalForm',1,500,0,1,0,'',100,900,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'linkItemNavigate',0,'',78,'Link Item Navigate','Link Item Navigate','','',0,0,'itemNavigate.php','portal|default|link|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'linkNameQueryExecute',0,'',79,'Link Name Query Execute','Link Name Query Execute','','',0,0,'nameQueryExecute.php','portal|default|link|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'linkUpdateExecute',0,'',80,'Link Update Execute','Link Update Execute','','',0,0,'updateExecute.php','portal|default|link|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'linkUpdateForm',0,'',81,'Link Update Form','Link Update Execute','','',0,0,'updateForm.php','portal|default|link|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'LinkUpdateForm',1,700,0,1,0,'',100,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberEndEmulateExecute',0,'',82,'Twist! Member End Emulate Execute','Twist! Member End Emulate Execute','','',0,0,'endEmulateExecute.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberInsertExecute',0,'',83,'Twist! Member Insert Execute','Twist! Member Insert Execute','','',0,0,'insertExecute.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberInsertForm',0,'',84,'Twist! Member Insert Form','Twist! Member Insert Form','','',0,0,'insertForm.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'MemberInsertForm',1,600,0,1,0,'',100,800,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberPasswordForget',0,'',85,'Twist! Member Password Forget 1','Twist! Member Password Forget 1','','',0,0,'passwordForget1.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberPasswordUpdateExecute',0,'',86,'Member Password Update Execute','Member Password Update Execute','','',0,0,'passwordUpdateExecute.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberPasswordUpdateForm',0,'',87,'Member Password Update Form','Member Password Update Form','','',0,0,'passwordUpdateForm.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,0,0,1,'MemberPasswordUpdateForm',1,300,0,1,0,'',100,600,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberResetPasswordExecute',0,'',88,'Twist! Member Reset Password Execute','Twist! Member Reset Password Execute','','',0,0,'resetPasswordExecute.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberResetPasswordForm',0,'',89,'Twist! Member Reset Password Form','Twist! Member Reset Password Form','','',0,0,'resetPasswordForm.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,0,0,1,'MemberResetPasswordForm',1,400,0,1,0,'',100,400,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberServiceMessageInsertExecute',0,'',90,'Twist! Member Service Message Insert Execute','Twist! Member Service Message Insert Execute','','',0,0,'messageInsertExecute.php','portal|default|memberService|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberServiceMessageInsertForm',0,'',91,'Twist! Member Service Message Insert Form','Twist! Member Service Message Insert Form','','',0,0,'messageInsertForm.php','portal|default|memberService|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'MemberServiceMessageInsertForm',1,600,0,1,0,'',100,600,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberStartEmulateExecute',0,'',92,'Twist! Member Start Emulate Execute','Twist Member Start Emulate Execute','','',0,0,'startEmulateExecute.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberStartEmulateForm',0,'',93,'Twist! Member Start Emulate Form','Twist Member Start Emulate Form','','',0,0,'startEmulateForm.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'MemberStartEmulateForm',0,300,0,1,0,'',100,600,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'messageBannerInsertExecute',0,'',94,'MessageBannerInsertExecute','MessageBannerInsertExecute','','',0,0,'bannerInsertExecute.php','portal|default|message|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'messageBannerInsertForm',0,'',95,'Message Banner Insert Form','Message Banner Insert Form','','',0,0,'bannerInsertForm.php','portal|default|message|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,0,0,1,'MessageBannerInsertForm',1,800,0,1,0,'',0,1000,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'messageOneTimePreview',0,'',96,'Twist! Message One-Time Preview','Twist! Message One-Time Preview','','',0,0,'oneTimePreview.php','portal|default|message|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'MessageOneTimePreview',1,600,0,1,0,'',100,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'messageOneTimeSendExecute',0,'',97,'Twist! Message One-Time Send Execute','Twist! Message One-Time Send Execute','','',0,0,'oneTimeSendExecute.php','portal|default|message|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'messageTextSendExecute',0,'',98,'Message Text Send Execute','Message Text Send Execute','','',0,0,'textSendExecute.php','portal|default|message|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'messageTextSendForm',0,'',99,'Message Text Send Form','Message Text Send Form','','',0,0,'textSendForm.php','portal|default|message|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'MessageTextSendForm',1,500,0,1,0,'',10,600,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'noteInsertExecute',0,'',100,'Note Insert Execute','Note Insert Execute','','',0,0,'insertExecute.php','portal|default|note|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'noteInsertForm',0,'',101,'Note Insert Form','Note Insert Form','','',0,0,'insertForm.php','portal|default|note|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'NoteInsertForm',1,500,0,1,0,'',10,700,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'noteInsertLinkExecute',0,'',102,'Twist! Note Insert Link Execute','Twist! Note Insert Link Execute','','',0,0,'insertLinkExecute.php','portal|default|note|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'noteInsertLinkForm',0,'',103,'Twist! Note Insert and Link Form','Twist! Note Insert and Link Form','','',0,0,'insertLinkForm.php','portal|default|note|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'NoteInsertLinkForm',1,550,0,1,0,'',100,700,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'noteLinkedUpdateExecute',0,'',104,'Twist! Note Linked Update Execute','Twist! Note Linked Update Execute','','',0,0,'linkedUpdateExecute.php','portal|default|note|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'noteLinkedUpdateForm',0,'',105,'Twist! Note Linked Updated Form','Twist! Note Linked Updated Form','','',0,0,'linkedUpdateForm.php','portal|default|note|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'NoteLinkedUpdateForm',1,600,0,1,0,'',100,600,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'opportunitySelectQueryExecute',0,'',106,'Opportunity Select Query Execute','Opportunity Select Query Execute','','',0,0,'selectQueryExecute.php','portal|default|opportunity|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'organizationInsertExecute',0,'',107,'Organization Insert Execute','Organization Insert Execute','','',0,0,'insertExecute.php','portal|default|organization|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'organizationInsertForm',0,'',108,'Organization Insert Form','Organization Insert Form','','',0,0,'insertForm.php','portal|default|organization|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'OrganizationInsertForm',0,600,0,1,0,'',10,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'organizationSelectQueryExecute',0,'',109,'Organization Select Query Execute','Organization Select Query Execute','','',0,0,'selectQueryExecute.php','portal|default|organization|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'packageInstallExecute',0,'',110,'Package Install Execute','Package Install Execute','','',0,0,'installExecute.php','portal|default|package|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'packageInstallForm',0,'',111,'Package Install Form','Package Install Form','','',0,0,'installForm.php','portal|default|package|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'packagePublishExecute',0,'',112,'Package Publish Execute','Package Publish Execute','','',0,0,'publishExecute.php','portal|default|package|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'packagePublishForm',0,'',113,'Package Publish Form','Package Publish Form','','',0,1,'publishForm.php','portal|default|package|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'packageUninstallExecute',0,'',114,'Package Uninstall Execute','Package Uninstall Execute','','',0,0,'uninstallExecute.php','portal|default|package|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'packageUninstallForm',0,'',115,'Package Uninstall Form','Package Uninstall Form','','',0,0,'uninstallForm.php','portal|default|package|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'AppUninstallForm',1,600,0,1,0,'',100,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'parameterInsertExecute',0,'',116,'Twist! Parameter Insert Execute','Twist! Parameter Insert Execute','','',0,0,'insertExecute.php','portal|default|parameter|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'parameterInsertForm',0,'',117,'Twist! Parameter Insert Form','Twist! Parameter Insert Form','','',0,0,'insertForm.php','portal|default|parameter|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'permissionInsertExecute',0,'',118,'Twist! Permission Insert Execute','Twist! Permission Insert Execute','','',0,0,'insertExecute.php','portal|default|permission|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'permissionInsertForm',0,'',119,'Twist! Permission Insert Form','Twist! Permission Insert Form','','',0,0,'insertForm.php','portal|default|permission|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'personInsertExecute',0,'',120,'Twist! Person Insert Execute','Twist! Person Insert Execute','','',0,0,'insertExecute.php','portal|default|person|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'personInsertForm',0,'',121,'Twist! Person Insert Form','Twist! Person Insert Form','','',0,0,'insertForm.php','portal|default|person|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'personSelectQueryExecute',0,'',122,'Person Select Query Execute','Person Select Query Execute','','',0,0,'selectQueryExecute.php','portal|default|person|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'powerSearchQueryForm',0,'',123,'Twist! PowerSearch Query Form','Twist! PowerSearch Query Form','','',0,0,'queryForm.php','portal|default|powerSearch|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'SearchPlusQueryForm',1,300,0,1,0,'',100,600,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'projectInsertExecute',0,'',124,'Project Insert Execute','Project Insert Execute','','',0,0,'insertExecute.php','portal|default|project|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'projectInsertForm',0,'',125,'Project Insert Form','Project Insert Form','','',0,0,'insertForm.php','portal|default|project|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'ProjectInsertForm',1,600,0,1,0,'',10,800,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'projectManagerAcceptDeclineExecute',0,'',126,'Project Manager Accept/Decline Execute','Project Manager Accept/Decline Execute','','',0,0,'managerAcceptDeclineExecute.php','portal|default|project|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'projectManagerAcceptDeclineForm',0,'',127,'Project Manager Accept/Decline Form','Project Manager Accept/Decline Form','','',0,0,'managerAcceptDeclineForm.php','portal|default|project|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'ProjectManagerAcceptDeclineForm',1,350,0,0,0,'',10,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'projectManagerAssignExecute',0,'',128,'Project Manager Assign Execute','Project Manager Assign Execute','','',0,0,'managerAssignExecute.php','portal|default|project|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'projectManagerAssignForm',0,'',129,'Project Manager Assign Form','Project Manager Assign Form','','',0,0,'managerAssignForm.php','portal|default|project|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'ProjectManagerAssignForm',1,350,0,1,0,'',10,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryDeleteExecute',0,'',130,'Query Delete Execute','Query Delete Execute','','',0,0,'deleteExecute.php','portal|default|query|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryDeleteForm',0,'',131,'Query Delete Form','Query Delete Form','','',0,0,'deleteForm.php','portal|default|query|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'QueryDeleteForm',1,500,0,1,0,'',100,500,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryDisplayDetails',0,'',132,'Query Display Details','Query Display Details','','',0,0,'displayDetails.php','portal|default|query|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'QueryDisplayDetails',1,300,0,1,0,'',100,600,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryFilterInsertExecute',0,'',133,'Twist! Query Filter Insert Execute','Twist! Query Filter Insert Execute','','',0,0,'insertExecute.php','portal|default|queryFilter|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryFilterInsertForm',0,'',134,'Twist! Query Filter Insert Form','Twist! Query Filter Insert Form','','',0,0,'insertForm.php','portal|default|queryFilter|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryFilterManagerUpdateForm',0,'',135,'Query Filter Manager Update Form','Query Filter Manager Update Form','','',0,0,'managerUpdateForm.php','portal|default|queryFilter|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'QueryFilterManagerUpdateForm',1,800,0,1,0,'',100,800,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryInsertExecute',0,'',136,'Twist! Query Insert Execute','Twist! Query Insert Execute','','',0,0,'insertExecute.php','portal|default|query|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryInsertForm',0,'',137,'Twist! Query Insert Form','Twist! Query Insert Form','','',0,0,'insertForm.php','portal|default|query|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryInsertSelectAppExecute',0,'',138,'Twist!! Query Insert Select App Execute','Twist!! Query Insert Select App Execute','','',0,0,'insertSelectAppExecute.php','portal|default|query|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryInsertSelectMasterExecute',0,'',139,'Query Insert Select Master Execute','Query Insert Select Master Execute','','',0,0,'insertSelectMasterExecute.php','portal|default|query|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryPagination',0,'',140,'Twist! Query Pagination','Twist! Query Pagination','','',0,0,'queryPagination.php','core|php|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryViewInsertExecute',0,'',141,'Twist! Query View Insert Execute','Twist! Query View Insert Execute','','',0,0,'insertExecute.php','portal|default|queryView|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryViewInsertForm',0,'',142,'Twist! Query View Insert Form','Twist! Query View Insert Form','','',0,0,'insertForm.php','portal|default|queryView|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'queryViewSelectExecute',0,'',143,'Query View Select Execute','Query View Select Execute','','',0,0,'queryViewSelectExecute.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'quickQueryRefreshExecute',0,'',144,'Twist! Quick Query Refresh Execute','Twist! Quick Query Refresh Execute','','',0,0,'quickQueryRefreshExecute.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'quickQuerySelect',0,'',145,'Twist! Quick Query Select','Twist! Quick Query Select','','',0,0,'quickQuerySelect.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'quickSearchExecute',0,'',146,'','Twist! Quick Search Execute','','',0,0,'quickSearchExecute.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'roleInsertExecute',0,'',147,'Twist! Role Insert Execute','Twist! Role Insert Execute','','',0,0,'insertExecute.php','portal|default|role|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'roleInsertForm',0,'',148,'Twist! Role Insert Form','Twist! Role Insert Form','','',0,0,'insertForm.php','portal|default|role|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'rowDeleteExecute',0,'',149,'Twist! Row Delete Execute','Twist! Row Delete Execute','','',0,0,'rowDeleteExecute.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'rowDeleteForm',0,'',150,'Twist! Row Delete Form','Twist! Row Delete Form','','',0,0,'rowDeleteForm.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'RowDeleteForm',1,350,0,1,0,'',100,500,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'rowInsertExecute',0,'',151,'Row Insert Execute','Row Insert Execute','','',0,0,'rowInsertExecute.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'rowInsertTypeForm',0,'',152,'Twist! Row Insert Type Form','Twist! Row Insert Type Form','','',0,0,'rowInsertTypeForm.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'RowInsertTypeForm',1,800,0,1,0,'',20,1000,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'rowInsertTypeSelectExecute',0,'',153,'Row Insert Type Select Execute','Row Insert Type Select Execute','','',0,0,'rowInsertTypeSelectExecute.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'selectTransformType',0,'',154,'Twist! Select Transform Type','Twist! Select Transform Type','','',0,0,'selectTransformType.php','portal|default|transform|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'sqlColumnInsertExecute',0,'',155,'SQL Column Insert Execute','SQL Column Insert Execute','','',0,0,'sqlColumnInsertExecute.php','portal|default|sqlTable|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'sqlColumnInsertForm',0,'',156,'SQL Column Insert Form','SQL Column Insert Form','','',0,0,'sqlColumnInsertForm.php','portal|default|sqlTable|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'SQLColumnInsertForm',1,600,0,1,0,'',10,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'sqlColumnInsertTypeSelectExecute',0,'',157,'SQL Column Insert Type Select Execute','SQL Column Insert Type Select Execute','','',0,0,'sqlColumnInsertTypeSelectExecute.php','portal|default|sqlTable|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'sqlTableInsertExecute',0,'',158,'SQL Table Insert Execute','SQL Table Insert Execute','','',0,0,'insertExecute.php','portal|default|sqlTable|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'sqlTableInsertForm',0,'',159,'SQL Table Insert Form','SQL Table Insert Form','','',0,0,'insertForm.php','portal|default|sqlTable|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'sqlTablePurgeExecute',0,'',160,'SQL Table Purge Execute','SQL Table Purge Execute','','',0,0,'purgeExecute.php','portal|default|sqlTable|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,0,0,1,'SQLTablePurgeExecute',1,600,0,1,0,'',100,800,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'taskInsertExecute',0,'',161,'Task Insert Execute','Task Insert Execute','','',0,0,'insertExecute.php','portal|default|task|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'taskInsertForm',0,'',162,'Task Insert Form','Task Insert Form','','',0,0,'insertForm.php','portal|default|task|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'twistDesignerDataManagerUpdateExecute',0,'',163,'Twist! Data Manager Update Execute.php','Twist! Data Manager Update Execute.php','','',0,0,'dataManagerUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'twistDesignerDataManagerUpdateForm',0,'',164,'Twist! Designer Data Manager Update Form','Twist! Designer Data Manager Update Form','','',0,0,'dataManagerUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerDataManagerUpdateForm',1,800,0,1,0,'',0,1000,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'twistDesignerEntityRequestUpdateForm',0,'',165,'Twist! Designer Entity Request Update Form','Twist! Designer Entity Request Update Form','','',0,0,'entityRequestUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerEntityRequestUpdateForm',0,800,0,1,0,'',100,1200,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'twistDesignerWindowUpdateExecute',0,'',166,'Twist! Designer Window update Execute','Twist! Designer Window update Execute','','',0,0,'windowUpdateExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'twistDesignerWindowUpdateForm',0,'',167,'Twist! Designer Window Update Form','Twist! Designer Window Update Form','','',0,0,'windowUpdateForm.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'DesignerWindowUpdateForm',1,800,0,1,0,'',100,1200,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'workflowAttachExecute',0,'',168,'Workflow Attach Execute','Workflow Attach Execute','','',0,0,'attachExecute.php','portal|default|workflow|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'workflowAttachForm',0,'',169,'Workflow Attach Form','Workflow Attach Form','','',0,0,'attachForm.php','portal|default|workflow|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,0,1,'WorkflowAttachForm',1,600,0,1,0,'',100,600,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'workflowRowManager',0,'',170,'Workflow Row Manager','Workflow Row Manager','','',0,0,'rowManager.php','portal|default|workflow','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,0,0,1,'WorkflowManager',1,600,0,1,0,'',100,800,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|',0,'',171,'Twist! Site Home','Twist! Site Home','','',0,1,'siteHome.php','twist|portal|public|%deviceTypeCode%|webTemplate|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|contentInsertExecute',0,'',172,'Content Insert Execute','Content Insert Execute','','',0,0,'insertExecute.php','portal|default|content|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|contentTypeImagePersonHeadshotInsertExecute',0,'',173,'Content Type Image Person Headshot Insert Execute','Content Type Image Person Headshot Insert Execute','','',0,0,'typeImagePersonHeadshotInsertExecute.php','portal|default|content|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-05-18 10:58:45',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|contentTypeImagePhotoPersonPrimary200x200InsertExecute',0,'',174,'Content Type Image Photo Person Primary 200x200 Insert Execute','Content Type Image Photo Person Primary 200x200 Insert Execute','','',0,0,'typeImagePhotoPersonPrimary200x200InsertExecute.php','portal|default|content|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|contentVersionInsertExecute',0,'',175,'Twist! Content Version Insert Execute','Twist! Content Version Insert Execute','','',0,0,'insertExecute.php','portal|default|contentVersion|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|hooversToTwistExecute',0,'',176,'Twist! Hoovers to Twist Import Execute','Twist! Hoovers to Twist Import Execute','','',0,0,'hooversToTwistExecute.php','portal|default|transform|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|organizationInsertDetailedExecute',0,'',177,'Organization Insert Detailed Execute','Organization Insert Detailed Execute','','',0,0,'insertDetailedExecute.php','portal|default|organization|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-05-06 07:45:19',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|personInsertDetailedExecute',0,'',178,'Person Insert Detailed Execute','Person Insert Detailed Execute','','',0,0,'insertDetailedExecute.php','portal|default|person|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-05-06 07:45:19',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|queryViewItemCategorySelectExecute',0,'',179,'Twist! Query View Item Category Select Execute','Twist! Query View Item Category Select Execute','','',0,0,'queryViewItemCategorySelectExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-05-02 07:24:49',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|twist|signOutExecute',0,'',180,'Twist! Sign-Out Execute','Twist! Sign-Out Execute','','',0,0,'signOutExecute.php','portal|default|member|','','','','','','','0000-00-00 00:00:00','2016-04-29 22:02:20',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',73,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'dealerApp',0,'',181,'Dealers App','Dealers App','','',0,0,'selectApp.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-02 12:41:56',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|twist|queryViewItemCategorySelectExecute',0,'',182,'Twist! Query View Item Category Select Execute','Twist! Query View Item Category Select Execute','','',0,0,'queryViewItemCategorySelectExecute.php','portal|default|designer|','','','','','','','0000-00-00 00:00:00','2016-05-02 18:09:46',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',73,0,0,0,'0000-00-00 00:00:00',0,73,0,0,'dealerDataManager',0,'',183,'Dealer Data Manager','Dealer Data Manager','','',0,0,'loadDataManager.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-02 18:51:13',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,1,1,1,1,'DealerDataManager',1,600,0,1,0,'',0,1000,300),('dealer',73,0,0,0,'0000-00-00 00:00:00',0,73,0,0,'dealerOverview',0,'',184,'Dealer Overview','Dealer Overview','','',0,0,'loadDataManager.php','portal|default|core|','','','','Overview','','','0000-00-00 00:00:00','2016-05-02 20:08:02',0,0,'primaryID','strPrimaryID','dataManagerOptionCode','overview','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|twist|loadEntityRequest',0,'',185,'Twist! Load Entity Request','Twist! Load Entity Request','','',0,0,'loadEntityRequest.php','core|php|','','','','','','','0000-00-00 00:00:00','2016-05-05 20:29:25',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|twist|appCreateDefault',0,'',192,'App Create Default','App Create Default','','',0,0,'createDefault.php','portal|default|app|','','','','','','','0000-00-00 00:00:00','2016-05-06 00:42:25',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,1,1,'',1,800,0,1,0,'',0,800,300),('',1,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appApp',0,'',193,'Apps App','Apps App','','',0,0,'selectApp.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-06 13:06:56',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',1,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appDataManager',0,'',194,'appDataManager','appDataManager','','',0,0,'loadDataManager.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-06 13:06:56',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,1,1,1,1,'AppDataManager',1,800,0,1,1,'',50,1200,300),('',1,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appOverview',0,'',195,'App Overview','App Overview','','',0,0,'loadDataManager.php','portal|default|core|','','','','Overview','','','0000-00-00 00:00:00','2016-05-06 13:06:56',0,0,'primaryID','strPrimaryID','dataManagerOptionCode','overview','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',2,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'dealerApp',0,'',196,'Dealers App','Dealers App','','',0,0,'selectApp.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-06 13:39:38',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',2,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'dealerDataManager',0,'',197,'dealerDataManager','dealerDataManager','','',0,0,'loadDataManager.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-06 13:39:38',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,1,1,1,1,'DealerDataManager',1,800,0,1,1,'',50,1200,300),('',2,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'dealerOverview',0,'',198,'Dealer Overview','Dealer Overview','','',0,0,'loadDataManager.php','portal|default|core|','','','','Overview','','','0000-00-00 00:00:00','2016-05-06 13:39:38',0,0,'primaryID','strPrimaryID','dataManagerOptionCode','overview','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',3,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'personApp',0,'',199,'People App','People App','','',0,0,'selectApp.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-18 17:57:25',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',3,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'personDataManager',0,'',200,'personDataManager','personDataManager','','',0,0,'loadDataManager.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-18 17:57:25',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,1,1,1,1,'PersonDataManager',1,800,0,1,1,'',50,1200,300),('',3,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'personOverview',0,'',201,'Person Overview','Person Overview','','',0,0,'loadDataManager.php','portal|default|core|','','','','Overview','','','0000-00-00 00:00:00','2016-05-18 17:57:25',0,0,'primaryID','strPrimaryID','dataManagerOptionCode','overview','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'designerStatusExecute',0,'',202,'Designer Status Execute','Designer Status Execute','','',0,0,'designerStatusExecute.php','core|php|','','','','','','','0000-00-00 00:00:00','2016-05-18 17:58:45',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'massUpdateExecute',0,'',203,'Mass Update Execute','Mass Update Execute','','',0,0,'massUpdateExecute.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-18 17:58:45',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'massUpdateForm',0,'',204,'Mass Update Form','Mass Update Form','','',0,0,'massUpdateForm.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-18 17:58:45',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,1,1,1,1,'MassUpdateForm',1,600,0,1,0,'',0,600,300),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'noteUpdateForm',0,'',205,'Note Update Form','Note Update Form','','',0,0,'updateForm.php','portal|default|note|','','','','','','','0000-00-00 00:00:00','2016-05-18 17:58:45',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|twist|organizationInsertDetailedExecute',0,'',206,'Organization Insert Detailed Execute','Organization Insert Detailed Execute','','',0,0,'insertDetailedExecute.php','portal|default|organization|','','','','','','','0000-00-00 00:00:00','2016-05-18 17:58:45',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|twist|personInsertDetailedExecute',0,'',207,'Person Insert Detailed Execute','Person Insert Detailed Execute','','',0,0,'insertDetailedExecute.php','portal|default|person|','','','','','','','0000-00-00 00:00:00','2016-05-18 17:58:45',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'2016-06-07 12:17:36',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',4,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberApp',0,'',208,'Members App','Members App','','',0,0,'selectApp.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-18 18:14:44',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',4,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberDataManager',0,'',209,'memberDataManager','memberDataManager','','',0,0,'loadDataManager.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-05-18 18:14:44',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,1,1,1,1,'MemberDataManager',1,800,0,1,1,'',50,1200,300),('',4,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberOverview',0,'',210,'Member Overview','Member Overview','','',0,0,'loadDataManager.php','portal|default|core|','','','','Overview','','','0000-00-00 00:00:00','2016-05-18 18:14:44',0,0,'primaryID','strPrimaryID','dataManagerOptionCode','overview','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'introductionInsertForm',0,'',211,'Introduction Insert Form','Introduction Insert Form','','',0,0,'insertForm.php','portal|default|introduction|','','','','','','','0000-00-00 00:00:00','2016-06-07 19:17:36',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,1,1,1,1,'IntroductionInsertForm',1,800,0,1,0,'',0,1200,400),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'introductionType1PersonToAnotherForm',0,'',212,'Introduction Type 1 Person to Another','Introduction Type 1 Person to Another','','',0,0,'type1PersonToAnother.php','portal|default|introduction|','','','','','','','0000-00-00 00:00:00','2016-06-07 19:17:36',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'introductionType2OrMorePeopleToEachOtherForm',0,'',213,'Introduction Type 2 Or More People to Each Other Form','Introduction Type 2 Or More People to Each Other Form','','',0,0,'type2OrMorePeopleToEachOtherForm.php','portal|default|introduction|','','','','','','','0000-00-00 00:00:00','2016-06-07 19:17:36',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'projectInsertTypeSelectExecute',0,'',214,'Project Insert Type Select Execute','Project Insert Type Select Execute','','',0,0,'insertTypeSelectExecute.php','portal|default|project|','','','','','','','0000-00-00 00:00:00','2016-06-07 19:17:36',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',0,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'|twist|contentTypeImagePersonHeadshotInsertExecute',0,'',215,'Content Type Image Person Headshot Insert Execute','Content Type Image Person Headshot Insert Execute','','',0,0,'typeImagePersonHeadshotInsertExecute.php','portal|default|content|','','','','','','','0000-00-00 00:00:00','2016-06-07 19:17:36',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',5,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberApp',0,'',216,'Members App','Members App','','',0,0,'selectApp.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-06-07 19:30:16',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',5,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberDataManager',0,'',217,'memberDataManager','memberDataManager','','',0,0,'loadDataManager.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-06-07 19:30:16',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,1,1,1,1,'MemberDataManager',1,800,0,1,1,'',50,1200,300),('',5,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'memberOverview',0,'',218,'Member Overview','Member Overview','','',0,0,'loadDataManager.php','portal|default|core|','','','','Overview','','','0000-00-00 00:00:00','2016-06-07 19:30:16',0,0,'primaryID','strPrimaryID','dataManagerOptionCode','overview','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',6,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'coreApp',0,'',219,'Core App','Core App','','',0,0,'selectApp.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-07-21 23:06:52',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',6,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'coreDataManager',0,'',220,'coreDataManager','coreDataManager','','',0,0,'loadDataManager.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-07-21 23:06:52',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,1,1,1,1,'CoreDataManager',1,800,0,1,1,'',50,1200,300),('',6,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'coreOverview',0,'',221,'Core Overview','Core Overview','','',0,0,'loadDataManager.php','portal|default|core|','','','','Overview','','','0000-00-00 00:00:00','2016-07-21 23:06:52',0,0,'primaryID','strPrimaryID','dataManagerOptionCode','overview','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',7,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appApp',0,'',222,'Apps App','Apps App','','',0,0,'selectApp.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-07-21 23:06:52',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0),('',7,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appDataManager',0,'',223,'appDataManager','appDataManager','','',0,0,'loadDataManager.php','portal|default|core|','','','','','','','0000-00-00 00:00:00','2016-07-21 23:06:52',0,0,'','','','','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,1,1,1,1,'AppDataManager',1,800,0,1,1,'',50,1200,300),('',7,0,0,0,'0000-00-00 00:00:00',0,0,0,0,'appOverview',0,'',224,'App Overview','App Overview','','',0,0,'loadDataManager.php','portal|default|core|','','','','Overview','','','0000-00-00 00:00:00','2016-07-21 23:06:52',0,0,'primaryID','strPrimaryID','dataManagerOptionCode','overview','','','','','','','','','','','','','','','','',0,0,0,'0000-00-00 00:00:00',0,'',0,0,0,0,0,1,'',0,0,0,0,0,'',0,0,0);
/*!40000 ALTER TABLE `twistEntityRequest` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistEntityRequestGroup`
--

DROP TABLE IF EXISTS `twistEntityRequestGroup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistEntityRequestGroup` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityRequestGroupCode` varchar(50) NOT NULL,
  `entityRequestGroupID` int(11) NOT NULL AUTO_INCREMENT,
  `entityRequestGroupName` varchar(100) NOT NULL,
  `entityRequestGroupNamePublic` varchar(100) NOT NULL,
  `entityRequestGroupOverview` varchar(1000) NOT NULL,
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `itemCountMax` int(11) NOT NULL DEFAULT '0',
  `itemCountMin` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`entityRequestGroupID`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistEntityRequestGroup`
--

LOCK TABLES `twistEntityRequestGroup` WRITE;
/*!40000 ALTER TABLE `twistEntityRequestGroup` DISABLE KEYS */;
INSERT INTO `twistEntityRequestGroup` VALUES ('0000-00-00 00:00:00',0,'appDataManager',1,'appDataManager','','','2016-05-06 13:06:56',0,0,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'dealerDataManager',2,'dealerDataManager','','','2016-05-06 13:39:38',0,0,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'personDataManager',3,'personDataManager','','','2016-05-18 17:57:25',0,0,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'memberDataManager',4,'memberDataManager','','','2016-05-18 18:14:44',0,0,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'memberDataManager',5,'memberDataManager','','','2016-06-07 19:30:16',0,0,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'coreDataManager',6,'coreDataManager','','','2016-07-21 23:06:52',0,0,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'appDataManager',7,'appDataManager','','','2016-07-21 23:06:52',0,0,0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistEntityRequestGroup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistEntityType`
--

DROP TABLE IF EXISTS `twistEntityType`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistEntityType` (
  `deleted` tinyint(1) NOT NULL DEFAULT '0',
  `deleteMemberID` int(11) NOT NULL DEFAULT '0',
  `entityName` varchar(100) NOT NULL,
  `entityNamePublic` varchar(100) NOT NULL,
  `entityOverview` varchar(1000) NOT NULL,
  `entityTypeCode` varchar(100) NOT NULL,
  `entityTypeID` int(11) NOT NULL AUTO_INCREMENT,
  `insertDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertMemberID` int(11) NOT NULL DEFAULT '0',
  `updateDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updateMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`entityTypeID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistEntityType`
--

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

--
-- Table structure for table `twistForm`
--

DROP TABLE IF EXISTS `twistForm`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistForm` (
  `cssClass` varchar(100) NOT NULL,
  `cssStyle` varchar(500) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) DEFAULT '0',
  `entityRequestCodeSubmit` varchar(100) NOT NULL,
  `formCode` varchar(100) NOT NULL,
  `formCodeMaster` varchar(100) NOT NULL,
  `formID` int(11) NOT NULL AUTO_INCREMENT,
  `formName` varchar(100) NOT NULL,
  `formNamePublic` varchar(100) NOT NULL,
  `formOverview` varchar(500) NOT NULL,
  `formStatus` varchar(20) NOT NULL,
  `formType` varchar(20) NOT NULL,
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) DEFAULT '0',
  PRIMARY KEY (`formID`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistForm`
--

LOCK TABLES `twistForm` WRITE;
/*!40000 ALTER TABLE `twistForm` DISABLE KEYS */;
INSERT INTO `twistForm` VALUES ('','','0000-00-00 00:00:00',0,'','personDataManagerSection1','',1,'Person Data Manager Section 1','Person Data Manager Section 1','','','','2015-11-04 23:15:28',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','dealerDataManagerSection1','',2,'','','','','','2016-05-02 19:10:18',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','appDataManagerHeader','',3,'App Data Manager Header','App Data Manager Header','','','update','2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','appDataManagerSection1','',4,'App Data Manager Section 1','App Data Manager Section 1','','','update','2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','dealerDataManagerHeader','',5,'Dealer Data Manager Header','Dealer Data Manager Header','','','update','2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','dealerDataManagerSection1','',6,'Dealer Data Manager Section 1','Dealer Data Manager Section 1','','','update','2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','personDataManagerHeader','',7,'Person Data Manager Header','Person Data Manager Header','','','update','2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','personDataManagerSection1','',8,'Person Data Manager Section 1','Person Data Manager Section 1','','','update','2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','memberDataManagerHeader','',9,'Member Data Manager Header','Member Data Manager Header','','','update','2016-05-18 18:14:44',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','memberDataManagerHeader','',11,'Member Data Manager Header','Member Data Manager Header','','','update','2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','memberDataManagerSection1','',12,'Member Data Manager Section 1','Member Data Manager Section 1','','','update','2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','coreDataManagerHeader','',13,'Core Data Manager Header','Core Data Manager Header','','','update','2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','coreDataManagerSection1','',14,'Core Data Manager Section 1','Core Data Manager Section 1','','','update','2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','appDataManagerHeader','',15,'App Data Manager Header','App Data Manager Header','','','update','2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0),('','','0000-00-00 00:00:00',0,'','appDataManagerSection1','',16,'App Data Manager Section 1','App Data Manager Section 1','','','update','2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistForm` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistFormItem`
--

DROP TABLE IF EXISTS `twistFormItem`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistFormItem` (
  `actionBlurSource` varchar(1000) NOT NULL,
  `actionBlurTypeSLIID` tinyint(1) NOT NULL DEFAULT '0',
  `actionClickSource` varchar(1000) NOT NULL,
  `actionClickTypeSLIID` tinyint(1) NOT NULL DEFAULT '0',
  `actionFocusSource` varchar(1000) NOT NULL,
  `actionFocusTypeSLIID` tinyint(1) NOT NULL DEFAULT '0',
  `actionHoverSource` varchar(1000) NOT NULL,
  `actionHoverTypeSLIID` tinyint(1) NOT NULL DEFAULT '0',
  `cssDataClass` varchar(100) NOT NULL,
  `cssDataStyle` varchar(200) NOT NULL,
  `cssLabelClass` varchar(100) NOT NULL,
  `cssLabelStyle` varchar(200) NOT NULL,
  `custom` tinyint(1) NOT NULL DEFAULT '0',
  `dataClass` varchar(100) NOT NULL,
  `dataDOMID` varchar(100) NOT NULL,
  `dataEntryOrder` int(11) NOT NULL DEFAULT '0',
  `dataHide` tinyint(1) NOT NULL DEFAULT '0',
  `dataManagerSectionID` int(11) NOT NULL DEFAULT '0',
  `dataStyle` varchar(500) NOT NULL,
  `dataTitle` varchar(100) NOT NULL,
  `defaultValue` varchar(500) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `displayLogic` varchar(1000) NOT NULL,
  `displayOrder` int(11) NOT NULL DEFAULT '0',
  `draggable` tinyint(1) NOT NULL DEFAULT '0',
  `formID` int(11) NOT NULL DEFAULT '0',
  `formItemCode` varchar(100) NOT NULL,
  `formItemID` int(11) NOT NULL AUTO_INCREMENT,
  `formItemJoinReadOnly` tinyint(1) NOT NULL DEFAULT '0',
  `formItemLinkManagerID` int(11) NOT NULL DEFAULT '0',
  `formItemName` varchar(100) NOT NULL,
  `formItemNamePublic` varchar(100) NOT NULL,
  `formItemOverview` varchar(500) NOT NULL,
  `formItemSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `formItemSourceFileName` varchar(100) NOT NULL,
  `formItemSourceFilePath` varchar(200) NOT NULL,
  `formItemType` varchar(50) NOT NULL,
  `formItemWebPageSectionID` int(11) NOT NULL DEFAULT '0',
  `hotKey` varchar(10) NOT NULL,
  `inputClass` varchar(100) NOT NULL,
  `inputStyle` varchar(200) NOT NULL,
  `inputType` varchar(20) NOT NULL,
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `instructions` varchar(100) NOT NULL,
  `joinOutput` varchar(500) NOT NULL,
  `joinSelectSQLLimitClause` varchar(100) NOT NULL,
  `joinSelectSQLOptionDisplay` varchar(100) NOT NULL,
  `joinSelectSQLOptionSelected` varchar(100) NOT NULL,
  `joinSelectSQLOptionValue` varchar(100) NOT NULL,
  `joinSelectSQLOrderByClause` varchar(500) NOT NULL,
  `joinSelectSQLStatement` varchar(500) NOT NULL,
  `joinSelectSQLWhereClause` varchar(500) NOT NULL,
  `joinSource` varchar(2000) NOT NULL,
  `joinSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `joinSourceFileName` varchar(100) NOT NULL,
  `joinSourceFilePath` varchar(200) NOT NULL,
  `joinSQLTableID` int(11) NOT NULL DEFAULT '0',
  `labelOnly` tinyint(1) NOT NULL DEFAULT '0',
  `labelText` varchar(100) NOT NULL,
  `linkMatchSQLTableID` int(11) NOT NULL DEFAULT '0',
  `linkSourceTableCode` varchar(100) NOT NULL,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `linkUpdateEntityRequestCode` varchar(100) NOT NULL,
  `mask` varchar(100) NOT NULL,
  `nonDataClass` varchar(100) NOT NULL,
  `nonDataDOMID` varchar(100) NOT NULL,
  `nonDataHide` tinyint(1) NOT NULL DEFAULT '0',
  `nonDataStyle` varchar(500) NOT NULL,
  `nonDataTitle` varchar(100) NOT NULL,
  `onBlur` varchar(100) NOT NULL,
  `onClick` varchar(100) NOT NULL,
  `onFocus` varchar(100) NOT NULL,
  `pickListCode` varchar(100) NOT NULL,
  `placeholder` varchar(100) NOT NULL,
  `positionLeft` int(11) NOT NULL DEFAULT '0',
  `positionTop` int(11) NOT NULL DEFAULT '0',
  `readOnly` tinyint(1) NOT NULL DEFAULT '0',
  `relationSQLTableID` int(11) NOT NULL DEFAULT '0',
  `selectListAllowReset` tinyint(1) NOT NULL DEFAULT '0',
  `selectListID` int(11) NOT NULL DEFAULT '0',
  `sqlColumnID` int(11) NOT NULL DEFAULT '0',
  `sqlTableID` int(11) NOT NULL DEFAULT '0',
  `tabIndex` smallint(6) NOT NULL,
  `title` varchar(100) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `updateLogic` varchar(500) NOT NULL,
  `validationLogic` varchar(500) NOT NULL,
  `validationSequence` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`formItemID`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistFormItem`
--

LOCK TABLES `twistFormItem` WRITE;
/*!40000 ALTER TABLE `twistFormItem` DISABLE KEYS */;
INSERT INTO `twistFormItem` VALUES ('',0,'',0,'',0,'',0,'','','','',0,'','dealerNameInput',0,0,0,'left:193px;   top:20px;  height:19px;  width:350px;  top:10px;','dealerName Input','','0000-00-00 00:00:00',0,'',0,0,2,'dealerName',2,0,0,'','','',0,'','','labelInput',0,'','','','text','2016-05-02 20:33:05',0,'','','','','','','','','','',0,'','',0,0,'Dealer Name:',0,'',0,'','','','dealerNameLabel',0,'left:103px;   top:22px;   height:15px;   width:150px;  height:15px;  top:10px;  width:85px;','dealerName Label','','','','','',0,0,0,0,0,0,2204,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerNamePublicInput',0,0,0,'left:195px;   top:46px;   height:18px;   width:350px;  height:19px;  top:37px;  width:173px;','dealerNamePublic Input','','0000-00-00 00:00:00',0,'',0,0,2,'dealerNamePublic',3,0,0,'','','',0,'','','labelInput',0,'','','','text','2016-05-02 20:40:11',0,'','','','','','','','','','',0,'','',0,0,'Dealer Name Public:',0,'',0,'','','','dealerNamePublicLabel',0,'left:60px;   top:47px;   height:15px;   width:150px;  height:15px;  top:37px;  width:125px;','dealerNamePublic Label','','','','','',0,0,0,0,0,0,2205,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerOverviewInput',0,0,0,'left:195px;   top:74px;   height:41px;   width:350px;  height:40px;  top:66px;  width:167px;','dealerOverview Input','','0000-00-00 00:00:00',0,'',0,0,2,'dealerOverview',4,0,0,'','','',0,'','','labelInput',0,'','','','textarea','2016-05-02 21:13:49',0,'','','','','','','','','','',0,'','',0,0,'Overview (Notes):',0,'',0,'','','','dealerOverviewLabel',0,'left:74px;   top:79px;   height:15px;   width:150px;  height:15px;  top:65px;  width:113px;','dealerOverview Label','','','','','',0,0,0,0,0,0,2206,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerNameInput',0,0,0,'left:214px;  top:12px;  height:19px;  width:173px;','dealerName Input','','0000-00-00 00:00:00',0,'',0,0,6,'dealerName',5,0,0,'','','',0,'','','labelInput',0,'','','','text','2016-05-06 13:41:04',0,'','','','','','','','','','',0,'','',0,0,'Dealer Name:',0,'',0,'','','','dealerNameLabel',0,'left:121px;  top:13px;  height:15px;  width:82px;','dealerName Label','','','','','',0,0,0,0,0,0,2204,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerAddressStreet1Input',0,0,0,'left:214px;  top:36px;  height:19px;  width:173px;','dealerAddressStreet1 Input','','0000-00-00 00:00:00',0,'',0,0,6,'dealerAddressStreet1',6,0,0,'dealerAddressStreet1','','',0,'','','labelInput',0,'','','','text','2016-05-18 17:59:58',0,'','','','','','','','','','',0,'','',0,0,'Street 1:',0,'',0,'','','','dealerAddressStreet1Label',0,'left:148px;  top:37px;  height:15px;  width:63px;','dealerAddressStreet1 Label','','','','','',0,0,0,0,0,0,2191,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerAddressStreet2Input',0,0,0,'left:215px;  top:60px;  height:19px;  width:173px;','dealerAddressStreet2 Input','','0000-00-00 00:00:00',0,'',0,0,6,'dealerAddressStreet2',7,0,0,'','','',0,'','','labelInput',0,'','','','text','2016-05-18 18:00:25',0,'','','','','','','','','','',0,'','',0,0,'Street 2:',0,'',0,'','','','dealerAddressStreet2Label',0,'left:149px;  top:62px;  height:15px;  width:54px;','dealerAddressStreet2 Label','','','','','',0,0,0,0,0,0,2192,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerAddressCityInput',0,0,0,'left:215px;  top:87px;  height:19px;  width:173px;','dealerAddressCity Input','','0000-00-00 00:00:00',0,'',0,0,6,'dealerAddressCity',8,0,0,'','','',0,'','','labelInput',0,'','','','text','2016-05-18 18:01:19',0,'','','','','','','','','','',0,'','',0,0,'City:',0,'',0,'','','','dealerAddressCityLabel',0,'left:175px;  top:88px;  height:15px;  width:28px;','dealerAddressCity Label','','','','','',0,0,0,0,0,0,2185,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerAddressStateInput',0,0,0,'left:216px;  top:113px;  height:19px;  width:173px;','dealerAddressState Input','','0000-00-00 00:00:00',0,'',0,0,6,'dealerAddressState',9,0,0,'','','',0,'','','labelInput',0,'','','','text','2016-05-18 18:01:40',0,'','','','','','','','','','',0,'','',0,0,'State:',0,'',0,'','','','dealerAddressStateLabel',0,'left:166px;  top:113px;  height:15px;  width:37px;','dealerAddressState Label','','','','','',0,0,0,0,0,0,2190,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerAddressZipCodeInput',0,0,0,'left:216px;  top:138px;  height:19px;  width:173px;','dealerAddressZipCode Input','','0000-00-00 00:00:00',0,'',0,0,6,'dealerAddressZipCode',10,0,0,'','','',0,'','','labelInput',0,'','','','text','2016-05-18 18:02:39',0,'','','','','','','','','','',0,'','',0,0,'Zip Code:',0,'',0,'','','','dealerAddressZipCodeLabel',0,'left:148px;  top:138px;  height:15px;  width:56px;','dealerAddressZipCode Label','','','','','',0,0,0,0,0,0,2194,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerLogoURLInput',0,0,0,'left:514px;  top:216px;  height:19px;  width:350px;','dealerLogoURL Input','','0000-00-00 00:00:00',0,'',0,0,6,'dealerLogoURL',11,0,0,'dealerLogoURL','','',0,'','','labelInput',0,'','','','text','2016-05-18 18:03:01',0,'','','','','','','','','','',0,'','',0,0,'Logo URL:',6,'',0,'','','','dealerLogoURLLabel',0,'left:447px;  top:219px;  height:15px;  width:61px;','dealerLogoURL Label','','','','','',0,0,0,0,0,0,2195,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerOverviewInput',0,0,0,'left:515px;  top:10px;  height:200px;  width:350px;','dealerOverview Input','','0000-00-00 00:00:00',0,'',0,0,6,'dealerOverview',12,0,0,'dealerOverview','','',0,'','','labelInput',0,'','','','textarea','2016-05-18 18:03:28',0,'','','','','','','','','','',0,'','',0,0,'Overview:',6,'',0,'','','','dealerOverviewLabel',0,'left:446px;  top:14px;  height:15px;  width:60px;','dealerOverview Label','','','','','',0,0,0,0,0,0,2206,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerAddressPhoneMainInput',0,0,0,'left:215px;  top:163px;  height:19px;  width:173px;','dealerAddressPhoneMain Input','','0000-00-00 00:00:00',0,'',0,0,6,'dealerAddressPhoneMain',13,0,0,'','','',0,'','','labelInput',0,'','','','text','2016-05-18 19:29:54',0,'','','','','','','','','','',0,'','',0,0,'Main Phone:',0,'',0,'','','','dealerAddressPhoneMainLabel',0,'left:131px;  top:165px;  height:15px;  width:74px;','dealerAddressPhoneMain Label','','','','','',0,0,0,0,0,0,2188,91,0,'','0000-00-00 00:00:00',0,'','',0),('',0,'',0,'',0,'',0,'','','','',0,'','dealerAddressWebsiteInput',0,0,0,'left:215px;  top:191px;  height:19px;  width:173px;','dealerAddressWebsite Input','','0000-00-00 00:00:00',0,'',0,0,6,'dealerAddressWebsite',14,0,0,'','','',0,'','','labelInput',0,'','','','text','2016-05-18 19:30:14',0,'','','','','','','','','','',0,'','',0,0,'Website:',0,'',0,'','','','dealerAddressWebsiteLabel',0,'left:153px;  top:192px;  height:15px;  width:51px;','dealerAddressWebsite Label','','','','','',0,0,0,0,0,0,2193,91,0,'','0000-00-00 00:00:00',0,'','',0);
/*!40000 ALTER TABLE `twistFormItem` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistInstallRule`
--

DROP TABLE IF EXISTS `twistInstallRule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistInstallRule` (
  `installRuleAction` varchar(100) NOT NULL,
  `installRuleActionScope` varchar(100) NOT NULL,
  `installRuleCondition01` varchar(100) NOT NULL,
  `installRuleCondition02` varchar(100) NOT NULL,
  `installRuleCondition03` varchar(100) NOT NULL,
  `installRuleCondition04` varchar(100) NOT NULL,
  `installRuleCondition05` varchar(100) NOT NULL,
  `installRuleCondition06` varchar(100) NOT NULL,
  `installRuleCondition07` varchar(100) NOT NULL,
  `installRuleCondition08` varchar(100) NOT NULL,
  `installRuleCondition09` varchar(100) NOT NULL,
  `installRuleCondition10` varchar(100) NOT NULL,
  `installRuleDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `installRuleDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `installRuleID` int(11) NOT NULL AUTO_INCREMENT,
  `installRuleInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `installRuleInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `installRuleName` varchar(100) NOT NULL,
  `installRuleOrder` smallint(6) NOT NULL DEFAULT '0',
  `installRuleParameter01` varchar(100) NOT NULL,
  `installRuleParameter02` varchar(100) NOT NULL,
  `installRuleParameter03` varchar(100) NOT NULL,
  `installRuleParameter04` varchar(100) NOT NULL,
  `installRuleParameter05` varchar(100) NOT NULL,
  `installRuleParameter06` varchar(100) NOT NULL,
  `installRuleParameter07` varchar(100) NOT NULL,
  `installRuleParameter08` varchar(100) NOT NULL,
  `installRuleParameter09` varchar(100) NOT NULL,
  `installRuleParameter10` varchar(100) NOT NULL,
  `installRuleSource` varchar(4000) NOT NULL,
  `installRuleSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `installRuleSourceFileName` varchar(100) NOT NULL,
  `installRuleSourceFilePath` varchar(200) NOT NULL,
  `installRuleTypeDeinstall` tinyint(1) NOT NULL DEFAULT '0',
  `installRuleTypeInstall` tinyint(1) NOT NULL DEFAULT '0',
  `installRuleTypeUpdate` tinyint(1) NOT NULL DEFAULT '0',
  `installRuleTypeUpload` tinyint(1) NOT NULL DEFAULT '0',
  `installRuleUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `installRuleUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`installRuleID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistInstallRule`
--

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

--
-- Table structure for table `twistLead`
--

DROP TABLE IF EXISTS `twistLead`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLead` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `leadID` int(11) NOT NULL AUTO_INCREMENT,
  `leadName` varchar(100) NOT NULL,
  `leadNamePublic` varchar(100) NOT NULL,
  `leadOverview` varchar(500) NOT NULL,
  PRIMARY KEY (`leadID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLead`
--

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

--
-- Table structure for table `twistLinkAppContent`
--

DROP TABLE IF EXISTS `twistLinkAppContent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppContent` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `contentID` int(11) NOT NULL DEFAULT '0',
  `linkAppContentDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppContentDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppContentID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppContentInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppContentInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppContentUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppContentUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppContentID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppContent`
--

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

--
-- Table structure for table `twistLinkAppDataManager`
--

DROP TABLE IF EXISTS `twistLinkAppDataManager`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppDataManager` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `dataManagerID` int(11) NOT NULL DEFAULT '0',
  `linkAppDataManagerDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppDataManagerDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppDataManagerID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppDataManagerInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppDataManagerInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppDataManagerUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppDataManagerUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppDataManagerID`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppDataManager`
--

LOCK TABLES `twistLinkAppDataManager` WRITE;
/*!40000 ALTER TABLE `twistLinkAppDataManager` DISABLE KEYS */;
INSERT INTO `twistLinkAppDataManager` VALUES (1,2,'0000-00-00 00:00:00',0,1,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0),(2,3,'0000-00-00 00:00:00',0,2,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0),(3,4,'0000-00-00 00:00:00',0,3,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0),(5,6,'0000-00-00 00:00:00',0,5,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0),(6,7,'0000-00-00 00:00:00',0,6,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0),(7,8,'0000-00-00 00:00:00',0,7,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkAppDataManager` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppDataManagerOption`
--

DROP TABLE IF EXISTS `twistLinkAppDataManagerOption`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppDataManagerOption` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `dataManagerOptionID` int(11) NOT NULL DEFAULT '0',
  `linkAppDataManagerOptionDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppDataManagerOptionDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppDataManagerOptionID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppDataManagerOptionInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppDataManagerOptionInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppDataManagerOptionUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppDataManagerOptionUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppDataManagerOptionID`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppDataManagerOption`
--

LOCK TABLES `twistLinkAppDataManagerOption` WRITE;
/*!40000 ALTER TABLE `twistLinkAppDataManagerOption` DISABLE KEYS */;
INSERT INTO `twistLinkAppDataManagerOption` VALUES (1,2,'0000-00-00 00:00:00',0,1,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0),(2,3,'0000-00-00 00:00:00',0,2,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0),(3,4,'0000-00-00 00:00:00',0,3,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0),(4,5,'0000-00-00 00:00:00',0,4,'2016-05-18 18:14:44',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkAppDataManagerOption` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppDataManagerSection`
--

DROP TABLE IF EXISTS `twistLinkAppDataManagerSection`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppDataManagerSection` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `dataManagerSectionID` int(11) NOT NULL DEFAULT '0',
  `linkAppDataManagerSectionDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppDataManagerSectionDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppDataManagerSectionID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppDataManagerSectionInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppDataManagerSectionInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppDataManagerSectionUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppDataManagerSectionUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppDataManagerSectionID`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppDataManagerSection`
--

LOCK TABLES `twistLinkAppDataManagerSection` WRITE;
/*!40000 ALTER TABLE `twistLinkAppDataManagerSection` DISABLE KEYS */;
INSERT INTO `twistLinkAppDataManagerSection` VALUES (1,0,'0000-00-00 00:00:00',0,1,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0),(1,3,'0000-00-00 00:00:00',0,2,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0),(1,4,'0000-00-00 00:00:00',0,3,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0),(2,5,'0000-00-00 00:00:00',0,4,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0),(2,5,'0000-00-00 00:00:00',0,5,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0),(2,6,'0000-00-00 00:00:00',0,6,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0),(3,7,'0000-00-00 00:00:00',0,7,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0),(3,7,'0000-00-00 00:00:00',0,8,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0),(3,8,'0000-00-00 00:00:00',0,9,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0),(4,9,'0000-00-00 00:00:00',0,10,'2016-05-18 18:14:44',0,'0000-00-00 00:00:00',0),(4,9,'0000-00-00 00:00:00',0,11,'2016-05-18 18:14:44',0,'0000-00-00 00:00:00',0),(4,10,'0000-00-00 00:00:00',0,12,'2016-05-18 18:14:44',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkAppDataManagerSection` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppEntityRequest`
--

DROP TABLE IF EXISTS `twistLinkAppEntityRequest`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppEntityRequest` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `entityRequestID` int(11) NOT NULL DEFAULT '0',
  `linkAppEntityRequestDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppEntityRequestDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppEntityRequestID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppEntityRequestInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppEntityRequestInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppEntityRequestUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppEntityRequestUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppEntityRequestID`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppEntityRequest`
--

LOCK TABLES `twistLinkAppEntityRequest` WRITE;
/*!40000 ALTER TABLE `twistLinkAppEntityRequest` DISABLE KEYS */;
INSERT INTO `twistLinkAppEntityRequest` VALUES (73,181,'0000-00-00 00:00:00',0,1,'2016-05-02 12:43:51',0,'0000-00-00 00:00:00',0),(1,193,'0000-00-00 00:00:00',0,2,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0),(1,194,'0000-00-00 00:00:00',0,3,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0),(2,196,'0000-00-00 00:00:00',0,4,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0),(2,197,'0000-00-00 00:00:00',0,5,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0),(3,199,'0000-00-00 00:00:00',0,6,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0),(3,200,'0000-00-00 00:00:00',0,7,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0),(4,208,'0000-00-00 00:00:00',0,8,'2016-05-18 18:14:44',0,'0000-00-00 00:00:00',0),(4,209,'0000-00-00 00:00:00',0,9,'2016-05-18 18:14:44',0,'0000-00-00 00:00:00',0),(5,216,'0000-00-00 00:00:00',0,10,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0),(5,217,'0000-00-00 00:00:00',0,11,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0),(6,219,'0000-00-00 00:00:00',0,12,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0),(6,220,'0000-00-00 00:00:00',0,13,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0),(7,222,'0000-00-00 00:00:00',0,14,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0),(7,223,'0000-00-00 00:00:00',0,15,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkAppEntityRequest` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppEntityRequestGroup`
--

DROP TABLE IF EXISTS `twistLinkAppEntityRequestGroup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppEntityRequestGroup` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `entityRequestGroupID` int(11) NOT NULL DEFAULT '0',
  `linkAppEntityRequestGroupDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppEntityRequestGroupDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppEntityRequestGroupID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppEntityRequestGroupInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppEntityRequestGroupInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppEntityRequestGroupUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppEntityRequestGroupUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppEntityRequestGroupID`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppEntityRequestGroup`
--

LOCK TABLES `twistLinkAppEntityRequestGroup` WRITE;
/*!40000 ALTER TABLE `twistLinkAppEntityRequestGroup` DISABLE KEYS */;
INSERT INTO `twistLinkAppEntityRequestGroup` VALUES (1,1,'0000-00-00 00:00:00',0,1,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0),(2,2,'0000-00-00 00:00:00',0,2,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0),(3,3,'0000-00-00 00:00:00',0,3,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0),(4,4,'0000-00-00 00:00:00',0,4,'2016-05-18 18:14:44',0,'0000-00-00 00:00:00',0),(5,5,'0000-00-00 00:00:00',0,5,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0),(6,6,'0000-00-00 00:00:00',0,6,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0),(7,7,'0000-00-00 00:00:00',0,7,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkAppEntityRequestGroup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppFile`
--

DROP TABLE IF EXISTS `twistLinkAppFile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppFile` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `fileID` int(11) NOT NULL DEFAULT '0',
  `linkAppFileDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppFileDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppFileID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppFileInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppFileInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppFileUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppFileUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppFileID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppFile`
--

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

--
-- Table structure for table `twistLinkAppForm`
--

DROP TABLE IF EXISTS `twistLinkAppForm`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppForm` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `formID` int(11) NOT NULL DEFAULT '0',
  `linkAppFormDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppFormDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppFormID` int(11) NOT NULL,
  `linkAppFormInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppFormInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppFormUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppFormUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppFormID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppForm`
--

LOCK TABLES `twistLinkAppForm` WRITE;
/*!40000 ALTER TABLE `twistLinkAppForm` DISABLE KEYS */;
INSERT INTO `twistLinkAppForm` VALUES (1,3,'0000-00-00 00:00:00',0,0,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkAppForm` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppFormItem`
--

DROP TABLE IF EXISTS `twistLinkAppFormItem`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppFormItem` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `formItemID` int(11) NOT NULL DEFAULT '0',
  `linkAppFormItemDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppFormItemDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppFormItemID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppFormItemInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppFormItemInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppFormItemUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppFormItemUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppFormItemID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppFormItem`
--

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

--
-- Table structure for table `twistLinkAppOrganization`
--

DROP TABLE IF EXISTS `twistLinkAppOrganization`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppOrganization` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `linkAppOrganizationID` int(11) NOT NULL AUTO_INCREMENT,
  `organizationID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppOrganizationID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppOrganization`
--

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

--
-- Table structure for table `twistLinkAppParameter`
--

DROP TABLE IF EXISTS `twistLinkAppParameter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppParameter` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `linkAppParameterDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppParameterDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppParameterID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppParameterInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppParameterInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppParameterUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppParameterUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `parameterID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppParameterID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppParameter`
--

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

--
-- Table structure for table `twistLinkAppPermission`
--

DROP TABLE IF EXISTS `twistLinkAppPermission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppPermission` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `linkAppPermissionDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppPermissionDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppPermissionID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppPermissionInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppPermissionInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppPermissionUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppPermissionUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `permissionID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppPermissionID`)
) ENGINE=MyISAM AUTO_INCREMENT=92 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppPermission`
--

LOCK TABLES `twistLinkAppPermission` WRITE;
/*!40000 ALTER TABLE `twistLinkAppPermission` DISABLE KEYS */;
INSERT INTO `twistLinkAppPermission` VALUES (1,'0000-00-00 00:00:00',0,1,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,903),(1,'0000-00-00 00:00:00',0,2,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,904),(1,'0000-00-00 00:00:00',0,3,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,905),(1,'0000-00-00 00:00:00',0,4,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,906),(1,'0000-00-00 00:00:00',0,5,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,907),(1,'0000-00-00 00:00:00',0,6,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,908),(1,'0000-00-00 00:00:00',0,7,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,909),(1,'0000-00-00 00:00:00',0,8,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,910),(1,'0000-00-00 00:00:00',0,9,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,911),(1,'0000-00-00 00:00:00',0,10,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,912),(1,'0000-00-00 00:00:00',0,11,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,913),(1,'0000-00-00 00:00:00',0,12,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,914),(1,'0000-00-00 00:00:00',0,13,'2016-05-06 13:06:56',0,'0000-00-00 00:00:00',0,915),(2,'0000-00-00 00:00:00',0,14,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,916),(2,'0000-00-00 00:00:00',0,15,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,917),(2,'0000-00-00 00:00:00',0,16,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,918),(2,'0000-00-00 00:00:00',0,17,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,919),(2,'0000-00-00 00:00:00',0,18,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,920),(2,'0000-00-00 00:00:00',0,19,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,921),(2,'0000-00-00 00:00:00',0,20,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,922),(2,'0000-00-00 00:00:00',0,21,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,923),(2,'0000-00-00 00:00:00',0,22,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,924),(2,'0000-00-00 00:00:00',0,23,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,925),(2,'0000-00-00 00:00:00',0,24,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,926),(2,'0000-00-00 00:00:00',0,25,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,927),(2,'0000-00-00 00:00:00',0,26,'2016-05-06 13:39:38',0,'0000-00-00 00:00:00',0,928),(3,'0000-00-00 00:00:00',0,27,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0,929),(3,'0000-00-00 00:00:00',0,28,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0,930),(3,'0000-00-00 00:00:00',0,29,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0,931),(3,'0000-00-00 00:00:00',0,30,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0,932),(3,'0000-00-00 00:00:00',0,31,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0,933),(3,'0000-00-00 00:00:00',0,32,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0,934),(3,'0000-00-00 00:00:00',0,33,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0,935),(3,'0000-00-00 00:00:00',0,34,'2016-05-18 17:57:25',0,'0000-00-00 00:00:00',0,936),(3,'0000-00-00 00:00:00',0,35,'2016-05-18 17:57:26',0,'0000-00-00 00:00:00',0,937),(3,'0000-00-00 00:00:00',0,36,'2016-05-18 17:57:26',0,'0000-00-00 00:00:00',0,938),(3,'0000-00-00 00:00:00',0,37,'2016-05-18 17:57:26',0,'0000-00-00 00:00:00',0,939),(3,'0000-00-00 00:00:00',0,38,'2016-05-18 17:57:26',0,'0000-00-00 00:00:00',0,940),(3,'0000-00-00 00:00:00',0,39,'2016-05-18 17:57:26',0,'0000-00-00 00:00:00',0,941),(3,'0000-00-00 00:00:00',0,40,'2016-05-18 17:57:26',0,'0000-00-00 00:00:00',0,942),(3,'0000-00-00 00:00:00',0,41,'2016-05-18 17:57:26',0,'0000-00-00 00:00:00',0,943),(5,'0000-00-00 00:00:00',0,71,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,973),(5,'0000-00-00 00:00:00',0,70,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,972),(5,'0000-00-00 00:00:00',0,69,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,971),(5,'0000-00-00 00:00:00',0,68,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,970),(5,'0000-00-00 00:00:00',0,67,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,969),(5,'0000-00-00 00:00:00',0,66,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,968),(5,'0000-00-00 00:00:00',0,65,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,967),(5,'0000-00-00 00:00:00',0,64,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,966),(5,'0000-00-00 00:00:00',0,63,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,965),(5,'0000-00-00 00:00:00',0,62,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,964),(5,'0000-00-00 00:00:00',0,61,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,963),(5,'0000-00-00 00:00:00',0,60,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,962),(5,'0000-00-00 00:00:00',0,59,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,961),(5,'0000-00-00 00:00:00',0,58,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,960),(5,'0000-00-00 00:00:00',0,57,'2016-06-07 19:30:16',0,'0000-00-00 00:00:00',0,959),(6,'0000-00-00 00:00:00',0,72,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,974),(6,'0000-00-00 00:00:00',0,73,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,975),(6,'0000-00-00 00:00:00',0,74,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,976),(6,'0000-00-00 00:00:00',0,75,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,977),(6,'0000-00-00 00:00:00',0,76,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,978),(7,'0000-00-00 00:00:00',0,77,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,979),(7,'0000-00-00 00:00:00',0,78,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,980),(7,'0000-00-00 00:00:00',0,79,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,981),(7,'0000-00-00 00:00:00',0,80,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,982),(7,'0000-00-00 00:00:00',0,81,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,983),(7,'0000-00-00 00:00:00',0,82,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,984),(7,'0000-00-00 00:00:00',0,83,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,985),(7,'0000-00-00 00:00:00',0,84,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,986),(7,'0000-00-00 00:00:00',0,85,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,987),(7,'0000-00-00 00:00:00',0,86,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,988),(7,'0000-00-00 00:00:00',0,87,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,989),(7,'0000-00-00 00:00:00',0,88,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,990),(7,'0000-00-00 00:00:00',0,89,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,991),(7,'0000-00-00 00:00:00',0,90,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,992),(7,'0000-00-00 00:00:00',0,91,'2016-07-21 23:06:52',0,'0000-00-00 00:00:00',0,993);
/*!40000 ALTER TABLE `twistLinkAppPermission` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppPerson`
--

DROP TABLE IF EXISTS `twistLinkAppPerson`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppPerson` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `linkAppPersonID` int(11) NOT NULL AUTO_INCREMENT,
  `personID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppPersonID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppPerson`
--

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

--
-- Table structure for table `twistLinkAppPortal`
--

DROP TABLE IF EXISTS `twistLinkAppPortal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppPortal` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `linkAppPortalDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppPortalDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppPortalID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppPortalInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppPortalInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppPortalUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppPortalUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `portalID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppPortalID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppPortal`
--

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

--
-- Table structure for table `twistLinkAppQuery`
--

DROP TABLE IF EXISTS `twistLinkAppQuery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppQuery` (
  `appDefault` tinyint(1) NOT NULL DEFAULT '0',
  `appDefaultOverride` tinyint(1) NOT NULL DEFAULT '0',
  `appID` int(11) NOT NULL DEFAULT '0',
  `conditionForUse` varchar(1000) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `isMassUpdateQuery` tinyint(1) NOT NULL DEFAULT '0',
  `isMasterQuery` tinyint(1) NOT NULL DEFAULT '0',
  `isMessageQuery` tinyint(1) NOT NULL DEFAULT '0',
  `isQuickQuery` tinyint(1) NOT NULL DEFAULT '0',
  `isQuickSearchQuery` tinyint(1) NOT NULL DEFAULT '0',
  `isWorkflowQuery` tinyint(1) NOT NULL DEFAULT '0',
  `linkAppQueryID` int(11) NOT NULL AUTO_INCREMENT,
  `managerMemberID` int(11) NOT NULL DEFAULT '0',
  `memberID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberID` int(11) NOT NULL DEFAULT '0',
  `queryID` int(11) NOT NULL DEFAULT '0',
  `queryTypeDataManager` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeDefault` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeMassUpdate` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeMaster` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeMessage` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeQuick` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeSearch` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeWorkflow` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppQueryID`)
) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppQuery`
--

LOCK TABLES `twistLinkAppQuery` WRITE;
/*!40000 ALTER TABLE `twistLinkAppQuery` DISABLE KEYS */;
INSERT INTO `twistLinkAppQuery` VALUES (0,0,73,'','0000-00-00 00:00:00',0,'2016-05-02 14:15:59',0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,1,'','0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,0,0,0,2,0,0,0,5,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,1,'','0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,0,0,0,3,0,0,0,6,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,1,'','0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,0,0,0,4,0,0,0,7,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,1,'','0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,0,0,0,5,0,0,0,8,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,2,'','0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,0,0,0,6,0,0,0,9,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,2,'','0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,0,0,0,7,0,0,0,10,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,2,'','0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,0,0,0,8,0,0,0,11,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,2,'','0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,0,0,0,9,0,0,0,12,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,3,'','0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,0,0,0,10,0,0,0,13,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,3,'','0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,0,0,0,11,0,0,0,14,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,3,'','0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,0,0,0,12,0,0,0,15,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,3,'','0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,0,0,0,13,0,0,0,16,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,5,'','0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,0,0,0,21,0,0,0,24,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,5,'','0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,0,0,0,20,0,0,0,23,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,5,'','0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,0,0,0,19,0,0,0,22,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,5,'','0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,0,0,0,18,0,0,0,21,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,6,'','0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,0,22,0,0,0,25,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,6,'','0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,0,23,0,0,0,26,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,6,'','0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,0,24,0,0,0,27,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,6,'','0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,0,25,0,0,0,28,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,7,'','0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,0,26,0,0,0,29,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,7,'','0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,0,27,0,0,0,30,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,7,'','0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,0,28,0,0,0,31,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0),(0,0,7,'','0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,0,29,0,0,0,32,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkAppQuery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppQueryFilter`
--

DROP TABLE IF EXISTS `twistLinkAppQueryFilter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppQueryFilter` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `linkAppQueryFilterDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppQueryFilterDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppQueryFilterID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppQueryFilterInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppQueryFilterInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppQueryFilterUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppQueryFilterUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `queryFilterID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppQueryFilterID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppQueryFilter`
--

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

--
-- Table structure for table `twistLinkAppQueryView`
--

DROP TABLE IF EXISTS `twistLinkAppQueryView`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppQueryView` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppQueryViewID` int(11) NOT NULL AUTO_INCREMENT,
  `queryViewID` int(11) NOT NULL DEFAULT '0',
  `queryViewTypeDefault` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppQueryViewID`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppQueryView`
--

LOCK TABLES `twistLinkAppQueryView` WRITE;
/*!40000 ALTER TABLE `twistLinkAppQueryView` DISABLE KEYS */;
INSERT INTO `twistLinkAppQueryView` VALUES (73,'0000-00-00 00:00:00',0,'2016-05-02 14:16:22',0,1,1,0,'0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,2,3,0,'0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,3,4,0,'0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,4,5,0,'0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,6,7,0,'0000-00-00 00:00:00',0),(6,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,7,8,0,'0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,8,9,0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkAppQueryView` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppRole`
--

DROP TABLE IF EXISTS `twistLinkAppRole`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppRole` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `displayOrder` int(11) NOT NULL DEFAULT '0',
  `filterDataManagerMember` tinyint(1) NOT NULL DEFAULT '0',
  `filterDataOwnerMember` tinyint(1) NOT NULL DEFAULT '0',
  `filterDataOwnerOrganization` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppRoleID` int(11) NOT NULL AUTO_INCREMENT,
  `portalID` int(11) NOT NULL DEFAULT '0',
  `queryIDDefault` int(11) NOT NULL DEFAULT '0',
  `queryViewIDDefault` int(11) NOT NULL DEFAULT '0',
  `roleID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppRoleID`)
) ENGINE=MyISAM AUTO_INCREMENT=384 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppRole`
--

LOCK TABLES `twistLinkAppRole` WRITE;
/*!40000 ALTER TABLE `twistLinkAppRole` DISABLE KEYS */;
INSERT INTO `twistLinkAppRole` VALUES (23,'0000-00-00 00:00:00',0,0,1,1,1,'2015-10-01 04:15:26',2,152,0,74,21,7,'0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-28 00:42:17',0,151,0,89,24,6,'0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-28 00:42:17',0,150,0,89,24,5,'0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-28 00:42:17',0,149,0,89,24,3,'0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,0,0,0,0,'2016-07-21 23:06:52',0,381,0,29,9,2,'0000-00-00 00:00:00',0),(6,'0000-00-00 00:00:00',0,0,0,0,0,'2016-07-21 23:06:52',0,380,0,25,8,0,'0000-00-00 00:00:00',0),(6,'0000-00-00 00:00:00',0,0,0,0,0,'2016-07-21 23:06:52',0,379,0,25,8,5,'0000-00-00 00:00:00',0),(6,'0000-00-00 00:00:00',0,0,0,0,0,'2016-07-21 23:06:52',0,378,0,25,8,2,'0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-27 22:29:17',0,145,0,85,23,3,'0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-27 22:29:17',0,146,0,85,23,5,'0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-27 22:29:17',0,147,0,85,23,6,'0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-28 00:42:17',0,148,0,89,24,2,'0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,0,0,0,0,'2015-07-18 10:44:49',0,13,0,13,4,2,'0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,0,0,0,0,'2015-07-18 10:44:49',0,14,0,13,4,3,'0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,0,0,0,0,'2015-07-18 10:44:49',0,15,0,13,4,5,'0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,0,0,0,0,'2015-07-18 10:44:49',0,16,0,13,4,6,'0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-27 22:29:17',0,144,0,85,23,2,'0000-00-00 00:00:00',0),(15,'0000-00-00 00:00:00',0,0,1,1,1,'2015-09-19 18:05:36',2,143,0,83,13,7,'0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-18 21:08:34',0,142,0,78,22,6,'0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-18 21:08:34',0,141,0,78,22,5,'0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-17 23:05:27',0,138,0,74,21,6,'0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-18 21:08:34',0,140,0,78,22,3,'0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-18 21:08:34',0,139,0,78,22,2,'0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-17 23:05:27',0,137,0,74,21,5,'0000-00-00 00:00:00',0),(10,'0000-00-00 00:00:00',0,0,0,0,0,'2015-08-15 19:30:38',0,25,0,25,7,2,'0000-00-00 00:00:00',0),(10,'0000-00-00 00:00:00',0,0,0,0,0,'2015-08-15 19:30:38',0,26,0,25,7,3,'0000-00-00 00:00:00',0),(10,'0000-00-00 00:00:00',0,0,0,0,0,'2015-08-15 19:30:38',0,27,0,25,7,5,'0000-00-00 00:00:00',0),(10,'0000-00-00 00:00:00',0,0,0,0,0,'2015-08-15 19:30:38',0,28,0,25,7,6,'0000-00-00 00:00:00',0),(10,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-11 18:57:07',2,109,0,25,7,7,'0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-11 18:16:23',2,108,0,40,12,7,'0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-16 04:23:55',2,133,0,13,4,8,'0000-00-00 00:00:00',0),(15,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-16 04:23:55',2,134,0,47,13,8,'0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,0,0,0,0,'2015-08-17 22:35:35',0,33,0,34,9,2,'0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,0,0,0,0,'2015-08-17 22:35:35',0,34,0,34,9,3,'0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,0,0,0,0,'2015-08-17 22:35:35',0,35,0,34,9,5,'0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,0,0,0,0,'2015-08-17 22:35:35',0,36,0,34,9,6,'0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-09 16:35:42',0,99,0,44,12,6,'0000-00-00 00:00:00',0),(22,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-16 00:16:30',0,132,0,0,0,6,'0000-00-00 00:00:00',0),(22,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-16 00:16:30',0,131,0,0,0,5,'0000-00-00 00:00:00',0),(22,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-16 00:16:30',0,130,0,0,0,3,'0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-05 04:56:37',0,41,0,44,12,2,'0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-05 04:56:37',0,42,0,44,12,3,'0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-05 04:56:37',0,43,0,44,12,5,'0000-00-00 00:00:00',0),(22,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-16 00:16:30',0,129,0,0,0,2,'0000-00-00 00:00:00',0),(15,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-05 18:59:29',0,45,0,83,13,2,'0000-00-00 00:00:00',0),(15,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-05 18:59:29',0,46,0,83,13,3,'0000-00-00 00:00:00',0),(15,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-05 18:59:29',0,47,0,83,13,5,'0000-00-00 00:00:00',0),(15,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-05 18:59:29',0,48,0,83,13,6,'0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-17 23:05:27',0,135,0,74,21,2,'0000-00-00 00:00:00',0),(10,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-05 22:38:31',2,50,0,25,7,8,'0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-17 23:05:27',0,136,0,74,21,3,'0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,0,1,1,1,'2015-09-13 22:09:01',2,114,0,70,19,7,'0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-13 22:08:40',0,113,0,70,19,6,'0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-13 22:08:40',0,112,0,70,19,5,'0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-13 22:08:40',0,111,0,70,19,3,'0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:23:06',0,56,0,54,15,2,'0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:23:06',0,57,0,54,15,3,'0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:23:06',0,58,0,54,15,5,'0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:23:06',0,59,0,54,15,6,'0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:25:38',0,60,0,58,16,2,'0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:25:38',0,61,0,58,16,3,'0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:25:38',0,62,0,58,16,5,'0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:25:38',0,63,0,58,16,6,'0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:27:35',0,64,0,62,17,2,'0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:27:35',0,65,0,62,17,3,'0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:27:35',0,66,0,62,17,5,'0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-06 00:27:35',0,67,0,62,17,6,'0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 10:22:17',0,169,0,109,30,2,'0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 10:12:37',0,168,0,105,29,6,'0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 10:12:37',0,167,0,105,29,5,'0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 10:12:37',0,166,0,105,29,3,'0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 10:12:37',0,165,0,105,29,2,'0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-07 02:51:05',0,73,0,66,18,2,'0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-07 02:51:05',0,74,0,66,18,3,'0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-07 02:51:05',0,75,0,66,18,5,'0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-07 02:51:05',0,76,0,66,18,6,'0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 09:56:17',0,164,0,101,28,6,'0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 09:56:17',0,163,0,101,28,5,'0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 09:56:17',0,162,0,101,28,3,'0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 09:56:17',0,161,0,101,28,2,'0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-01 10:05:24',0,160,0,97,26,6,'0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-01 10:05:24',0,159,0,97,26,5,'0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-01 10:05:24',0,158,0,97,26,3,'0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-01 10:05:24',0,157,0,97,26,2,'0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-01 10:05:20',0,156,0,93,25,6,'0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-01 10:05:20',0,155,0,93,25,5,'0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-01 10:05:20',0,154,0,93,25,3,'0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-01 10:05:20',0,153,0,93,25,2,'0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-13 22:08:40',0,110,0,70,19,2,'0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,0,0,0,0,'2015-09-08 17:21:07',2,97,0,13,4,7,'0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 10:22:17',0,170,0,109,30,3,'0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 10:22:17',0,171,0,109,30,5,'0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 10:22:17',0,172,0,109,30,6,'0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 18:24:20',0,173,0,113,31,2,'0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 18:24:20',0,174,0,113,31,3,'0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 18:24:20',0,175,0,113,31,5,'0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 18:24:20',0,176,0,113,31,6,'0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:15:36',0,177,0,117,32,2,'0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:15:36',0,178,0,117,32,3,'0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:15:36',0,179,0,117,32,5,'0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:15:36',0,180,0,117,32,6,'0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:16:37',0,181,0,121,33,2,'0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:16:37',0,182,0,121,33,3,'0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:16:37',0,183,0,121,33,5,'0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:16:37',0,184,0,121,33,6,'0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:44:17',0,185,0,125,34,2,'0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:44:17',0,186,0,125,34,3,'0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:44:17',0,187,0,125,34,5,'0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:44:17',0,188,0,125,34,6,'0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:48:46',0,189,0,129,35,2,'0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:48:46',0,190,0,129,35,3,'0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:48:46',0,191,0,129,35,5,'0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:48:46',0,192,0,129,35,6,'0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:50:26',0,193,0,133,36,2,'0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:50:26',0,194,0,133,36,3,'0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:50:26',0,195,0,133,36,5,'0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:50:26',0,196,0,133,36,6,'0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:52:21',0,197,0,137,37,2,'0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:52:21',0,198,0,137,37,3,'0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:52:21',0,199,0,137,37,5,'0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 19:52:21',0,200,0,137,37,6,'0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:42:09',0,201,0,141,38,2,'0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:42:09',0,202,0,141,38,3,'0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:42:09',0,203,0,141,38,5,'0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:42:09',0,204,0,141,38,6,'0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:43:36',0,205,0,145,39,2,'0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:43:36',0,206,0,145,39,3,'0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:43:36',0,207,0,145,39,5,'0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:43:36',0,208,0,145,39,6,'0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:47:12',0,209,0,149,40,2,'0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:47:12',0,210,0,149,40,3,'0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:47:12',0,211,0,149,40,5,'0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:47:12',0,212,0,149,40,6,'0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:50:19',0,213,0,153,41,2,'0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:50:19',0,214,0,153,41,3,'0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:50:19',0,215,0,153,41,5,'0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:50:19',0,216,0,153,41,6,'0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:56:58',0,217,0,157,42,2,'0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:56:58',0,218,0,157,42,3,'0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:56:58',0,219,0,157,42,5,'0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 21:56:58',0,220,0,157,42,6,'0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 22:01:22',0,221,0,161,43,2,'0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 22:01:22',0,222,0,161,43,3,'0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 22:01:22',0,223,0,161,43,5,'0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-03 22:01:22',0,224,0,161,43,6,'0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,0,1,1,1,'2015-10-12 18:21:23',2,225,0,101,28,7,'0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-14 20:17:56',0,226,0,165,44,2,'0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-14 20:17:56',0,227,0,165,44,3,'0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-14 20:17:56',0,228,0,165,44,5,'0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-14 20:17:56',0,229,0,165,44,6,'0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-14 22:01:43',2,230,0,194,44,7,'0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-17 19:26:31',0,231,0,169,45,2,'0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-17 19:26:31',0,232,0,169,45,3,'0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-17 19:26:31',0,233,0,169,45,5,'0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-17 19:26:31',0,234,0,169,45,6,'0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-26 23:39:24',0,235,0,174,47,2,'0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-26 23:39:24',0,236,0,174,47,3,'0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-26 23:39:24',0,237,0,174,47,5,'0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-26 23:39:24',0,238,0,174,47,6,'0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-28 03:22:16',2,239,0,174,47,7,'0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-31 04:34:02',2,240,0,105,29,7,'0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-31 05:03:05',0,241,0,178,48,2,'0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-31 05:03:05',0,242,0,178,48,3,'0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-31 05:03:05',0,243,0,178,48,5,'0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,0,0,0,0,'2015-10-31 05:03:05',0,244,0,178,48,6,'0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-04 22:13:54',0,245,0,182,49,2,'0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-04 22:13:54',0,246,0,182,49,3,'0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-04 22:13:54',0,247,0,182,49,5,'0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-04 22:13:54',0,248,0,182,49,6,'0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-05 02:28:00',0,249,0,186,50,2,'0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-05 02:28:00',0,250,0,186,50,3,'0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-05 02:28:00',0,251,0,186,50,5,'0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-05 02:28:00',0,252,0,186,50,6,'0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-05 03:03:00',0,253,0,190,51,2,'0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-05 03:03:00',0,254,0,190,51,3,'0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-05 03:03:00',0,255,0,190,51,5,'0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,0,0,0,0,'2015-11-05 03:03:00',0,256,0,190,51,6,'0000-00-00 00:00:00',0),(51,'2016-01-17 09:10:27',2,0,0,0,0,'2015-11-07 00:24:39',2,257,0,190,51,7,'0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,0,0,0,0,'2015-12-14 07:24:26',2,258,0,0,0,9,'0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,0,0,0,0,'2015-12-14 07:24:26',2,259,0,0,0,9,'0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,0,0,0,0,'2015-12-14 07:24:26',2,260,0,0,0,9,'0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,0,0,0,0,'2015-12-14 23:43:46',2,261,0,157,42,7,'0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-09 00:46:13',0,262,0,201,53,2,'0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-09 00:46:13',0,263,0,201,53,3,'0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-09 00:46:13',0,264,0,201,53,5,'0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-09 00:46:13',0,265,0,201,53,6,'0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-09 01:31:10',2,266,0,201,53,7,'0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-10 02:30:52',0,267,0,205,54,2,'0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-10 02:30:52',0,268,0,205,54,3,'0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-10 02:30:52',0,269,0,205,54,5,'0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-10 02:30:52',0,270,0,205,54,6,'0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-10 02:31:43',2,271,0,205,54,7,'0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-14 06:45:01',0,272,0,209,55,2,'0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-14 06:45:01',0,273,0,209,55,3,'0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-14 06:45:01',0,274,0,209,55,5,'0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-14 06:45:01',0,275,0,209,55,6,'0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-14 06:47:45',2,276,0,209,55,7,'0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-15 01:51:15',0,277,0,210,56,2,'0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-15 01:51:15',0,278,0,210,56,3,'0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-15 01:51:15',0,279,0,210,56,5,'0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-15 01:51:15',0,280,0,210,56,6,'0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-15 02:39:26',2,281,0,210,56,7,'0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-15 19:15:45',0,282,0,214,57,2,'0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-15 19:15:45',0,283,0,214,57,3,'0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-15 19:15:45',0,284,0,214,57,5,'0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-15 19:15:45',0,285,0,214,57,6,'0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-15 19:22:06',2,286,0,214,57,7,'0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:34:45',0,287,0,218,58,2,'0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:34:45',0,288,0,218,58,3,'0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:34:45',0,289,0,218,58,5,'0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:34:45',0,290,0,218,58,6,'0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:35:33',0,291,0,222,59,2,'0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:35:33',0,292,0,222,59,3,'0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:35:33',0,293,0,222,59,5,'0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:35:33',0,294,0,222,59,6,'0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:44:49',0,295,0,226,60,2,'0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:44:49',0,296,0,226,60,3,'0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:44:49',0,297,0,226,60,5,'0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:44:49',0,298,0,226,60,6,'0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:49:42',0,299,0,230,61,2,'0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:49:42',0,300,0,230,61,3,'0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:49:42',0,301,0,230,61,5,'0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 03:49:42',0,302,0,230,61,6,'0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-18 04:14:46',2,303,0,222,59,7,'0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 00:11:08',0,304,0,234,62,2,'0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 00:11:08',0,305,0,234,62,3,'0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 00:11:08',0,306,0,234,62,5,'0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 00:11:08',0,307,0,234,62,6,'0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 02:44:23',0,308,0,238,63,2,'0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 02:44:23',0,309,0,238,63,3,'0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 02:44:23',0,310,0,238,63,5,'0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 02:44:23',0,311,0,238,63,6,'0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 02:46:09',0,312,0,241,64,2,'0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 02:46:09',0,313,0,241,64,3,'0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 02:46:09',0,314,0,241,64,5,'0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 02:46:09',0,315,0,241,64,6,'0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 05:19:59',0,316,0,249,65,2,'0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 05:19:59',0,317,0,249,65,3,'0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 05:19:59',0,318,0,249,65,5,'0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 05:19:59',0,319,0,249,65,6,'0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 05:21:19',0,320,0,253,66,2,'0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 05:21:19',0,321,0,253,66,3,'0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 05:21:19',0,322,0,253,66,5,'0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 05:21:19',0,323,0,253,66,6,'0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 23:25:57',0,324,0,257,67,2,'0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 23:25:57',0,325,0,257,67,3,'0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 23:25:57',0,326,0,257,67,5,'0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,0,0,0,0,'2016-01-31 23:25:57',0,327,0,257,67,6,'0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-01 01:10:29',0,328,0,261,68,2,'0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-01 01:10:29',0,329,0,261,68,3,'0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-01 01:10:29',0,330,0,261,68,5,'0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-01 01:10:29',0,331,0,261,68,6,'0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-01 01:12:02',0,332,0,265,69,2,'0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-01 01:12:02',0,333,0,265,69,3,'0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-01 01:12:02',0,334,0,265,69,5,'0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-01 01:12:02',0,335,0,265,69,6,'0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 00:29:54',2,336,0,186,50,7,'0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 21:08:18',0,337,0,270,70,2,'0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 21:08:18',0,338,0,270,70,3,'0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 21:08:18',0,339,0,270,70,5,'0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 21:08:18',0,340,0,270,70,6,'0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 21:14:51',0,341,0,274,71,2,'0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 21:14:51',0,342,0,274,71,3,'0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 21:14:51',0,343,0,274,71,5,'0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 21:14:51',0,344,0,274,71,6,'0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 22:53:14',0,345,0,278,72,2,'0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 22:53:14',0,346,0,278,72,3,'0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 22:53:14',0,347,0,278,72,5,'0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,0,0,0,0,'2016-02-23 22:53:14',0,348,0,278,72,6,'0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,0,0,0,0,'2016-03-19 19:38:59',0,349,0,282,73,2,'0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,0,0,0,0,'2016-03-19 19:38:59',0,350,0,282,73,3,'0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,0,0,0,0,'2016-03-19 19:38:59',0,351,0,282,73,5,'0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,0,0,0,0,'2016-03-19 19:38:59',0,352,0,282,73,6,'0000-00-00 00:00:00',0),(73,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-02 12:44:34',0,353,1,1,2,2,'0000-00-00 00:00:00',0),(73,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-02 13:25:17',0,354,1,1,2,3,'0000-00-00 00:00:00',0),(73,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-02 13:25:17',0,355,1,1,2,5,'0000-00-00 00:00:00',0),(73,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-02 13:25:17',0,356,1,1,2,6,'0000-00-00 00:00:00',0),(73,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-02 13:25:17',0,357,1,1,2,7,'0000-00-00 00:00:00',0),(73,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-02 13:25:17',0,358,1,1,1,8,'0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-06 13:06:56',0,359,0,5,3,2,'0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-06 13:06:56',0,360,0,5,3,3,'0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-06 13:06:56',0,361,0,5,3,5,'0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-06 13:06:56',0,362,0,5,3,6,'0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-06 13:39:38',0,363,0,9,4,2,'0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-06 13:39:38',0,364,0,9,4,3,'0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-06 13:39:38',0,365,0,9,4,5,'0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-06 13:39:38',0,366,0,9,4,6,'0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-18 17:57:25',0,367,0,13,5,2,'0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-18 17:57:25',0,368,0,13,5,5,'0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-18 17:57:25',0,369,0,13,5,0,'0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,0,0,0,0,'2016-06-07 19:30:16',0,377,0,21,7,0,'0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,0,0,0,0,'2016-06-07 19:30:16',0,376,0,21,7,5,'0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,0,0,0,0,'2016-06-07 19:30:16',0,375,0,21,7,2,'0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-18 18:44:30',2,373,0,9,4,7,'0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,0,0,0,0,'2016-05-18 18:57:55',2,374,0,9,4,8,'0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,0,0,0,0,'2016-07-21 23:06:52',0,382,0,29,9,5,'0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,0,0,0,0,'2016-07-21 23:06:52',0,383,0,29,9,0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkAppRole` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppSQLColumn`
--

DROP TABLE IF EXISTS `twistLinkAppSQLColumn`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppSQLColumn` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `linkAppSQLColumnDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppSQLColumnDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppSQLColumnID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppSQLColumnInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppSQLColumnInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppSQLColumnUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppSQLColumnUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `sqlColumnID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppSQLColumnID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppSQLColumn`
--

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

--
-- Table structure for table `twistLinkAppSQLTable`
--

DROP TABLE IF EXISTS `twistLinkAppSQLTable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppSQLTable` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `displayOrder` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppSQLTableID` int(11) NOT NULL AUTO_INCREMENT,
  `sqlTableID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppSQLTableID`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppSQLTable`
--

LOCK TABLES `twistLinkAppSQLTable` WRITE;
/*!40000 ALTER TABLE `twistLinkAppSQLTable` DISABLE KEYS */;
INSERT INTO `twistLinkAppSQLTable` VALUES (73,'0000-00-00 00:00:00',0,0,'2016-05-02 18:05:59','0000-00-00 00:00:00',1,91,'0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,0,'2016-05-06 13:40:41','0000-00-00 00:00:00',2,91,'0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,0,'2016-05-18 17:58:17','0000-00-00 00:00:00',3,3,'0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,0,'2016-06-07 19:30:57','0000-00-00 00:00:00',4,49,'0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,0,'2016-06-07 19:30:57','0000-00-00 00:00:00',5,3,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkAppSQLTable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkAppSelectList`
--

DROP TABLE IF EXISTS `twistLinkAppSelectList`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppSelectList` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `linkAppSelectListDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppSelectListDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppSelectListID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppSelectListInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppSelectListInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppSelectListUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppSelectListUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `selectListID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppSelectListID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppSelectList`
--

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

--
-- Table structure for table `twistLinkAppSelectListItem`
--

DROP TABLE IF EXISTS `twistLinkAppSelectListItem`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkAppSelectListItem` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `linkAppSelectListItemDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppSelectListItemDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppSelectListItemID` int(11) NOT NULL AUTO_INCREMENT,
  `linkAppSelectListItemInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkAppSelectListItemInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkAppSelectListItemUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkAppSelectListItemUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `selectListItemID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkAppSelectListItemID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkAppSelectListItem`
--

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

--
-- Table structure for table `twistLinkContentVersion`
--

DROP TABLE IF EXISTS `twistLinkContentVersion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkContentVersion` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkContentVersionID` int(11) NOT NULL AUTO_INCREMENT,
  `linkNotes` varchar(200) NOT NULL,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkContentVersionID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkContentVersion`
--

LOCK TABLES `twistLinkContentVersion` WRITE;
/*!40000 ALTER TABLE `twistLinkContentVersion` DISABLE KEYS */;
INSERT INTO `twistLinkContentVersion` VALUES (0.00,0.00,'0000-00-00 00:00:00',0.00,0,'0000-00-00 00:00:00',0,1,0,0,'2016-04-30 17:49:00',2,1,'',0,0,0,0,3,0,0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,0);
/*!40000 ALTER TABLE `twistLinkContentVersion` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkContentVersionRole`
--

DROP TABLE IF EXISTS `twistLinkContentVersionRole`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkContentVersionRole` (
  `contentVersionID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkContentVersionRoleID` int(11) NOT NULL AUTO_INCREMENT,
  `portalID` int(11) NOT NULL DEFAULT '0',
  `roleID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkContentVersionRoleID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkContentVersionRole`
--

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

--
-- Table structure for table `twistLinkEntityRequestGroupEntityRequest`
--

DROP TABLE IF EXISTS `twistLinkEntityRequestGroupEntityRequest`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkEntityRequestGroupEntityRequest` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `displayOrder` int(11) NOT NULL DEFAULT '0',
  `entityRequestGroupID` int(11) NOT NULL DEFAULT '0',
  `entityRequestID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkEntityRequestGroupEntityRequestID` int(11) NOT NULL AUTO_INCREMENT,
  `managerMemberID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkEntityRequestGroupEntityRequestID`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkEntityRequestGroupEntityRequest`
--

LOCK TABLES `twistLinkEntityRequestGroupEntityRequest` WRITE;
/*!40000 ALTER TABLE `twistLinkEntityRequestGroupEntityRequest` DISABLE KEYS */;
INSERT INTO `twistLinkEntityRequestGroupEntityRequest` VALUES ('0000-00-00 00:00:00',0,0,1,195,'2016-05-06 13:06:56',0,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,0,2,198,'2016-05-06 13:39:38',0,2,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,0,3,201,'2016-05-18 17:57:25',0,3,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,0,4,210,'2016-05-18 18:14:44',0,4,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,0,5,218,'2016-06-07 19:30:16',0,5,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,0,6,221,'2016-07-21 23:06:52',0,6,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,0,7,224,'2016-07-21 23:06:52',0,7,0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkEntityRequestGroupEntityRequest` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkGoal`
--

DROP TABLE IF EXISTS `twistLinkGoal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkGoal` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkGoalID` int(11) NOT NULL AUTO_INCREMENT,
  `linkNotes` varchar(200) NOT NULL,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkGoalID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkGoal`
--

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

--
-- Table structure for table `twistLinkIssue`
--

DROP TABLE IF EXISTS `twistLinkIssue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkIssue` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkNotes` varchar(200) NOT NULL,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `linkIssueID` int(11) NOT NULL AUTO_INCREMENT,
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkIssueID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkIssue`
--

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

--
-- Table structure for table `twistLinkLocator`
--

DROP TABLE IF EXISTS `twistLinkLocator`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkLocator` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkLocatorID` int(11) NOT NULL AUTO_INCREMENT,
  `linkNotes` varchar(200) NOT NULL,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkLocatorID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkLocator`
--

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

--
-- Table structure for table `twistLinkManager`
--

DROP TABLE IF EXISTS `twistLinkManager`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkManager` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkManagerCode` varchar(100) NOT NULL,
  `linkManagerDataSource` varchar(100) NOT NULL,
  `linkManagerDeletedDateTime` tinyint(1) NOT NULL DEFAULT '0',
  `linkManagerDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkManagerEntityRequestIDLinkDelete` int(11) NOT NULL DEFAULT '0',
  `linkManagerEntityRequestIDLinkDetail` int(11) NOT NULL DEFAULT '0',
  `linkManagerEntityRequestIDLinkInsert` int(11) NOT NULL DEFAULT '0',
  `linkManagerEntityRequestIDLinkSelect` int(11) NOT NULL DEFAULT '0',
  `linkManagerEntityRequestIDMaximize` int(11) NOT NULL DEFAULT '0',
  `linkManagerID` int(11) NOT NULL AUTO_INCREMENT,
  `linkManagerInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkManagerInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkManagerLinkCountMaximum` smallint(6) NOT NULL DEFAULT '0',
  `linkManagerLinkCountMinimum` smallint(6) NOT NULL DEFAULT '0',
  `linkManagerLinkMatchSQLTableID` int(11) NOT NULL DEFAULT '0',
  `linkManagerLinkSourceSQLTableID` int(11) NOT NULL DEFAULT '0',
  `linkManagerName` varchar(100) NOT NULL,
  `linkManagerNamePublic` varchar(100) NOT NULL,
  `linkManagerOverview` varchar(100) NOT NULL,
  `linkManagerQueryIDDisplay` int(11) NOT NULL DEFAULT '0',
  `linkManagerQueryIDInsert` int(11) NOT NULL DEFAULT '0',
  `linkManagerQueryViewIDDisplay` int(11) NOT NULL DEFAULT '0',
  `linkManagerQueryViewIDInsert` int(11) NOT NULL DEFAULT '0',
  `linkManagerSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `linkManagerSourceFileName` varchar(100) NOT NULL,
  `linkManagerSourceFilePath` varchar(200) NOT NULL,
  `linkManagerTitle` varchar(100) NOT NULL,
  `linkManagerUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkManagerUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkManagerID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkManager`
--

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

--
-- Table structure for table `twistLinkMemberRole`
--

DROP TABLE IF EXISTS `twistLinkMemberRole`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkMemberRole` (
  `appDisplay` varchar(30) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `isCustom` tinyint(1) NOT NULL DEFAULT '0',
  `linkMemberRoleID` int(11) NOT NULL AUTO_INCREMENT,
  `memberID` int(11) NOT NULL DEFAULT '0',
  `roleID` int(11) NOT NULL DEFAULT '0',
  `showCoachWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showFriendWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showGoalWidget` tinyint(1) NOT NULL DEFAULT '1',
  `showHealthWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showHumorWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showInspirationWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showJournalWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showKnowledgeWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showNetworkingWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showPhotoWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showPostWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showStatisticWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showSurveyWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showTaskWidget` tinyint(1) NOT NULL DEFAULT '1',
  `showTeamWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showVideoWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showWealthWidget` tinyint(1) NOT NULL DEFAULT '0',
  `showWelcomeWidget` tinyint(1) NOT NULL DEFAULT '1',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkMemberRoleID`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkMemberRole`
--

LOCK TABLES `twistLinkMemberRole` WRITE;
/*!40000 ALTER TABLE `twistLinkMemberRole` DISABLE KEYS */;
INSERT INTO `twistLinkMemberRole` VALUES ('Buttons Only','0000-00-00 00:00:00',0,'2015-06-28 01:59:59',0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Select List Only','0000-00-00 00:00:00',0,'2015-06-28 02:00:29',0,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Select List Only','0000-00-00 00:00:00',0,'2015-06-28 02:01:02',0,0,3,2,3,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','0000-00-00 00:00:00',0,'2015-06-28 02:01:02',0,0,4,2,4,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','0000-00-00 00:00:00',0,'2015-06-28 02:01:13',0,0,5,2,5,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','0000-00-00 00:00:00',0,'2015-06-28 02:01:13',0,0,6,2,6,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','0000-00-00 00:00:00',0,'2015-06-28 02:01:20',0,0,7,2,7,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','0000-00-00 00:00:00',0,'2015-09-05 22:38:31',2,0,8,2,8,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','0000-00-00 00:00:00',0,'2015-12-14 07:24:26',2,0,9,2,9,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','0000-00-00 00:00:00',0,'2016-05-18 18:17:56',0,0,10,3,7,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','2016-05-18 11:55:21',2,'2016-05-18 18:46:01',0,0,11,4,8,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','0000-00-00 00:00:00',0,'2016-05-18 18:46:01',0,0,12,5,8,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','0000-00-00 00:00:00',0,'2016-05-18 18:55:21',2,0,13,3,8,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0),('Buttons Only','0000-00-00 00:00:00',0,'2016-05-18 18:55:39',2,0,14,4,8,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkMemberRole` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkMemberWebsite`
--

DROP TABLE IF EXISTS `twistLinkMemberWebsite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkMemberWebsite` (
  `defaultAppID` int(11) NOT NULL DEFAULT '0',
  `defaultRoleID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkMemberWebsiteID` int(11) NOT NULL AUTO_INCREMENT,
  `memberID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `urlSignIn` varchar(200) NOT NULL,
  `urlSignOut` varchar(200) NOT NULL,
  `websiteID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkMemberWebsiteID`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkMemberWebsite`
--

LOCK TABLES `twistLinkMemberWebsite` WRITE;
/*!40000 ALTER TABLE `twistLinkMemberWebsite` DISABLE KEYS */;
INSERT INTO `twistLinkMemberWebsite` VALUES (0,1,'0000-00-00 00:00:00',0,'2015-06-28 01:37:06',0,1,1,'0000-00-00 00:00:00',0,'','',1),(0,2,'0000-00-00 00:00:00',0,'2015-06-28 01:37:06',0,2,2,'0000-00-00 00:00:00',0,'','',1),(0,7,'0000-00-00 00:00:00',0,'2016-05-18 18:22:41',0,3,3,'0000-00-00 00:00:00',0,'','',1),(0,8,'0000-00-00 00:00:00',0,'2016-05-18 18:22:41',0,4,4,'0000-00-00 00:00:00',0,'','',1),(0,8,'0000-00-00 00:00:00',0,'2016-05-18 18:22:49',0,5,5,'0000-00-00 00:00:00',0,'','',1);
/*!40000 ALTER TABLE `twistLinkMemberWebsite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkNote`
--

DROP TABLE IF EXISTS `twistLinkNote`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkNote` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkNoteID` int(11) NOT NULL AUTO_INCREMENT,
  `linkNotes` varchar(200) NOT NULL,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkNoteID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkNote`
--

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

--
-- Table structure for table `twistLinkOpportunity`
--

DROP TABLE IF EXISTS `twistLinkOpportunity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkOpportunity` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkNotes` varchar(200) NOT NULL,
  `linkOpportunityID` int(11) NOT NULL AUTO_INCREMENT,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkOpportunityID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkOpportunity`
--

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

--
-- Table structure for table `twistLinkOrganization`
--

DROP TABLE IF EXISTS `twistLinkOrganization`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkOrganization` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkNotes` varchar(200) NOT NULL,
  `linkOrganizationID` int(11) NOT NULL AUTO_INCREMENT,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkOrganizationID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkOrganization`
--

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

--
-- Table structure for table `twistLinkPermissionDataManagerOption`
--

DROP TABLE IF EXISTS `twistLinkPermissionDataManagerOption`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkPermissionDataManagerOption` (
  `dataManagerOptionID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkPermissionDataManagerOptionID` int(11) NOT NULL AUTO_INCREMENT,
  `permissionID` int(11) NOT NULL DEFAULT '0',
  `portalID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkPermissionDataManagerOptionID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkPermissionDataManagerOption`
--

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

--
-- Table structure for table `twistLinkPermissionRoleMember`
--

DROP TABLE IF EXISTS `twistLinkPermissionRoleMember`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkPermissionRoleMember` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkPermissionRoleID` int(11) NOT NULL AUTO_INCREMENT,
  `memberGroupID` int(11) NOT NULL DEFAULT '0',
  `memberID` int(11) NOT NULL DEFAULT '0',
  `permissionID` int(11) NOT NULL DEFAULT '0',
  `portalID` int(11) NOT NULL DEFAULT '0',
  `roleID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkPermissionRoleID`)
) ENGINE=MyISAM AUTO_INCREMENT=3883 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkPermissionRoleMember`
--

LOCK TABLES `twistLinkPermissionRoleMember` WRITE;
/*!40000 ALTER TABLE `twistLinkPermissionRoleMember` DISABLE KEYS */;
INSERT INTO `twistLinkPermissionRoleMember` VALUES ('0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,1,0,0,1,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,2,0,0,2,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,3,0,0,3,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,4,0,0,4,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,5,0,0,5,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,6,0,0,6,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 09:50:40',0,7,0,0,7,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 09:50:40',0,8,0,0,7,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 09:51:02',0,9,0,0,7,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 09:51:02',0,10,0,0,7,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,11,0,0,8,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,12,0,0,8,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,13,0,0,8,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,14,0,0,8,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,15,0,0,9,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,16,0,0,9,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,17,0,0,9,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,18,0,0,9,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,19,0,0,10,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,20,0,0,10,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,21,0,0,10,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,22,0,0,10,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,23,0,0,11,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,24,0,0,11,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,25,0,0,11,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,26,0,0,11,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,27,0,0,12,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,28,0,0,12,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,29,0,0,12,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,30,0,0,12,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,31,0,0,13,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,32,0,0,13,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,33,0,0,13,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,34,0,0,13,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,35,0,0,14,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,36,0,0,14,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,37,0,0,14,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,38,0,0,14,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,39,0,0,15,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,40,0,0,15,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,41,0,0,15,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,42,0,0,15,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,43,0,0,16,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,44,0,0,16,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,45,0,0,16,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,46,0,0,16,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,47,0,0,17,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,48,0,0,17,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,49,0,0,17,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,50,0,0,17,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,51,0,0,18,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,52,0,0,18,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,53,0,0,18,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,54,0,0,18,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,55,0,0,19,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,56,0,0,19,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,57,0,0,19,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,58,0,0,19,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,59,0,0,20,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,60,0,0,20,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,61,0,0,20,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:05:19',2,62,0,0,20,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,63,0,0,21,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,64,0,0,21,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,65,0,0,21,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,66,0,0,21,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,67,0,0,22,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,68,0,0,22,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,69,0,0,22,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,70,0,0,22,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,71,0,0,23,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,72,0,0,23,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,73,0,0,23,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,74,0,0,23,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,75,0,0,24,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,76,0,0,24,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,77,0,0,24,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,78,0,0,24,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,79,0,0,25,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,80,0,0,25,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,81,0,0,25,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,82,0,0,25,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,83,0,0,26,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,84,0,0,26,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,85,0,0,26,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,86,0,0,26,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,87,0,0,27,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,88,0,0,27,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,89,0,0,27,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,90,0,0,27,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,91,0,0,28,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,92,0,0,28,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,93,0,0,28,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,94,0,0,28,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,95,0,0,29,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,96,0,0,29,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,97,0,0,29,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,98,0,0,29,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,99,0,0,30,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,100,0,0,30,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,101,0,0,30,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,102,0,0,30,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,103,0,0,31,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,104,0,0,31,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,105,0,0,31,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,106,0,0,31,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,107,0,0,32,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,108,0,0,32,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,109,0,0,32,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,110,0,0,32,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,111,0,0,33,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,112,0,0,33,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,113,0,0,33,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:23:27',2,114,0,0,33,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,115,0,0,34,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,116,0,0,34,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,117,0,0,34,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,118,0,0,34,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,119,0,0,35,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,120,0,0,35,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,121,0,0,35,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,122,0,0,35,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,123,0,0,36,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,124,0,0,36,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,125,0,0,36,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,126,0,0,36,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,127,0,0,37,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,128,0,0,37,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,129,0,0,37,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,130,0,0,37,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,131,0,0,38,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,132,0,0,38,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,133,0,0,38,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,134,0,0,38,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,135,0,0,39,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,136,0,0,39,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,137,0,0,39,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,138,0,0,39,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,139,0,0,40,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,140,0,0,40,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,141,0,0,40,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,142,0,0,40,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,143,0,0,41,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,144,0,0,41,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,145,0,0,41,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,146,0,0,41,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,147,0,0,42,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,148,0,0,42,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,149,0,0,42,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,150,0,0,42,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,151,0,0,43,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,152,0,0,43,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,153,0,0,43,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,154,0,0,43,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,155,0,0,44,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,156,0,0,44,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,157,0,0,44,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,158,0,0,44,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,159,0,0,45,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:54',2,160,0,0,45,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:55',2,161,0,0,45,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:55',2,162,0,0,45,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:55',2,163,0,0,46,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:55',2,164,0,0,46,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:55',2,165,0,0,46,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:32:55',2,166,0,0,46,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,167,0,0,47,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,168,0,0,47,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,169,0,0,47,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,170,0,0,47,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,171,0,0,48,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,172,0,0,48,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,173,0,0,48,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,174,0,0,48,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,175,0,0,49,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,176,0,0,49,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,177,0,0,49,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,178,0,0,49,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,179,0,0,50,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,180,0,0,50,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,181,0,0,50,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,182,0,0,50,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,183,0,0,51,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,184,0,0,51,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,185,0,0,51,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,186,0,0,51,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,187,0,0,52,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,188,0,0,52,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,189,0,0,52,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,190,0,0,52,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,191,0,0,53,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,192,0,0,53,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,193,0,0,53,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,194,0,0,53,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,195,0,0,54,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,196,0,0,54,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,197,0,0,54,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,198,0,0,54,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,199,0,0,55,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,200,0,0,55,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,201,0,0,55,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,202,0,0,55,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,203,0,0,56,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,204,0,0,56,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,205,0,0,56,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,206,0,0,56,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,207,0,0,57,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,208,0,0,57,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,209,0,0,57,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,210,0,0,57,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,211,0,0,58,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,212,0,0,58,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,213,0,0,58,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,214,0,0,58,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,215,0,0,59,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,216,0,0,59,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,217,0,0,59,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,218,0,0,59,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,219,0,0,60,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,220,0,0,60,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,221,0,0,60,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-07-18 10:44:49',2,222,0,0,60,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,223,0,0,61,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,224,0,0,61,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,225,0,0,61,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,226,0,0,61,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,227,0,0,62,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,228,0,0,62,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,229,0,0,62,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,230,0,0,62,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,231,0,0,63,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,232,0,0,63,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,233,0,0,63,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,234,0,0,63,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,235,0,0,64,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,236,0,0,64,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,237,0,0,64,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,238,0,0,64,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,239,0,0,65,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,240,0,0,65,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,241,0,0,65,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,242,0,0,65,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,243,0,0,66,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,244,0,0,66,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,245,0,0,66,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,246,0,0,66,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,247,0,0,67,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,248,0,0,67,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,249,0,0,67,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,250,0,0,67,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,251,0,0,68,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,252,0,0,68,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,253,0,0,68,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,254,0,0,68,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,255,0,0,69,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,256,0,0,69,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,257,0,0,69,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,258,0,0,69,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,259,0,0,70,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,260,0,0,70,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,261,0,0,70,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,262,0,0,70,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,263,0,0,71,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,264,0,0,71,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,265,0,0,71,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,266,0,0,71,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,267,0,0,72,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,268,0,0,72,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,269,0,0,72,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,270,0,0,72,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,271,0,0,73,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,272,0,0,73,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,273,0,0,73,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:13:40',2,274,0,0,73,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,275,0,0,74,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,276,0,0,74,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,277,0,0,74,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,278,0,0,74,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,279,0,0,75,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,280,0,0,75,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,281,0,0,75,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,282,0,0,75,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,283,0,0,76,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,284,0,0,76,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,285,0,0,76,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,286,0,0,76,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,287,0,0,77,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,288,0,0,77,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,289,0,0,77,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,290,0,0,77,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,291,0,0,78,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,292,0,0,78,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,293,0,0,78,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,294,0,0,78,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,295,0,0,79,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,296,0,0,79,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,297,0,0,79,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,298,0,0,79,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,299,0,0,80,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,300,0,0,80,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,301,0,0,80,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,302,0,0,80,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,303,0,0,81,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,304,0,0,81,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,305,0,0,81,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,306,0,0,81,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,307,0,0,82,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,308,0,0,82,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,309,0,0,82,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,310,0,0,82,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,311,0,0,83,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,312,0,0,83,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,313,0,0,83,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,314,0,0,83,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,315,0,0,84,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,316,0,0,84,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,317,0,0,84,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,318,0,0,84,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,319,0,0,85,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,320,0,0,85,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,321,0,0,85,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,322,0,0,85,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,323,0,0,86,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,324,0,0,86,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,325,0,0,86,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:20:48',2,326,0,0,86,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,327,0,0,87,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,328,0,0,87,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,329,0,0,87,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,330,0,0,87,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,331,0,0,88,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,332,0,0,88,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,333,0,0,88,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,334,0,0,88,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,335,0,0,89,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,336,0,0,89,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,337,0,0,89,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,338,0,0,89,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,339,0,0,90,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,340,0,0,90,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,341,0,0,90,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,342,0,0,90,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,343,0,0,91,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,344,0,0,91,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,345,0,0,91,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,346,0,0,91,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,347,0,0,92,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,348,0,0,92,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,349,0,0,92,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,350,0,0,92,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,351,0,0,93,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,352,0,0,93,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,353,0,0,93,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,354,0,0,93,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,355,0,0,94,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,356,0,0,94,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,357,0,0,94,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,358,0,0,94,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,359,0,0,95,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,360,0,0,95,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,361,0,0,95,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,362,0,0,95,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,363,0,0,96,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,364,0,0,96,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,365,0,0,96,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,366,0,0,96,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,367,0,0,97,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,368,0,0,97,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,369,0,0,97,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,370,0,0,97,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,371,0,0,98,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,372,0,0,98,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,373,0,0,98,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,374,0,0,98,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,375,0,0,99,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,376,0,0,99,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,377,0,0,99,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-15 19:30:38',2,378,0,0,99,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,379,0,0,101,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,380,0,0,101,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,381,0,0,101,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,382,0,0,101,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,383,0,0,102,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,384,0,0,102,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,385,0,0,102,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,386,0,0,102,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,387,0,0,103,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,388,0,0,103,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,389,0,0,103,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,390,0,0,103,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,391,0,0,104,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,392,0,0,104,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,393,0,0,104,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,394,0,0,104,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,395,0,0,105,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,396,0,0,105,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,397,0,0,105,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,398,0,0,105,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,399,0,0,106,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,400,0,0,106,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,401,0,0,106,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,402,0,0,106,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,403,0,0,107,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,404,0,0,107,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,405,0,0,107,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,406,0,0,107,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,407,0,0,108,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,408,0,0,108,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,409,0,0,108,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,410,0,0,108,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,411,0,0,109,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,412,0,0,109,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,413,0,0,109,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,414,0,0,109,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,415,0,0,110,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,416,0,0,110,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,417,0,0,110,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,418,0,0,110,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,419,0,0,111,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,420,0,0,111,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,421,0,0,111,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,422,0,0,111,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,423,0,0,112,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,424,0,0,112,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,425,0,0,112,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,426,0,0,112,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,427,0,0,113,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,428,0,0,113,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,429,0,0,113,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 19:04:49',2,430,0,0,113,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 22:29:26',0,431,0,0,114,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-16 22:29:26',0,432,0,0,114,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,433,0,0,115,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,434,0,0,115,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,435,0,0,115,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,436,0,0,115,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,437,0,0,116,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,438,0,0,116,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,439,0,0,116,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,440,0,0,116,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,441,0,0,117,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,442,0,0,117,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,443,0,0,117,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,444,0,0,117,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,445,0,0,118,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,446,0,0,118,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,447,0,0,118,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,448,0,0,118,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,449,0,0,119,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,450,0,0,119,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,451,0,0,119,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,452,0,0,119,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,453,0,0,120,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,454,0,0,120,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,455,0,0,120,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,456,0,0,120,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,457,0,0,121,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,458,0,0,121,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,459,0,0,121,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,460,0,0,121,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,461,0,0,122,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,462,0,0,122,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,463,0,0,122,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,464,0,0,122,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,465,0,0,123,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,466,0,0,123,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,467,0,0,123,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,468,0,0,123,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,469,0,0,124,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,470,0,0,124,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,471,0,0,124,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,472,0,0,124,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,473,0,0,125,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,474,0,0,125,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,475,0,0,125,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,476,0,0,125,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,477,0,0,126,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,478,0,0,126,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,479,0,0,126,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,480,0,0,126,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,481,0,0,127,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,482,0,0,127,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,483,0,0,127,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-17 22:35:35',2,484,0,0,127,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,485,0,0,128,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,486,0,0,128,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,487,0,0,128,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,488,0,0,128,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,489,0,0,129,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,490,0,0,129,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,491,0,0,129,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,492,0,0,129,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,493,0,0,130,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,494,0,0,130,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,495,0,0,130,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,496,0,0,130,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,497,0,0,131,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,498,0,0,131,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,499,0,0,131,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,500,0,0,131,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,501,0,0,132,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,502,0,0,132,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,503,0,0,132,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,504,0,0,132,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,505,0,0,133,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,506,0,0,133,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,507,0,0,133,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,508,0,0,133,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,509,0,0,134,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,510,0,0,134,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,511,0,0,134,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,512,0,0,134,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,513,0,0,135,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,514,0,0,135,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,515,0,0,135,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,516,0,0,135,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,517,0,0,136,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,518,0,0,136,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,519,0,0,136,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,520,0,0,136,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,521,0,0,137,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,522,0,0,137,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,523,0,0,137,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,524,0,0,137,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,525,0,0,138,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,526,0,0,138,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,527,0,0,138,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,528,0,0,138,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,529,0,0,139,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,530,0,0,139,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,531,0,0,139,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,532,0,0,139,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,533,0,0,140,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,534,0,0,140,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,535,0,0,140,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-08-22 23:52:16',2,536,0,0,140,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,537,0,0,141,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,538,0,0,141,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,539,0,0,141,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,540,0,0,141,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,541,0,0,142,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,542,0,0,142,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,543,0,0,142,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,544,0,0,142,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,545,0,0,143,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,546,0,0,143,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,547,0,0,143,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,548,0,0,143,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,549,0,0,144,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,550,0,0,144,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,551,0,0,144,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,552,0,0,144,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,553,0,0,145,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,554,0,0,145,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,555,0,0,145,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,556,0,0,145,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,557,0,0,146,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,558,0,0,146,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,559,0,0,146,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,560,0,0,146,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,561,0,0,147,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,562,0,0,147,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,563,0,0,147,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,564,0,0,147,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,565,0,0,148,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,566,0,0,148,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,567,0,0,148,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,568,0,0,148,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,569,0,0,149,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,570,0,0,149,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,571,0,0,149,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,572,0,0,149,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,573,0,0,150,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,574,0,0,150,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,575,0,0,150,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,576,0,0,150,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,577,0,0,151,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,578,0,0,151,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,579,0,0,151,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,580,0,0,151,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,581,0,0,152,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,582,0,0,152,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,583,0,0,152,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,584,0,0,152,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,585,0,0,153,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,586,0,0,153,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,587,0,0,153,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 04:56:37',2,588,0,0,153,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,589,0,0,154,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,590,0,0,154,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,591,0,0,154,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,592,0,0,154,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,593,0,0,155,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,594,0,0,155,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,595,0,0,155,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,596,0,0,155,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,597,0,0,156,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,598,0,0,156,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,599,0,0,156,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,600,0,0,156,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,601,0,0,157,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,602,0,0,157,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,603,0,0,157,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,604,0,0,157,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,605,0,0,158,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,606,0,0,158,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,607,0,0,158,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,608,0,0,158,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,609,0,0,159,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,610,0,0,159,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,611,0,0,159,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,612,0,0,159,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,613,0,0,160,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,614,0,0,160,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,615,0,0,160,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,616,0,0,160,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,617,0,0,161,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,618,0,0,161,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,619,0,0,161,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,620,0,0,161,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,621,0,0,162,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,622,0,0,162,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,623,0,0,162,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,624,0,0,162,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,625,0,0,163,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,626,0,0,163,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,627,0,0,163,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,628,0,0,163,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,629,0,0,164,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,630,0,0,164,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,631,0,0,164,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,632,0,0,164,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,633,0,0,165,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,634,0,0,165,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,635,0,0,165,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,636,0,0,165,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,637,0,0,166,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,638,0,0,166,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,639,0,0,166,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,640,0,0,166,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,641,0,0,167,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,642,0,0,167,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,643,0,0,167,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-05 18:59:29',2,644,0,0,167,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,645,0,0,168,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,646,0,0,168,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,647,0,0,168,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,648,0,0,168,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,649,0,0,169,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,650,0,0,169,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,651,0,0,169,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,652,0,0,169,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,653,0,0,170,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,654,0,0,170,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,655,0,0,170,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,656,0,0,170,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,657,0,0,171,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,658,0,0,171,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,659,0,0,171,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,660,0,0,171,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,661,0,0,172,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,662,0,0,172,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,663,0,0,172,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,664,0,0,172,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,665,0,0,173,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,666,0,0,173,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,667,0,0,173,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,668,0,0,173,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,669,0,0,174,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,670,0,0,174,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,671,0,0,174,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,672,0,0,174,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,673,0,0,175,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,674,0,0,175,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,675,0,0,175,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,676,0,0,175,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,677,0,0,176,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,678,0,0,176,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,679,0,0,176,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,680,0,0,176,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,681,0,0,177,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,682,0,0,177,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,683,0,0,177,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,684,0,0,177,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,685,0,0,178,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,686,0,0,178,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,687,0,0,178,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,688,0,0,178,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,689,0,0,179,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,690,0,0,179,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,691,0,0,179,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,692,0,0,179,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,693,0,0,180,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,694,0,0,180,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,695,0,0,180,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:21:22',2,696,0,0,180,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,697,0,0,181,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,698,0,0,181,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,699,0,0,181,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,700,0,0,181,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,701,0,0,182,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,702,0,0,182,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,703,0,0,182,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,704,0,0,182,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,705,0,0,183,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,706,0,0,183,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,707,0,0,183,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,708,0,0,183,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,709,0,0,184,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,710,0,0,184,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,711,0,0,184,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,712,0,0,184,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,713,0,0,185,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,714,0,0,185,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,715,0,0,185,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,716,0,0,185,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,717,0,0,186,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,718,0,0,186,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,719,0,0,186,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,720,0,0,186,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,721,0,0,187,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,722,0,0,187,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,723,0,0,187,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,724,0,0,187,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,725,0,0,188,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,726,0,0,188,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,727,0,0,188,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,728,0,0,188,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,729,0,0,189,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,730,0,0,189,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,731,0,0,189,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,732,0,0,189,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,733,0,0,190,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,734,0,0,190,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,735,0,0,190,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,736,0,0,190,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,737,0,0,191,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,738,0,0,191,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,739,0,0,191,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,740,0,0,191,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,741,0,0,192,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,742,0,0,192,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,743,0,0,192,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,744,0,0,192,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,745,0,0,193,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,746,0,0,193,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,747,0,0,193,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:23:06',2,748,0,0,193,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,749,0,0,194,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,750,0,0,194,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,751,0,0,194,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,752,0,0,194,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,753,0,0,195,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,754,0,0,195,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,755,0,0,195,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,756,0,0,195,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,757,0,0,196,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,758,0,0,196,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,759,0,0,196,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,760,0,0,196,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,761,0,0,197,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,762,0,0,197,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,763,0,0,197,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,764,0,0,197,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,765,0,0,198,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,766,0,0,198,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,767,0,0,198,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,768,0,0,198,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,769,0,0,199,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,770,0,0,199,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,771,0,0,199,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,772,0,0,199,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,773,0,0,200,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,774,0,0,200,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,775,0,0,200,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,776,0,0,200,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,777,0,0,201,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,778,0,0,201,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,779,0,0,201,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,780,0,0,201,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,781,0,0,202,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,782,0,0,202,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,783,0,0,202,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,784,0,0,202,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,785,0,0,203,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,786,0,0,203,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,787,0,0,203,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,788,0,0,203,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,789,0,0,204,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,790,0,0,204,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,791,0,0,204,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,792,0,0,204,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,793,0,0,205,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,794,0,0,205,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,795,0,0,205,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,796,0,0,205,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,797,0,0,206,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,798,0,0,206,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,799,0,0,206,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:25:38',2,800,0,0,206,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,801,0,0,207,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,802,0,0,207,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,803,0,0,207,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,804,0,0,207,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,805,0,0,208,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,806,0,0,208,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,807,0,0,208,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,808,0,0,208,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,809,0,0,209,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,810,0,0,209,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,811,0,0,209,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,812,0,0,209,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,813,0,0,210,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,814,0,0,210,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,815,0,0,210,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,816,0,0,210,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,817,0,0,211,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,818,0,0,211,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,819,0,0,211,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,820,0,0,211,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,821,0,0,212,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,822,0,0,212,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,823,0,0,212,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,824,0,0,212,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,825,0,0,213,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,826,0,0,213,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,827,0,0,213,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,828,0,0,213,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,829,0,0,214,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,830,0,0,214,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,831,0,0,214,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,832,0,0,214,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,833,0,0,215,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,834,0,0,215,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,835,0,0,215,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,836,0,0,215,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,837,0,0,216,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,838,0,0,216,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,839,0,0,216,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,840,0,0,216,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,841,0,0,217,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,842,0,0,217,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,843,0,0,217,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,844,0,0,217,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,845,0,0,218,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,846,0,0,218,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,847,0,0,218,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,848,0,0,218,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,849,0,0,219,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,850,0,0,219,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,851,0,0,219,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-06 00:27:35',2,852,0,0,219,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,853,0,0,220,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,854,0,0,220,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,855,0,0,220,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,856,0,0,220,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,857,0,0,221,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,858,0,0,221,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,859,0,0,221,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,860,0,0,221,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,861,0,0,222,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,862,0,0,222,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,863,0,0,222,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,864,0,0,222,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,865,0,0,223,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,866,0,0,223,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,867,0,0,223,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,868,0,0,223,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,869,0,0,224,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,870,0,0,224,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,871,0,0,224,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,872,0,0,224,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,873,0,0,225,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,874,0,0,225,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,875,0,0,225,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,876,0,0,225,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,877,0,0,226,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,878,0,0,226,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,879,0,0,226,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,880,0,0,226,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,881,0,0,227,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,882,0,0,227,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,883,0,0,227,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,884,0,0,227,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,885,0,0,228,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,886,0,0,228,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,887,0,0,228,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,888,0,0,228,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,889,0,0,229,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,890,0,0,229,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,891,0,0,229,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,892,0,0,229,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,893,0,0,230,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,894,0,0,230,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,895,0,0,230,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,896,0,0,230,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,897,0,0,231,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,898,0,0,231,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,899,0,0,231,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,900,0,0,231,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,901,0,0,232,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,902,0,0,232,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,903,0,0,232,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,904,0,0,232,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,905,0,0,233,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,906,0,0,233,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,907,0,0,233,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 02:51:05',2,908,0,0,233,1,6,'0000-00-00 00:00:00',0),('2015-10-27 16:42:57',2,'2015-09-07 18:48:07',2,909,0,0,94,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 18:48:07',2,910,0,0,227,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 18:48:07',2,911,0,0,54,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-07 18:48:07',2,912,0,0,161,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,913,0,0,234,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,914,0,0,234,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,915,0,0,234,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,916,0,0,234,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,917,0,0,235,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,918,0,0,235,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,919,0,0,235,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,920,0,0,235,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,921,0,0,236,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,922,0,0,236,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,923,0,0,236,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,924,0,0,236,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,925,0,0,237,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,926,0,0,237,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,927,0,0,237,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,928,0,0,237,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,929,0,0,238,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,930,0,0,238,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,931,0,0,238,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,932,0,0,238,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,933,0,0,239,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,934,0,0,239,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,935,0,0,239,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,936,0,0,239,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,937,0,0,240,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,938,0,0,240,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,939,0,0,240,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,940,0,0,240,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,941,0,0,241,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,942,0,0,241,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,943,0,0,241,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,944,0,0,241,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,945,0,0,242,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,946,0,0,242,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,947,0,0,242,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,948,0,0,242,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,949,0,0,243,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,950,0,0,243,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,951,0,0,243,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,952,0,0,243,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,953,0,0,244,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,954,0,0,244,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,955,0,0,244,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,956,0,0,244,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,957,0,0,245,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,958,0,0,245,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,959,0,0,245,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,960,0,0,245,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,961,0,0,246,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,962,0,0,246,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,963,0,0,246,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-13 22:08:40',2,964,0,0,246,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-16 04:29:26',2,965,0,0,161,1,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,966,0,0,247,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,967,0,0,247,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,968,0,0,247,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,969,0,0,247,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,970,0,0,248,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,971,0,0,248,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,972,0,0,248,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,973,0,0,248,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,974,0,0,249,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,975,0,0,249,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,976,0,0,249,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,977,0,0,249,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,978,0,0,250,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,979,0,0,250,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,980,0,0,250,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,981,0,0,250,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,982,0,0,251,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,983,0,0,251,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,984,0,0,251,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,985,0,0,251,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,986,0,0,252,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,987,0,0,252,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,988,0,0,252,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,989,0,0,252,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,990,0,0,253,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,991,0,0,253,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,992,0,0,253,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,993,0,0,253,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,994,0,0,254,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,995,0,0,254,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,996,0,0,254,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,997,0,0,254,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,998,0,0,255,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,999,0,0,255,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1000,0,0,255,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1001,0,0,255,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1002,0,0,256,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1003,0,0,256,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1004,0,0,256,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1005,0,0,256,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1006,0,0,257,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1007,0,0,257,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1008,0,0,257,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1009,0,0,257,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1010,0,0,258,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1011,0,0,258,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1012,0,0,258,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1013,0,0,258,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1014,0,0,259,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1015,0,0,259,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1016,0,0,259,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-17 23:05:27',2,1017,0,0,259,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:34',2,1018,0,0,260,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:34',2,1019,0,0,260,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:34',2,1020,0,0,260,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:34',2,1021,0,0,260,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:34',2,1022,0,0,261,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:34',2,1023,0,0,261,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1024,0,0,261,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1025,0,0,261,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1026,0,0,262,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1027,0,0,262,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1028,0,0,262,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1029,0,0,262,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1030,0,0,263,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1031,0,0,263,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1032,0,0,263,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1033,0,0,263,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1034,0,0,264,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1035,0,0,264,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1036,0,0,264,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1037,0,0,264,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1038,0,0,265,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1039,0,0,265,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1040,0,0,265,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1041,0,0,265,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1042,0,0,266,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1043,0,0,266,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1044,0,0,266,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1045,0,0,266,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1046,0,0,267,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1047,0,0,267,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1048,0,0,267,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1049,0,0,267,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1050,0,0,268,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1051,0,0,268,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1052,0,0,268,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1053,0,0,268,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1054,0,0,269,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1055,0,0,269,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1056,0,0,269,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1057,0,0,269,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1058,0,0,270,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1059,0,0,270,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1060,0,0,270,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1061,0,0,270,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1062,0,0,271,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1063,0,0,271,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1064,0,0,271,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1065,0,0,271,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1066,0,0,272,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1067,0,0,272,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1068,0,0,272,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-18 21:08:35',2,1069,0,0,272,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1070,0,0,273,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1071,0,0,273,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1072,0,0,273,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1073,0,0,273,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1074,0,0,274,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1075,0,0,274,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1076,0,0,274,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1077,0,0,274,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1078,0,0,275,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1079,0,0,275,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1080,0,0,275,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1081,0,0,275,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1082,0,0,276,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1083,0,0,276,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1084,0,0,276,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1085,0,0,276,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1086,0,0,277,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1087,0,0,277,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1088,0,0,277,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1089,0,0,277,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1090,0,0,278,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1091,0,0,278,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1092,0,0,278,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1093,0,0,278,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1094,0,0,279,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1095,0,0,279,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1096,0,0,279,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1097,0,0,279,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1098,0,0,280,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1099,0,0,280,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1100,0,0,280,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1101,0,0,280,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1102,0,0,281,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1103,0,0,281,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1104,0,0,281,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1105,0,0,281,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1106,0,0,282,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1107,0,0,282,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1108,0,0,282,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1109,0,0,282,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1110,0,0,283,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1111,0,0,283,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1112,0,0,283,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1113,0,0,283,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1114,0,0,284,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1115,0,0,284,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1116,0,0,284,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1117,0,0,284,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1118,0,0,285,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1119,0,0,285,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1120,0,0,285,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-27 22:29:17',2,1121,0,0,285,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1122,0,0,286,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1123,0,0,286,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1124,0,0,286,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1125,0,0,286,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1126,0,0,287,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1127,0,0,287,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1128,0,0,287,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1129,0,0,287,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1130,0,0,288,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1131,0,0,288,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1132,0,0,288,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1133,0,0,288,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1134,0,0,289,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1135,0,0,289,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1136,0,0,289,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1137,0,0,289,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1138,0,0,290,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1139,0,0,290,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1140,0,0,290,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1141,0,0,290,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1142,0,0,291,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1143,0,0,291,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1144,0,0,291,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1145,0,0,291,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1146,0,0,292,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1147,0,0,292,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1148,0,0,292,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1149,0,0,292,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1150,0,0,293,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1151,0,0,293,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1152,0,0,293,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1153,0,0,293,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1154,0,0,294,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1155,0,0,294,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1156,0,0,294,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1157,0,0,294,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1158,0,0,295,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1159,0,0,295,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1160,0,0,295,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1161,0,0,295,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1162,0,0,296,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1163,0,0,296,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1164,0,0,296,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1165,0,0,296,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1166,0,0,297,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1167,0,0,297,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1168,0,0,297,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1169,0,0,297,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1170,0,0,298,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1171,0,0,298,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1172,0,0,298,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-09-28 00:42:17',2,1173,0,0,298,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 04:16:50',2,1174,0,0,254,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1175,0,0,299,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1176,0,0,299,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1177,0,0,299,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1178,0,0,299,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1179,0,0,300,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1180,0,0,300,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1181,0,0,300,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1182,0,0,300,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1183,0,0,301,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1184,0,0,301,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1185,0,0,301,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1186,0,0,301,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1187,0,0,302,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1188,0,0,302,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1189,0,0,302,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1190,0,0,302,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1191,0,0,303,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1192,0,0,303,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1193,0,0,303,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1194,0,0,303,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1195,0,0,304,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1196,0,0,304,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1197,0,0,304,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1198,0,0,304,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1199,0,0,305,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1200,0,0,305,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1201,0,0,305,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1202,0,0,305,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1203,0,0,306,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1204,0,0,306,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1205,0,0,306,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1206,0,0,306,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1207,0,0,307,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1208,0,0,307,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1209,0,0,307,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1210,0,0,307,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1211,0,0,308,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1212,0,0,308,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1213,0,0,308,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1214,0,0,308,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1215,0,0,309,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1216,0,0,309,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1217,0,0,309,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1218,0,0,309,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1219,0,0,310,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1220,0,0,310,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1221,0,0,310,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1222,0,0,310,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1223,0,0,311,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1224,0,0,311,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1225,0,0,311,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:20',2,1226,0,0,311,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1227,0,0,312,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1228,0,0,312,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1229,0,0,312,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1230,0,0,312,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1231,0,0,313,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1232,0,0,313,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1233,0,0,313,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1234,0,0,313,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1235,0,0,314,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1236,0,0,314,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1237,0,0,314,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1238,0,0,314,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1239,0,0,315,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1240,0,0,315,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1241,0,0,315,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1242,0,0,315,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1243,0,0,316,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1244,0,0,316,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1245,0,0,316,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1246,0,0,316,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1247,0,0,317,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1248,0,0,317,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1249,0,0,317,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1250,0,0,317,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1251,0,0,318,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1252,0,0,318,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1253,0,0,318,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1254,0,0,318,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1255,0,0,319,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1256,0,0,319,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1257,0,0,319,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1258,0,0,319,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1259,0,0,320,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1260,0,0,320,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1261,0,0,320,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1262,0,0,320,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1263,0,0,321,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1264,0,0,321,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1265,0,0,321,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1266,0,0,321,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1267,0,0,322,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1268,0,0,322,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1269,0,0,322,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1270,0,0,322,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1271,0,0,323,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1272,0,0,323,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1273,0,0,323,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1274,0,0,323,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1275,0,0,324,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1276,0,0,324,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1277,0,0,324,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-01 10:05:24',2,1278,0,0,324,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1279,0,0,325,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1280,0,0,325,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1281,0,0,325,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1282,0,0,325,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1283,0,0,326,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1284,0,0,326,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1285,0,0,326,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1286,0,0,326,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1287,0,0,327,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1288,0,0,327,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1289,0,0,327,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1290,0,0,327,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1291,0,0,328,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1292,0,0,328,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1293,0,0,328,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1294,0,0,328,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1295,0,0,329,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1296,0,0,329,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1297,0,0,329,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1298,0,0,329,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1299,0,0,330,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1300,0,0,330,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1301,0,0,330,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1302,0,0,330,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1303,0,0,331,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1304,0,0,331,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1305,0,0,331,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1306,0,0,331,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1307,0,0,332,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1308,0,0,332,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1309,0,0,332,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1310,0,0,332,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1311,0,0,333,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1312,0,0,333,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1313,0,0,333,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1314,0,0,333,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1315,0,0,334,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1316,0,0,334,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1317,0,0,334,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1318,0,0,334,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1319,0,0,335,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1320,0,0,335,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1321,0,0,335,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1322,0,0,335,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1323,0,0,336,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1324,0,0,336,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1325,0,0,336,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1326,0,0,336,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1327,0,0,337,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1328,0,0,337,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1329,0,0,337,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1330,0,0,337,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1331,0,0,338,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1332,0,0,338,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1333,0,0,338,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 09:56:17',2,1334,0,0,338,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1335,0,0,339,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1336,0,0,339,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1337,0,0,339,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1338,0,0,339,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1339,0,0,340,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1340,0,0,340,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1341,0,0,340,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1342,0,0,340,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1343,0,0,341,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1344,0,0,341,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1345,0,0,341,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1346,0,0,341,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1347,0,0,342,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1348,0,0,342,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1349,0,0,342,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1350,0,0,342,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1351,0,0,343,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1352,0,0,343,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1353,0,0,343,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1354,0,0,343,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1355,0,0,344,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1356,0,0,344,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1357,0,0,344,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1358,0,0,344,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1359,0,0,345,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1360,0,0,345,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1361,0,0,345,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1362,0,0,345,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1363,0,0,346,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1364,0,0,346,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1365,0,0,346,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1366,0,0,346,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1367,0,0,347,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1368,0,0,347,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1369,0,0,347,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1370,0,0,347,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1371,0,0,348,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1372,0,0,348,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1373,0,0,348,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1374,0,0,348,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1375,0,0,349,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1376,0,0,349,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1377,0,0,349,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1378,0,0,349,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1379,0,0,350,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1380,0,0,350,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1381,0,0,350,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1382,0,0,350,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1383,0,0,351,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1384,0,0,351,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1385,0,0,351,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:12:37',2,1386,0,0,351,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1387,0,0,352,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1388,0,0,352,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1389,0,0,352,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1390,0,0,352,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1391,0,0,353,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1392,0,0,353,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1393,0,0,353,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1394,0,0,353,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1395,0,0,354,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1396,0,0,354,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1397,0,0,354,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1398,0,0,354,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1399,0,0,355,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1400,0,0,355,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1401,0,0,355,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1402,0,0,355,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1403,0,0,356,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1404,0,0,356,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1405,0,0,356,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1406,0,0,356,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1407,0,0,357,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1408,0,0,357,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1409,0,0,357,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1410,0,0,357,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1411,0,0,358,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1412,0,0,358,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1413,0,0,358,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1414,0,0,358,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1415,0,0,359,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1416,0,0,359,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1417,0,0,359,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1418,0,0,359,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1419,0,0,360,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1420,0,0,360,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1421,0,0,360,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1422,0,0,360,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1423,0,0,361,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1424,0,0,361,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1425,0,0,361,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1426,0,0,361,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1427,0,0,362,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1428,0,0,362,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1429,0,0,362,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1430,0,0,362,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1431,0,0,363,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1432,0,0,363,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1433,0,0,363,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1434,0,0,363,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1435,0,0,364,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1436,0,0,364,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1437,0,0,364,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 10:22:17',2,1438,0,0,364,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1439,0,0,365,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1440,0,0,365,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1441,0,0,365,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1442,0,0,365,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1443,0,0,366,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1444,0,0,366,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1445,0,0,366,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1446,0,0,366,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1447,0,0,367,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1448,0,0,367,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1449,0,0,367,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1450,0,0,367,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1451,0,0,368,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1452,0,0,368,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1453,0,0,368,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1454,0,0,368,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1455,0,0,369,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1456,0,0,369,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1457,0,0,369,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1458,0,0,369,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1459,0,0,370,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1460,0,0,370,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1461,0,0,370,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1462,0,0,370,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1463,0,0,371,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1464,0,0,371,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1465,0,0,371,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1466,0,0,371,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1467,0,0,372,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1468,0,0,372,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1469,0,0,372,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1470,0,0,372,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1471,0,0,373,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1472,0,0,373,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1473,0,0,373,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1474,0,0,373,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1475,0,0,374,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1476,0,0,374,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1477,0,0,374,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1478,0,0,374,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1479,0,0,375,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1480,0,0,375,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1481,0,0,375,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1482,0,0,375,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1483,0,0,376,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1484,0,0,376,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1485,0,0,376,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1486,0,0,376,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1487,0,0,377,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1488,0,0,377,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1489,0,0,377,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 18:24:20',2,1490,0,0,377,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1491,0,0,378,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1492,0,0,378,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1493,0,0,378,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1494,0,0,378,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1495,0,0,379,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1496,0,0,379,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1497,0,0,379,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1498,0,0,379,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1499,0,0,380,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1500,0,0,380,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1501,0,0,380,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1502,0,0,380,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1503,0,0,381,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1504,0,0,381,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1505,0,0,381,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1506,0,0,381,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1507,0,0,382,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1508,0,0,382,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1509,0,0,382,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1510,0,0,382,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1511,0,0,383,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1512,0,0,383,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1513,0,0,383,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1514,0,0,383,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1515,0,0,384,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1516,0,0,384,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1517,0,0,384,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1518,0,0,384,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1519,0,0,385,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1520,0,0,385,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1521,0,0,385,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1522,0,0,385,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1523,0,0,386,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1524,0,0,386,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1525,0,0,386,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1526,0,0,386,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1527,0,0,387,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1528,0,0,387,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1529,0,0,387,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1530,0,0,387,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1531,0,0,388,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1532,0,0,388,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1533,0,0,388,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1534,0,0,388,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1535,0,0,389,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1536,0,0,389,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1537,0,0,389,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1538,0,0,389,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1539,0,0,390,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1540,0,0,390,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1541,0,0,390,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:15:36',2,1542,0,0,390,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1543,0,0,391,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1544,0,0,391,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1545,0,0,391,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1546,0,0,391,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1547,0,0,392,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1548,0,0,392,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1549,0,0,392,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1550,0,0,392,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1551,0,0,393,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1552,0,0,393,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1553,0,0,393,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1554,0,0,393,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1555,0,0,394,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1556,0,0,394,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1557,0,0,394,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1558,0,0,394,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1559,0,0,395,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1560,0,0,395,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1561,0,0,395,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1562,0,0,395,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1563,0,0,396,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1564,0,0,396,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1565,0,0,396,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1566,0,0,396,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1567,0,0,397,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1568,0,0,397,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1569,0,0,397,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1570,0,0,397,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1571,0,0,398,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1572,0,0,398,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1573,0,0,398,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1574,0,0,398,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1575,0,0,399,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1576,0,0,399,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1577,0,0,399,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1578,0,0,399,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1579,0,0,400,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1580,0,0,400,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1581,0,0,400,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1582,0,0,400,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1583,0,0,401,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1584,0,0,401,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1585,0,0,401,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1586,0,0,401,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1587,0,0,402,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1588,0,0,402,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1589,0,0,402,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1590,0,0,402,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1591,0,0,403,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1592,0,0,403,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1593,0,0,403,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:16:37',2,1594,0,0,403,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1595,0,0,404,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1596,0,0,404,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1597,0,0,404,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1598,0,0,404,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1599,0,0,405,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1600,0,0,405,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1601,0,0,405,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1602,0,0,405,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1603,0,0,406,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1604,0,0,406,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1605,0,0,406,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1606,0,0,406,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1607,0,0,407,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1608,0,0,407,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1609,0,0,407,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1610,0,0,407,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1611,0,0,408,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1612,0,0,408,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1613,0,0,408,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1614,0,0,408,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1615,0,0,409,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1616,0,0,409,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1617,0,0,409,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1618,0,0,409,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1619,0,0,410,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1620,0,0,410,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1621,0,0,410,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1622,0,0,410,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1623,0,0,411,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1624,0,0,411,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1625,0,0,411,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1626,0,0,411,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1627,0,0,412,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1628,0,0,412,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1629,0,0,412,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1630,0,0,412,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1631,0,0,413,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1632,0,0,413,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1633,0,0,413,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1634,0,0,413,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1635,0,0,414,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1636,0,0,414,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1637,0,0,414,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1638,0,0,414,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1639,0,0,415,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1640,0,0,415,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1641,0,0,415,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1642,0,0,415,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1643,0,0,416,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1644,0,0,416,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1645,0,0,416,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:44:17',2,1646,0,0,416,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1647,0,0,417,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1648,0,0,417,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1649,0,0,417,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1650,0,0,417,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1651,0,0,418,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1652,0,0,418,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1653,0,0,418,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1654,0,0,418,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1655,0,0,419,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1656,0,0,419,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1657,0,0,419,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1658,0,0,419,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1659,0,0,420,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1660,0,0,420,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1661,0,0,420,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1662,0,0,420,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1663,0,0,421,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1664,0,0,421,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1665,0,0,421,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1666,0,0,421,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1667,0,0,422,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1668,0,0,422,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1669,0,0,422,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1670,0,0,422,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1671,0,0,423,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1672,0,0,423,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1673,0,0,423,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1674,0,0,423,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1675,0,0,424,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1676,0,0,424,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1677,0,0,424,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1678,0,0,424,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1679,0,0,425,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1680,0,0,425,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1681,0,0,425,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1682,0,0,425,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1683,0,0,426,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1684,0,0,426,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1685,0,0,426,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1686,0,0,426,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1687,0,0,427,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1688,0,0,427,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1689,0,0,427,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1690,0,0,427,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1691,0,0,428,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1692,0,0,428,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1693,0,0,428,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1694,0,0,428,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1695,0,0,429,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1696,0,0,429,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1697,0,0,429,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:48:46',2,1698,0,0,429,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1699,0,0,430,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1700,0,0,430,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1701,0,0,430,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1702,0,0,430,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1703,0,0,431,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1704,0,0,431,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1705,0,0,431,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1706,0,0,431,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1707,0,0,432,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1708,0,0,432,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1709,0,0,432,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1710,0,0,432,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1711,0,0,433,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1712,0,0,433,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1713,0,0,433,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1714,0,0,433,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1715,0,0,434,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1716,0,0,434,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1717,0,0,434,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1718,0,0,434,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1719,0,0,435,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1720,0,0,435,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1721,0,0,435,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1722,0,0,435,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1723,0,0,436,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1724,0,0,436,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1725,0,0,436,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1726,0,0,436,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1727,0,0,437,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1728,0,0,437,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1729,0,0,437,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1730,0,0,437,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1731,0,0,438,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1732,0,0,438,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1733,0,0,438,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1734,0,0,438,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1735,0,0,439,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1736,0,0,439,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1737,0,0,439,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1738,0,0,439,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1739,0,0,440,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1740,0,0,440,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1741,0,0,440,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1742,0,0,440,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1743,0,0,441,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1744,0,0,441,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1745,0,0,441,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1746,0,0,441,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1747,0,0,442,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1748,0,0,442,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1749,0,0,442,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:50:26',2,1750,0,0,442,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1751,0,0,443,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1752,0,0,443,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1753,0,0,443,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1754,0,0,443,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1755,0,0,444,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1756,0,0,444,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1757,0,0,444,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1758,0,0,444,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1759,0,0,445,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1760,0,0,445,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1761,0,0,445,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1762,0,0,445,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1763,0,0,446,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1764,0,0,446,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1765,0,0,446,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1766,0,0,446,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1767,0,0,447,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1768,0,0,447,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1769,0,0,447,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1770,0,0,447,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1771,0,0,448,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1772,0,0,448,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1773,0,0,448,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1774,0,0,448,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1775,0,0,449,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1776,0,0,449,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1777,0,0,449,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1778,0,0,449,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1779,0,0,450,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1780,0,0,450,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1781,0,0,450,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1782,0,0,450,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1783,0,0,451,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1784,0,0,451,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1785,0,0,451,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1786,0,0,451,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1787,0,0,452,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1788,0,0,452,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1789,0,0,452,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1790,0,0,452,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1791,0,0,453,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1792,0,0,453,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1793,0,0,453,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1794,0,0,453,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1795,0,0,454,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1796,0,0,454,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1797,0,0,454,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1798,0,0,454,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1799,0,0,455,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1800,0,0,455,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1801,0,0,455,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 19:52:21',2,1802,0,0,455,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1803,0,0,456,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1804,0,0,456,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1805,0,0,456,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1806,0,0,456,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1807,0,0,457,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1808,0,0,457,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1809,0,0,457,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1810,0,0,457,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1811,0,0,458,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1812,0,0,458,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1813,0,0,458,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1814,0,0,458,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1815,0,0,459,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1816,0,0,459,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1817,0,0,459,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1818,0,0,459,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1819,0,0,460,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1820,0,0,460,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1821,0,0,460,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1822,0,0,460,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1823,0,0,461,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1824,0,0,461,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1825,0,0,461,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1826,0,0,461,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1827,0,0,462,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1828,0,0,462,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1829,0,0,462,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1830,0,0,462,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1831,0,0,463,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1832,0,0,463,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1833,0,0,463,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1834,0,0,463,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1835,0,0,464,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1836,0,0,464,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1837,0,0,464,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1838,0,0,464,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1839,0,0,465,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1840,0,0,465,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1841,0,0,465,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1842,0,0,465,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1843,0,0,466,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1844,0,0,466,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1845,0,0,466,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1846,0,0,466,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1847,0,0,467,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1848,0,0,467,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1849,0,0,467,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1850,0,0,467,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1851,0,0,468,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1852,0,0,468,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1853,0,0,468,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:42:09',2,1854,0,0,468,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1855,0,0,469,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1856,0,0,469,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1857,0,0,469,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1858,0,0,469,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1859,0,0,470,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1860,0,0,470,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1861,0,0,470,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1862,0,0,470,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1863,0,0,471,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1864,0,0,471,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1865,0,0,471,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1866,0,0,471,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1867,0,0,472,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1868,0,0,472,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1869,0,0,472,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1870,0,0,472,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1871,0,0,473,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1872,0,0,473,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1873,0,0,473,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1874,0,0,473,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1875,0,0,474,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1876,0,0,474,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1877,0,0,474,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1878,0,0,474,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1879,0,0,475,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1880,0,0,475,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1881,0,0,475,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1882,0,0,475,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1883,0,0,476,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1884,0,0,476,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1885,0,0,476,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1886,0,0,476,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1887,0,0,477,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1888,0,0,477,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1889,0,0,477,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1890,0,0,477,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1891,0,0,478,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1892,0,0,478,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1893,0,0,478,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1894,0,0,478,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1895,0,0,479,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1896,0,0,479,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1897,0,0,479,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1898,0,0,479,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1899,0,0,480,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1900,0,0,480,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1901,0,0,480,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1902,0,0,480,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1903,0,0,481,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1904,0,0,481,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1905,0,0,481,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:43:36',2,1906,0,0,481,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1907,0,0,482,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1908,0,0,482,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1909,0,0,482,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1910,0,0,482,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1911,0,0,483,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1912,0,0,483,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1913,0,0,483,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1914,0,0,483,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1915,0,0,484,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1916,0,0,484,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1917,0,0,484,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1918,0,0,484,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1919,0,0,485,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1920,0,0,485,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1921,0,0,485,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1922,0,0,485,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1923,0,0,486,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1924,0,0,486,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1925,0,0,486,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1926,0,0,486,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1927,0,0,487,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1928,0,0,487,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1929,0,0,487,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1930,0,0,487,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1931,0,0,488,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1932,0,0,488,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1933,0,0,488,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1934,0,0,488,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1935,0,0,489,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1936,0,0,489,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1937,0,0,489,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1938,0,0,489,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1939,0,0,490,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1940,0,0,490,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1941,0,0,490,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1942,0,0,490,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1943,0,0,491,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1944,0,0,491,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1945,0,0,491,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1946,0,0,491,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1947,0,0,492,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1948,0,0,492,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1949,0,0,492,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1950,0,0,492,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1951,0,0,493,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1952,0,0,493,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1953,0,0,493,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1954,0,0,493,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1955,0,0,494,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1956,0,0,494,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1957,0,0,494,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:47:12',2,1958,0,0,494,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1959,0,0,495,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1960,0,0,495,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1961,0,0,495,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1962,0,0,495,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1963,0,0,496,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1964,0,0,496,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1965,0,0,496,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1966,0,0,496,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1967,0,0,497,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1968,0,0,497,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1969,0,0,497,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1970,0,0,497,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1971,0,0,498,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1972,0,0,498,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1973,0,0,498,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1974,0,0,498,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1975,0,0,499,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1976,0,0,499,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1977,0,0,499,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1978,0,0,499,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1979,0,0,500,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1980,0,0,500,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1981,0,0,500,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1982,0,0,500,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1983,0,0,501,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1984,0,0,501,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1985,0,0,501,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1986,0,0,501,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1987,0,0,502,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1988,0,0,502,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1989,0,0,502,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1990,0,0,502,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1991,0,0,503,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1992,0,0,503,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1993,0,0,503,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1994,0,0,503,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1995,0,0,504,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1996,0,0,504,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1997,0,0,504,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1998,0,0,504,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,1999,0,0,505,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2000,0,0,505,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2001,0,0,505,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2002,0,0,505,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2003,0,0,506,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2004,0,0,506,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2005,0,0,506,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2006,0,0,506,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2007,0,0,507,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2008,0,0,507,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2009,0,0,507,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:50:19',2,2010,0,0,507,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2011,0,0,508,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2012,0,0,508,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2013,0,0,508,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2014,0,0,508,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2015,0,0,509,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2016,0,0,509,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2017,0,0,509,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2018,0,0,509,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2019,0,0,510,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2020,0,0,510,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2021,0,0,510,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2022,0,0,510,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2023,0,0,511,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2024,0,0,511,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2025,0,0,511,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2026,0,0,511,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2027,0,0,512,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2028,0,0,512,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2029,0,0,512,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2030,0,0,512,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2031,0,0,513,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2032,0,0,513,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2033,0,0,513,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2034,0,0,513,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2035,0,0,514,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2036,0,0,514,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2037,0,0,514,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2038,0,0,514,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2039,0,0,515,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2040,0,0,515,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2041,0,0,515,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2042,0,0,515,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2043,0,0,516,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2044,0,0,516,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2045,0,0,516,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2046,0,0,516,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2047,0,0,517,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2048,0,0,517,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2049,0,0,517,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2050,0,0,517,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2051,0,0,518,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2052,0,0,518,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2053,0,0,518,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2054,0,0,518,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2055,0,0,519,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2056,0,0,519,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2057,0,0,519,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2058,0,0,519,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2059,0,0,520,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2060,0,0,520,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2061,0,0,520,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 21:56:58',2,2062,0,0,520,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2063,0,0,521,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2064,0,0,521,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2065,0,0,521,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2066,0,0,521,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2067,0,0,522,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2068,0,0,522,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2069,0,0,522,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2070,0,0,522,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2071,0,0,523,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2072,0,0,523,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2073,0,0,523,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2074,0,0,523,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2075,0,0,524,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2076,0,0,524,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2077,0,0,524,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2078,0,0,524,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2079,0,0,525,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2080,0,0,525,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2081,0,0,525,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2082,0,0,525,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2083,0,0,526,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2084,0,0,526,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2085,0,0,526,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2086,0,0,526,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2087,0,0,527,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2088,0,0,527,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2089,0,0,527,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2090,0,0,527,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2091,0,0,528,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2092,0,0,528,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2093,0,0,528,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2094,0,0,528,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2095,0,0,529,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2096,0,0,529,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2097,0,0,529,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2098,0,0,529,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2099,0,0,530,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2100,0,0,530,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2101,0,0,530,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2102,0,0,530,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2103,0,0,531,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2104,0,0,531,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2105,0,0,531,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2106,0,0,531,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2107,0,0,532,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2108,0,0,532,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2109,0,0,532,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2110,0,0,532,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2111,0,0,533,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2112,0,0,533,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2113,0,0,533,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-03 22:01:22',2,2114,0,0,533,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-13 01:05:38',2,2115,0,0,332,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2116,0,0,534,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2117,0,0,534,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2118,0,0,534,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2119,0,0,534,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2120,0,0,535,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2121,0,0,535,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2122,0,0,535,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2123,0,0,535,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2124,0,0,536,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2125,0,0,536,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2126,0,0,536,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2127,0,0,536,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2128,0,0,537,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2129,0,0,537,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2130,0,0,537,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2131,0,0,537,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2132,0,0,538,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2133,0,0,538,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2134,0,0,538,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2135,0,0,538,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2136,0,0,539,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2137,0,0,539,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2138,0,0,539,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2139,0,0,539,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2140,0,0,540,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2141,0,0,540,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2142,0,0,540,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2143,0,0,540,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2144,0,0,541,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2145,0,0,541,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2146,0,0,541,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2147,0,0,541,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2148,0,0,542,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2149,0,0,542,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2150,0,0,542,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2151,0,0,542,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2152,0,0,543,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2153,0,0,543,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2154,0,0,543,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2155,0,0,543,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2156,0,0,544,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2157,0,0,544,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2158,0,0,544,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2159,0,0,544,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2160,0,0,545,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2161,0,0,545,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2162,0,0,545,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2163,0,0,545,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2164,0,0,546,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2165,0,0,546,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2166,0,0,546,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2167,0,0,546,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2168,0,0,547,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2169,0,0,547,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2170,0,0,547,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 20:17:56',2,2171,0,0,547,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-14 22:01:20',2,2172,0,0,541,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2173,0,0,548,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2174,0,0,548,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2175,0,0,548,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2176,0,0,548,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2177,0,0,549,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2178,0,0,549,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2179,0,0,549,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2180,0,0,549,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2181,0,0,550,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2182,0,0,550,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2183,0,0,550,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2184,0,0,550,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2185,0,0,551,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2186,0,0,551,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2187,0,0,551,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2188,0,0,551,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2189,0,0,552,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2190,0,0,552,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2191,0,0,552,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2192,0,0,552,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2193,0,0,553,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2194,0,0,553,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2195,0,0,553,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2196,0,0,553,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2197,0,0,554,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2198,0,0,554,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2199,0,0,554,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2200,0,0,554,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2201,0,0,555,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2202,0,0,555,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2203,0,0,555,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2204,0,0,555,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2205,0,0,556,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2206,0,0,556,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2207,0,0,556,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2208,0,0,556,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2209,0,0,557,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2210,0,0,557,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2211,0,0,557,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2212,0,0,557,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2213,0,0,558,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2214,0,0,558,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2215,0,0,558,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2216,0,0,558,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2217,0,0,559,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2218,0,0,559,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2219,0,0,559,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2220,0,0,559,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2221,0,0,560,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2222,0,0,560,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2223,0,0,560,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-17 19:26:31',2,2224,0,0,560,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2225,0,0,561,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2226,0,0,561,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2227,0,0,561,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2228,0,0,561,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2229,0,0,562,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2230,0,0,562,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2231,0,0,562,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2232,0,0,562,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2233,0,0,563,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2234,0,0,563,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2235,0,0,563,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2236,0,0,563,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2237,0,0,564,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2238,0,0,564,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2239,0,0,564,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2240,0,0,564,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2241,0,0,565,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2242,0,0,565,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2243,0,0,565,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2244,0,0,565,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2245,0,0,566,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2246,0,0,566,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2247,0,0,566,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2248,0,0,566,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2249,0,0,567,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2250,0,0,567,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2251,0,0,567,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2252,0,0,567,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2253,0,0,568,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2254,0,0,568,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2255,0,0,568,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2256,0,0,568,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2257,0,0,569,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2258,0,0,569,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2259,0,0,569,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2260,0,0,569,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2261,0,0,570,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2262,0,0,570,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2263,0,0,570,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2264,0,0,570,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2265,0,0,571,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2266,0,0,571,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2267,0,0,571,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2268,0,0,571,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2269,0,0,572,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2270,0,0,572,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2271,0,0,572,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2272,0,0,572,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2273,0,0,573,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2274,0,0,573,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2275,0,0,573,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-26 23:39:24',2,2276,0,0,573,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2277,0,0,574,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2278,0,0,574,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2279,0,0,574,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2280,0,0,574,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2281,0,0,575,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2282,0,0,575,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2283,0,0,575,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2284,0,0,575,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2285,0,0,576,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2286,0,0,576,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2287,0,0,576,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2288,0,0,576,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2289,0,0,577,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2290,0,0,577,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2291,0,0,577,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2292,0,0,577,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2293,0,0,578,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2294,0,0,578,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2295,0,0,578,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2296,0,0,578,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2297,0,0,579,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2298,0,0,579,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2299,0,0,579,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2300,0,0,579,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2301,0,0,580,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2302,0,0,580,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2303,0,0,580,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2304,0,0,580,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2305,0,0,581,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2306,0,0,581,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2307,0,0,581,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2308,0,0,581,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2309,0,0,582,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2310,0,0,582,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2311,0,0,582,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2312,0,0,582,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2313,0,0,583,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2314,0,0,583,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2315,0,0,583,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2316,0,0,583,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2317,0,0,584,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2318,0,0,584,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2319,0,0,584,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2320,0,0,584,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2321,0,0,585,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2322,0,0,585,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2323,0,0,585,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2324,0,0,585,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2325,0,0,586,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2326,0,0,586,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2327,0,0,586,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-10-31 05:03:05',2,2328,0,0,586,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-02 23:29:54',2,2329,0,0,346,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2330,0,0,587,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2331,0,0,587,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2332,0,0,587,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2333,0,0,587,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2334,0,0,588,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2335,0,0,588,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2336,0,0,588,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2337,0,0,588,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2338,0,0,589,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2339,0,0,589,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2340,0,0,589,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2341,0,0,589,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2342,0,0,590,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2343,0,0,590,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2344,0,0,590,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2345,0,0,590,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2346,0,0,591,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2347,0,0,591,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2348,0,0,591,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2349,0,0,591,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2350,0,0,592,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2351,0,0,592,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2352,0,0,592,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2353,0,0,592,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2354,0,0,593,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2355,0,0,593,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2356,0,0,593,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2357,0,0,593,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2358,0,0,594,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2359,0,0,594,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2360,0,0,594,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2361,0,0,594,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2362,0,0,595,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2363,0,0,595,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2364,0,0,595,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2365,0,0,595,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2366,0,0,596,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2367,0,0,596,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2368,0,0,596,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2369,0,0,596,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2370,0,0,597,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2371,0,0,597,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2372,0,0,597,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2373,0,0,597,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2374,0,0,598,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2375,0,0,598,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2376,0,0,598,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2377,0,0,598,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2378,0,0,599,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2379,0,0,599,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2380,0,0,599,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-04 22:13:54',2,2381,0,0,599,1,6,'0000-00-00 00:00:00',0),('2015-11-04 12:49:24',2,'2015-11-05 01:39:44',2,2382,0,0,68,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 01:49:24',2,2383,0,0,568,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2384,0,0,600,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2385,0,0,600,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2386,0,0,600,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2387,0,0,600,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2388,0,0,601,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2389,0,0,601,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2390,0,0,601,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2391,0,0,601,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2392,0,0,602,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2393,0,0,602,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2394,0,0,602,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2395,0,0,602,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2396,0,0,603,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2397,0,0,603,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2398,0,0,603,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2399,0,0,603,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2400,0,0,604,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2401,0,0,604,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2402,0,0,604,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2403,0,0,604,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2404,0,0,605,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2405,0,0,605,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2406,0,0,605,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2407,0,0,605,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2408,0,0,606,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2409,0,0,606,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2410,0,0,606,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2411,0,0,606,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2412,0,0,607,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2413,0,0,607,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2414,0,0,607,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2415,0,0,607,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2416,0,0,608,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2417,0,0,608,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2418,0,0,608,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2419,0,0,608,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2420,0,0,609,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2421,0,0,609,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2422,0,0,609,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2423,0,0,609,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2424,0,0,610,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2425,0,0,610,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2426,0,0,610,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2427,0,0,610,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2428,0,0,611,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2429,0,0,611,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2430,0,0,611,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2431,0,0,611,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2432,0,0,612,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2433,0,0,612,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2434,0,0,612,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 02:28:00',2,2435,0,0,612,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2436,0,0,613,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2437,0,0,613,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2438,0,0,613,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2439,0,0,613,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2440,0,0,614,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2441,0,0,614,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2442,0,0,614,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2443,0,0,614,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2444,0,0,615,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2445,0,0,615,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2446,0,0,615,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2447,0,0,615,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2448,0,0,616,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2449,0,0,616,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2450,0,0,616,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2451,0,0,616,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2452,0,0,617,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2453,0,0,617,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2454,0,0,617,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2455,0,0,617,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2456,0,0,618,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2457,0,0,618,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2458,0,0,618,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2459,0,0,618,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2460,0,0,619,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2461,0,0,619,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2462,0,0,619,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2463,0,0,619,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2464,0,0,620,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2465,0,0,620,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2466,0,0,620,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2467,0,0,620,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2468,0,0,621,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2469,0,0,621,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2470,0,0,621,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2471,0,0,621,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2472,0,0,622,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2473,0,0,622,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2474,0,0,622,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2475,0,0,622,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2476,0,0,623,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2477,0,0,623,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2478,0,0,623,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2479,0,0,623,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2480,0,0,624,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2481,0,0,624,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2482,0,0,624,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2483,0,0,624,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2484,0,0,625,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2485,0,0,625,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2486,0,0,625,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-11-05 03:03:00',2,2487,0,0,625,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-12-14 23:44:19',2,2488,0,0,515,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2015-12-21 19:59:19',2,2489,0,0,561,1,7,'0000-00-00 00:00:00',0),('2016-01-08 16:49:36',2,'2015-12-31 23:34:26',2,2490,0,0,555,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2491,0,0,626,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2492,0,0,626,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2493,0,0,626,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2494,0,0,626,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2495,0,0,627,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2496,0,0,627,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2497,0,0,627,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2498,0,0,627,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2499,0,0,628,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2500,0,0,628,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2501,0,0,628,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2502,0,0,628,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2503,0,0,629,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2504,0,0,629,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2505,0,0,629,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2506,0,0,629,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2507,0,0,630,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2508,0,0,630,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2509,0,0,630,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2510,0,0,630,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2511,0,0,631,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2512,0,0,631,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2513,0,0,631,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2514,0,0,631,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2515,0,0,632,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2516,0,0,632,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2517,0,0,632,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2518,0,0,632,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2519,0,0,633,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2520,0,0,633,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2521,0,0,633,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2522,0,0,633,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2523,0,0,634,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2524,0,0,634,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2525,0,0,634,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2526,0,0,634,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2527,0,0,635,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2528,0,0,635,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2529,0,0,635,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2530,0,0,635,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2531,0,0,636,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2532,0,0,636,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2533,0,0,636,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2534,0,0,636,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2535,0,0,637,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2536,0,0,637,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2537,0,0,637,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2538,0,0,637,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2539,0,0,638,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2540,0,0,638,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2541,0,0,638,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 00:46:13',2,2542,0,0,638,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-09 01:31:10',2,2543,0,0,633,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2544,0,0,639,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2545,0,0,639,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2546,0,0,639,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2547,0,0,639,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2548,0,0,640,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2549,0,0,640,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2550,0,0,640,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2551,0,0,640,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2552,0,0,641,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2553,0,0,641,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2554,0,0,641,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2555,0,0,641,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2556,0,0,642,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2557,0,0,642,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2558,0,0,642,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2559,0,0,642,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2560,0,0,643,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2561,0,0,643,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2562,0,0,643,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2563,0,0,643,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2564,0,0,644,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2565,0,0,644,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2566,0,0,644,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2567,0,0,644,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2568,0,0,645,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2569,0,0,645,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2570,0,0,645,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2571,0,0,645,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2572,0,0,646,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2573,0,0,646,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2574,0,0,646,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2575,0,0,646,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2576,0,0,647,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2577,0,0,647,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2578,0,0,647,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2579,0,0,647,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2580,0,0,648,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2581,0,0,648,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2582,0,0,648,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2583,0,0,648,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2584,0,0,649,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2585,0,0,649,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2586,0,0,649,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2587,0,0,649,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2588,0,0,650,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2589,0,0,650,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2590,0,0,650,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2591,0,0,650,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2592,0,0,651,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2593,0,0,651,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2594,0,0,651,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:30:52',2,2595,0,0,651,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-10 02:31:43',2,2596,0,0,646,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2597,0,0,652,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2598,0,0,652,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2599,0,0,652,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2600,0,0,652,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2601,0,0,653,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2602,0,0,653,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2603,0,0,653,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2604,0,0,653,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2605,0,0,654,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2606,0,0,654,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2607,0,0,654,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2608,0,0,654,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2609,0,0,655,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2610,0,0,655,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2611,0,0,655,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2612,0,0,655,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2613,0,0,656,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2614,0,0,656,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2615,0,0,656,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2616,0,0,656,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2617,0,0,657,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2618,0,0,657,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2619,0,0,657,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2620,0,0,657,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2621,0,0,658,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2622,0,0,658,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2623,0,0,658,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2624,0,0,658,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2625,0,0,659,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2626,0,0,659,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2627,0,0,659,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2628,0,0,659,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2629,0,0,660,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2630,0,0,660,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2631,0,0,660,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2632,0,0,660,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2633,0,0,661,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2634,0,0,661,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2635,0,0,661,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2636,0,0,661,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2637,0,0,662,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2638,0,0,662,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2639,0,0,662,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2640,0,0,662,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2641,0,0,663,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2642,0,0,663,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2643,0,0,663,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2644,0,0,663,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2645,0,0,664,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2646,0,0,664,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2647,0,0,664,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2648,0,0,664,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2649,0,0,665,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2650,0,0,665,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2651,0,0,665,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:45:01',2,2652,0,0,665,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-14 06:55:36',2,2653,0,0,659,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2654,0,0,666,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2655,0,0,666,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2656,0,0,666,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2657,0,0,666,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2658,0,0,667,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2659,0,0,667,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2660,0,0,667,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2661,0,0,667,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2662,0,0,668,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2663,0,0,668,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2664,0,0,668,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2665,0,0,668,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2666,0,0,669,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2667,0,0,669,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2668,0,0,669,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2669,0,0,669,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2670,0,0,670,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2671,0,0,670,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2672,0,0,670,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2673,0,0,670,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2674,0,0,671,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2675,0,0,671,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2676,0,0,671,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2677,0,0,671,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2678,0,0,672,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2679,0,0,672,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2680,0,0,672,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2681,0,0,672,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2682,0,0,673,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2683,0,0,673,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2684,0,0,673,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2685,0,0,673,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2686,0,0,674,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2687,0,0,674,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2688,0,0,674,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2689,0,0,674,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2690,0,0,675,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2691,0,0,675,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2692,0,0,675,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2693,0,0,675,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2694,0,0,676,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2695,0,0,676,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2696,0,0,676,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2697,0,0,676,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2698,0,0,677,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2699,0,0,677,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2700,0,0,677,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2701,0,0,677,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2702,0,0,678,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2703,0,0,678,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2704,0,0,678,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 01:51:15',2,2705,0,0,678,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2706,0,0,679,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2707,0,0,679,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2708,0,0,679,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2709,0,0,679,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2710,0,0,680,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2711,0,0,680,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2712,0,0,680,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2713,0,0,680,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2714,0,0,681,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2715,0,0,681,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2716,0,0,681,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2717,0,0,681,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2718,0,0,682,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2719,0,0,682,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2720,0,0,682,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2721,0,0,682,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2722,0,0,683,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2723,0,0,683,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2724,0,0,683,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2725,0,0,683,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2726,0,0,684,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2727,0,0,684,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2728,0,0,684,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2729,0,0,684,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2730,0,0,685,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2731,0,0,685,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2732,0,0,685,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2733,0,0,685,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2734,0,0,686,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2735,0,0,686,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2736,0,0,686,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2737,0,0,686,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2738,0,0,687,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2739,0,0,687,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2740,0,0,687,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2741,0,0,687,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2742,0,0,688,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2743,0,0,688,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2744,0,0,688,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2745,0,0,688,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2746,0,0,689,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2747,0,0,689,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2748,0,0,689,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2749,0,0,689,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2750,0,0,690,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2751,0,0,690,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2752,0,0,690,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2753,0,0,690,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2754,0,0,691,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2755,0,0,691,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2756,0,0,691,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-15 19:15:45',2,2757,0,0,691,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2758,0,0,692,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2759,0,0,692,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2760,0,0,692,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2761,0,0,692,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2762,0,0,693,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2763,0,0,693,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2764,0,0,693,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2765,0,0,693,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2766,0,0,694,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2767,0,0,694,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2768,0,0,694,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2769,0,0,694,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2770,0,0,695,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2771,0,0,695,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2772,0,0,695,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2773,0,0,695,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2774,0,0,696,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2775,0,0,696,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2776,0,0,696,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2777,0,0,696,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2778,0,0,697,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2779,0,0,697,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2780,0,0,697,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2781,0,0,697,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2782,0,0,698,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2783,0,0,698,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2784,0,0,698,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2785,0,0,698,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2786,0,0,699,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2787,0,0,699,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2788,0,0,699,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2789,0,0,699,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2790,0,0,700,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2791,0,0,700,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2792,0,0,700,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2793,0,0,700,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2794,0,0,701,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2795,0,0,701,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2796,0,0,701,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2797,0,0,701,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2798,0,0,702,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2799,0,0,702,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2800,0,0,702,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2801,0,0,702,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2802,0,0,703,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2803,0,0,703,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2804,0,0,703,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2805,0,0,703,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2806,0,0,704,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2807,0,0,704,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2808,0,0,704,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:34:45',2,2809,0,0,704,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2810,0,0,705,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2811,0,0,705,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2812,0,0,705,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2813,0,0,705,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2814,0,0,706,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2815,0,0,706,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2816,0,0,706,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2817,0,0,706,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2818,0,0,707,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2819,0,0,707,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2820,0,0,707,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2821,0,0,707,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2822,0,0,708,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2823,0,0,708,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2824,0,0,708,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2825,0,0,708,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2826,0,0,709,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2827,0,0,709,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2828,0,0,709,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2829,0,0,709,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2830,0,0,710,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2831,0,0,710,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2832,0,0,710,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2833,0,0,710,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2834,0,0,711,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2835,0,0,711,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2836,0,0,711,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2837,0,0,711,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2838,0,0,712,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2839,0,0,712,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2840,0,0,712,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2841,0,0,712,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2842,0,0,713,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2843,0,0,713,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2844,0,0,713,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2845,0,0,713,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2846,0,0,714,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2847,0,0,714,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2848,0,0,714,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2849,0,0,714,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2850,0,0,715,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2851,0,0,715,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2852,0,0,715,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2853,0,0,715,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2854,0,0,716,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2855,0,0,716,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2856,0,0,716,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2857,0,0,716,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2858,0,0,717,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2859,0,0,717,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2860,0,0,717,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:35:33',2,2861,0,0,717,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2862,0,0,718,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2863,0,0,718,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2864,0,0,718,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2865,0,0,718,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2866,0,0,719,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2867,0,0,719,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2868,0,0,719,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2869,0,0,719,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2870,0,0,720,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2871,0,0,720,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2872,0,0,720,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2873,0,0,720,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2874,0,0,721,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2875,0,0,721,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2876,0,0,721,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2877,0,0,721,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2878,0,0,722,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2879,0,0,722,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2880,0,0,722,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2881,0,0,722,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2882,0,0,723,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2883,0,0,723,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2884,0,0,723,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2885,0,0,723,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2886,0,0,724,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2887,0,0,724,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2888,0,0,724,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2889,0,0,724,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2890,0,0,725,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2891,0,0,725,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2892,0,0,725,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2893,0,0,725,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2894,0,0,726,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2895,0,0,726,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2896,0,0,726,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2897,0,0,726,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2898,0,0,727,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2899,0,0,727,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2900,0,0,727,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2901,0,0,727,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2902,0,0,728,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2903,0,0,728,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2904,0,0,728,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2905,0,0,728,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2906,0,0,729,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2907,0,0,729,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2908,0,0,729,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2909,0,0,729,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2910,0,0,730,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2911,0,0,730,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2912,0,0,730,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:44:49',2,2913,0,0,730,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2914,0,0,731,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2915,0,0,731,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2916,0,0,731,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2917,0,0,731,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2918,0,0,732,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2919,0,0,732,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2920,0,0,732,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2921,0,0,732,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2922,0,0,733,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2923,0,0,733,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2924,0,0,733,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2925,0,0,733,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2926,0,0,734,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2927,0,0,734,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2928,0,0,734,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2929,0,0,734,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2930,0,0,735,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2931,0,0,735,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2932,0,0,735,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2933,0,0,735,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2934,0,0,736,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2935,0,0,736,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2936,0,0,736,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2937,0,0,736,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2938,0,0,737,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2939,0,0,737,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2940,0,0,737,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2941,0,0,737,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2942,0,0,738,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2943,0,0,738,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2944,0,0,738,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2945,0,0,738,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2946,0,0,739,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2947,0,0,739,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2948,0,0,739,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2949,0,0,739,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2950,0,0,740,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2951,0,0,740,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2952,0,0,740,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2953,0,0,740,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2954,0,0,741,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2955,0,0,741,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2956,0,0,741,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2957,0,0,741,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2958,0,0,742,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2959,0,0,742,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2960,0,0,742,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2961,0,0,742,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2962,0,0,743,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2963,0,0,743,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2964,0,0,743,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-18 03:49:42',2,2965,0,0,743,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2966,0,0,744,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2967,0,0,744,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2968,0,0,744,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2969,0,0,744,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2970,0,0,745,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2971,0,0,745,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2972,0,0,745,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2973,0,0,745,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2974,0,0,746,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2975,0,0,746,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2976,0,0,746,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2977,0,0,746,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2978,0,0,747,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2979,0,0,747,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2980,0,0,747,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2981,0,0,747,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2982,0,0,748,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2983,0,0,748,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2984,0,0,748,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2985,0,0,748,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2986,0,0,749,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2987,0,0,749,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2988,0,0,749,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2989,0,0,749,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2990,0,0,750,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2991,0,0,750,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2992,0,0,750,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2993,0,0,750,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2994,0,0,751,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2995,0,0,751,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2996,0,0,751,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2997,0,0,751,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2998,0,0,752,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,2999,0,0,752,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3000,0,0,752,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3001,0,0,752,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3002,0,0,753,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3003,0,0,753,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3004,0,0,753,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3005,0,0,753,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3006,0,0,754,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3007,0,0,754,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3008,0,0,754,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3009,0,0,754,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3010,0,0,755,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3011,0,0,755,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3012,0,0,755,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3013,0,0,755,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3014,0,0,756,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3015,0,0,756,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3016,0,0,756,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 00:11:08',2,3017,0,0,756,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3018,0,0,757,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3019,0,0,757,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3020,0,0,757,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3021,0,0,757,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3022,0,0,758,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3023,0,0,758,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3024,0,0,758,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3025,0,0,758,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3026,0,0,759,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3027,0,0,759,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3028,0,0,759,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3029,0,0,759,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3030,0,0,760,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3031,0,0,760,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3032,0,0,760,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3033,0,0,760,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3034,0,0,761,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3035,0,0,761,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3036,0,0,761,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3037,0,0,761,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3038,0,0,762,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3039,0,0,762,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3040,0,0,762,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3041,0,0,762,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3042,0,0,763,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3043,0,0,763,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3044,0,0,763,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3045,0,0,763,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3046,0,0,764,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3047,0,0,764,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3048,0,0,764,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3049,0,0,764,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3050,0,0,765,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3051,0,0,765,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3052,0,0,765,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3053,0,0,765,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3054,0,0,766,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3055,0,0,766,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3056,0,0,766,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3057,0,0,766,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3058,0,0,767,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3059,0,0,767,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3060,0,0,767,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3061,0,0,767,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3062,0,0,768,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3063,0,0,768,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3064,0,0,768,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3065,0,0,768,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3066,0,0,769,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3067,0,0,769,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3068,0,0,769,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:44:23',2,3069,0,0,769,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3070,0,0,770,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3071,0,0,770,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3072,0,0,770,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3073,0,0,770,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3074,0,0,771,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3075,0,0,771,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3076,0,0,771,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3077,0,0,771,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3078,0,0,772,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3079,0,0,772,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3080,0,0,772,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3081,0,0,772,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3082,0,0,773,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3083,0,0,773,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3084,0,0,773,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3085,0,0,773,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3086,0,0,774,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3087,0,0,774,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3088,0,0,774,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3089,0,0,774,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3090,0,0,775,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3091,0,0,775,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3092,0,0,775,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3093,0,0,775,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3094,0,0,776,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3095,0,0,776,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3096,0,0,776,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3097,0,0,776,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3098,0,0,777,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3099,0,0,777,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3100,0,0,777,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3101,0,0,777,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3102,0,0,778,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3103,0,0,778,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3104,0,0,778,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3105,0,0,778,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3106,0,0,779,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3107,0,0,779,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3108,0,0,779,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3109,0,0,779,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3110,0,0,780,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3111,0,0,780,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3112,0,0,780,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3113,0,0,780,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3114,0,0,781,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3115,0,0,781,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3116,0,0,781,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3117,0,0,781,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3118,0,0,782,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3119,0,0,782,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3120,0,0,782,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 02:46:09',2,3121,0,0,782,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3122,0,0,783,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3123,0,0,783,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3124,0,0,783,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3125,0,0,783,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3126,0,0,784,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3127,0,0,784,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3128,0,0,784,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3129,0,0,784,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3130,0,0,785,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3131,0,0,785,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3132,0,0,785,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3133,0,0,785,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3134,0,0,786,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3135,0,0,786,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3136,0,0,786,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3137,0,0,786,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3138,0,0,787,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3139,0,0,787,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3140,0,0,787,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3141,0,0,787,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3142,0,0,788,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3143,0,0,788,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3144,0,0,788,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3145,0,0,788,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3146,0,0,789,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3147,0,0,789,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3148,0,0,789,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3149,0,0,789,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3150,0,0,790,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3151,0,0,790,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3152,0,0,790,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3153,0,0,790,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3154,0,0,791,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3155,0,0,791,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3156,0,0,791,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3157,0,0,791,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3158,0,0,792,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3159,0,0,792,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3160,0,0,792,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3161,0,0,792,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3162,0,0,793,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3163,0,0,793,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3164,0,0,793,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3165,0,0,793,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3166,0,0,794,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3167,0,0,794,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3168,0,0,794,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3169,0,0,794,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3170,0,0,795,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3171,0,0,795,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3172,0,0,795,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:19:59',2,3173,0,0,795,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3174,0,0,796,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3175,0,0,796,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3176,0,0,796,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3177,0,0,796,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3178,0,0,797,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3179,0,0,797,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3180,0,0,797,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3181,0,0,797,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3182,0,0,798,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3183,0,0,798,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3184,0,0,798,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3185,0,0,798,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3186,0,0,799,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3187,0,0,799,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3188,0,0,799,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3189,0,0,799,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3190,0,0,800,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3191,0,0,800,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3192,0,0,800,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3193,0,0,800,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3194,0,0,801,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3195,0,0,801,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3196,0,0,801,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3197,0,0,801,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3198,0,0,802,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3199,0,0,802,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3200,0,0,802,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3201,0,0,802,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3202,0,0,803,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3203,0,0,803,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3204,0,0,803,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3205,0,0,803,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3206,0,0,804,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3207,0,0,804,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3208,0,0,804,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3209,0,0,804,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3210,0,0,805,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3211,0,0,805,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3212,0,0,805,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3213,0,0,805,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3214,0,0,806,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3215,0,0,806,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3216,0,0,806,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3217,0,0,806,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3218,0,0,807,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3219,0,0,807,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3220,0,0,807,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3221,0,0,807,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3222,0,0,808,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3223,0,0,808,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3224,0,0,808,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 05:21:19',2,3225,0,0,808,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3226,0,0,809,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3227,0,0,809,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3228,0,0,809,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3229,0,0,809,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3230,0,0,810,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3231,0,0,810,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3232,0,0,810,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3233,0,0,810,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3234,0,0,811,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3235,0,0,811,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3236,0,0,811,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3237,0,0,811,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3238,0,0,812,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3239,0,0,812,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3240,0,0,812,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3241,0,0,812,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3242,0,0,813,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3243,0,0,813,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3244,0,0,813,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3245,0,0,813,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3246,0,0,814,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3247,0,0,814,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3248,0,0,814,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3249,0,0,814,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3250,0,0,815,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3251,0,0,815,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3252,0,0,815,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3253,0,0,815,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3254,0,0,816,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3255,0,0,816,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3256,0,0,816,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3257,0,0,816,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3258,0,0,817,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3259,0,0,817,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3260,0,0,817,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3261,0,0,817,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3262,0,0,818,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3263,0,0,818,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3264,0,0,818,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3265,0,0,818,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3266,0,0,819,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3267,0,0,819,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3268,0,0,819,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3269,0,0,819,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3270,0,0,820,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3271,0,0,820,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3272,0,0,820,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3273,0,0,820,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3274,0,0,821,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3275,0,0,821,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3276,0,0,821,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-01-31 23:25:57',2,3277,0,0,821,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3278,0,0,822,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3279,0,0,822,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3280,0,0,822,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3281,0,0,822,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3282,0,0,823,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3283,0,0,823,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3284,0,0,823,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3285,0,0,823,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3286,0,0,824,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3287,0,0,824,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3288,0,0,824,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3289,0,0,824,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3290,0,0,825,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3291,0,0,825,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3292,0,0,825,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3293,0,0,825,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3294,0,0,826,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3295,0,0,826,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3296,0,0,826,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3297,0,0,826,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3298,0,0,827,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3299,0,0,827,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3300,0,0,827,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3301,0,0,827,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3302,0,0,828,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3303,0,0,828,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3304,0,0,828,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3305,0,0,828,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3306,0,0,829,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3307,0,0,829,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3308,0,0,829,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3309,0,0,829,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3310,0,0,830,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3311,0,0,830,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3312,0,0,830,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3313,0,0,830,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3314,0,0,831,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3315,0,0,831,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3316,0,0,831,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3317,0,0,831,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3318,0,0,832,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3319,0,0,832,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3320,0,0,832,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3321,0,0,832,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3322,0,0,833,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3323,0,0,833,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3324,0,0,833,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3325,0,0,833,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3326,0,0,834,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3327,0,0,834,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3328,0,0,834,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3329,0,0,834,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3330,0,0,835,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:29',2,3331,0,0,835,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:30',2,3332,0,0,835,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:10:30',2,3333,0,0,835,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3334,0,0,836,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3335,0,0,836,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3336,0,0,836,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3337,0,0,836,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3338,0,0,837,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3339,0,0,837,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3340,0,0,837,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3341,0,0,837,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3342,0,0,838,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3343,0,0,838,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3344,0,0,838,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3345,0,0,838,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3346,0,0,839,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3347,0,0,839,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3348,0,0,839,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3349,0,0,839,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3350,0,0,840,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3351,0,0,840,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3352,0,0,840,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3353,0,0,840,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3354,0,0,841,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3355,0,0,841,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3356,0,0,841,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3357,0,0,841,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3358,0,0,842,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3359,0,0,842,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3360,0,0,842,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3361,0,0,842,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3362,0,0,843,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3363,0,0,843,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3364,0,0,843,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3365,0,0,843,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3366,0,0,844,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3367,0,0,844,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3368,0,0,844,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3369,0,0,844,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3370,0,0,845,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3371,0,0,845,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3372,0,0,845,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3373,0,0,845,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3374,0,0,846,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3375,0,0,846,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3376,0,0,846,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3377,0,0,846,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3378,0,0,847,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3379,0,0,847,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3380,0,0,847,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3381,0,0,847,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3382,0,0,848,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3383,0,0,848,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3384,0,0,848,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-01 01:12:02',2,3385,0,0,848,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3386,0,0,849,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3387,0,0,849,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3388,0,0,849,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3389,0,0,849,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3390,0,0,850,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3391,0,0,850,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3392,0,0,850,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3393,0,0,850,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3394,0,0,851,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3395,0,0,851,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3396,0,0,851,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3397,0,0,851,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3398,0,0,852,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3399,0,0,852,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3400,0,0,852,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3401,0,0,852,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3402,0,0,853,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3403,0,0,853,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3404,0,0,853,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3405,0,0,853,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3406,0,0,854,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3407,0,0,854,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3408,0,0,854,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3409,0,0,854,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3410,0,0,855,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3411,0,0,855,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3412,0,0,855,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3413,0,0,855,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3414,0,0,856,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3415,0,0,856,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3416,0,0,856,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3417,0,0,856,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3418,0,0,857,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3419,0,0,857,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3420,0,0,857,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3421,0,0,857,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3422,0,0,858,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3423,0,0,858,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3424,0,0,858,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3425,0,0,858,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3426,0,0,859,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3427,0,0,859,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3428,0,0,859,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3429,0,0,859,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3430,0,0,860,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3431,0,0,860,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3432,0,0,860,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3433,0,0,860,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3434,0,0,861,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3435,0,0,861,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3436,0,0,861,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:08:18',2,3437,0,0,861,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3438,0,0,862,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3439,0,0,862,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3440,0,0,862,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3441,0,0,862,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3442,0,0,863,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3443,0,0,863,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3444,0,0,863,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3445,0,0,863,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3446,0,0,864,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3447,0,0,864,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3448,0,0,864,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3449,0,0,864,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3450,0,0,865,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3451,0,0,865,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3452,0,0,865,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3453,0,0,865,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3454,0,0,866,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3455,0,0,866,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3456,0,0,866,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3457,0,0,866,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3458,0,0,867,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3459,0,0,867,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3460,0,0,867,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3461,0,0,867,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3462,0,0,868,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3463,0,0,868,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3464,0,0,868,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3465,0,0,868,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3466,0,0,869,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3467,0,0,869,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3468,0,0,869,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3469,0,0,869,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3470,0,0,870,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3471,0,0,870,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3472,0,0,870,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3473,0,0,870,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3474,0,0,871,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3475,0,0,871,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3476,0,0,871,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3477,0,0,871,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3478,0,0,872,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3479,0,0,872,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3480,0,0,872,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3481,0,0,872,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3482,0,0,873,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3483,0,0,873,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3484,0,0,873,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3485,0,0,873,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3486,0,0,874,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3487,0,0,874,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3488,0,0,874,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 21:14:51',2,3489,0,0,874,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3490,0,0,875,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3491,0,0,875,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3492,0,0,875,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3493,0,0,875,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3494,0,0,876,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3495,0,0,876,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3496,0,0,876,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3497,0,0,876,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3498,0,0,877,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3499,0,0,877,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3500,0,0,877,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3501,0,0,877,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3502,0,0,878,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3503,0,0,878,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3504,0,0,878,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3505,0,0,878,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3506,0,0,879,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3507,0,0,879,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3508,0,0,879,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3509,0,0,879,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3510,0,0,880,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3511,0,0,880,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3512,0,0,880,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3513,0,0,880,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3514,0,0,881,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3515,0,0,881,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3516,0,0,881,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3517,0,0,881,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3518,0,0,882,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3519,0,0,882,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3520,0,0,882,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3521,0,0,882,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3522,0,0,883,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3523,0,0,883,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3524,0,0,883,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3525,0,0,883,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3526,0,0,884,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3527,0,0,884,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3528,0,0,884,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3529,0,0,884,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3530,0,0,885,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3531,0,0,885,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3532,0,0,885,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3533,0,0,885,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3534,0,0,886,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3535,0,0,886,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3536,0,0,886,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3537,0,0,886,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3538,0,0,887,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3539,0,0,887,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3540,0,0,887,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-02-23 22:53:14',2,3541,0,0,887,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-17 03:47:50',0,3542,0,0,888,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3543,0,0,889,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3544,0,0,889,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3545,0,0,889,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3546,0,0,889,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3547,0,0,890,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3548,0,0,890,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3549,0,0,890,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3550,0,0,890,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3551,0,0,891,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3552,0,0,891,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3553,0,0,891,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3554,0,0,891,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3555,0,0,892,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3556,0,0,892,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3557,0,0,892,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3558,0,0,892,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3559,0,0,893,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3560,0,0,893,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3561,0,0,893,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3562,0,0,893,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3563,0,0,894,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3564,0,0,894,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3565,0,0,894,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3566,0,0,894,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3567,0,0,895,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3568,0,0,895,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3569,0,0,895,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3570,0,0,895,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3571,0,0,896,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3572,0,0,896,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3573,0,0,896,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3574,0,0,896,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3575,0,0,897,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3576,0,0,897,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3577,0,0,897,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3578,0,0,897,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3579,0,0,898,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3580,0,0,898,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3581,0,0,898,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3582,0,0,898,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3583,0,0,899,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3584,0,0,899,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3585,0,0,899,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3586,0,0,899,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3587,0,0,900,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3588,0,0,900,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3589,0,0,900,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3590,0,0,900,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3591,0,0,901,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3592,0,0,901,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3593,0,0,901,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-03-19 19:38:59',2,3594,0,0,901,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 19:48:15',0,3595,0,0,902,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 19:48:15',0,3596,0,0,902,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 19:48:15',0,3597,0,0,902,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 19:48:15',0,3598,0,0,902,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 19:48:15',0,3599,0,0,902,1,7,'0000-00-00 00:00:00',0),('2016-05-18 11:59:46',2,'2016-05-02 19:48:15',0,3600,0,0,902,1,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3601,0,0,903,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3602,0,0,903,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3603,0,0,903,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3604,0,0,903,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3605,0,0,904,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3606,0,0,904,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3607,0,0,904,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3608,0,0,904,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3609,0,0,905,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3610,0,0,905,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3611,0,0,905,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3612,0,0,905,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3613,0,0,906,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3614,0,0,906,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3615,0,0,906,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3616,0,0,906,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3617,0,0,907,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3618,0,0,907,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3619,0,0,907,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3620,0,0,907,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3621,0,0,908,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3622,0,0,908,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3623,0,0,908,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3624,0,0,908,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3625,0,0,909,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3626,0,0,909,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3627,0,0,909,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3628,0,0,909,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3629,0,0,910,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3630,0,0,910,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3631,0,0,910,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3632,0,0,910,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3633,0,0,911,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3634,0,0,911,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3635,0,0,911,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3636,0,0,911,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3637,0,0,912,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3638,0,0,912,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3639,0,0,912,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3640,0,0,912,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3641,0,0,913,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3642,0,0,913,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3643,0,0,913,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3644,0,0,913,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3645,0,0,914,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3646,0,0,914,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3647,0,0,914,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3648,0,0,914,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3649,0,0,915,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3650,0,0,915,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3651,0,0,915,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3652,0,0,915,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3653,0,0,916,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3654,0,0,916,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3655,0,0,916,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3656,0,0,916,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3657,0,0,917,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3658,0,0,917,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3659,0,0,917,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3660,0,0,917,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3661,0,0,918,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3662,0,0,918,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3663,0,0,918,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3664,0,0,918,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3665,0,0,919,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3666,0,0,919,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3667,0,0,919,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3668,0,0,919,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3669,0,0,920,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3670,0,0,920,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3671,0,0,920,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3672,0,0,920,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3673,0,0,921,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3674,0,0,921,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3675,0,0,921,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3676,0,0,921,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3677,0,0,922,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3678,0,0,922,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3679,0,0,922,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3680,0,0,922,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3681,0,0,923,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3682,0,0,923,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3683,0,0,923,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3684,0,0,923,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3685,0,0,924,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3686,0,0,924,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3687,0,0,924,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3688,0,0,924,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3689,0,0,925,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3690,0,0,925,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3691,0,0,925,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3692,0,0,925,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3693,0,0,926,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3694,0,0,926,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3695,0,0,926,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3696,0,0,926,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3697,0,0,927,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3698,0,0,927,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3699,0,0,927,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3700,0,0,927,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3701,0,0,928,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3702,0,0,928,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3703,0,0,928,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,3704,0,0,928,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3705,0,0,929,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3706,0,0,929,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3707,0,0,929,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3708,0,0,930,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3709,0,0,930,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3710,0,0,930,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3711,0,0,931,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3712,0,0,931,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3713,0,0,931,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3714,0,0,932,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3715,0,0,932,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3716,0,0,932,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3717,0,0,933,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3718,0,0,933,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3719,0,0,933,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3720,0,0,934,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3721,0,0,934,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3722,0,0,934,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3723,0,0,935,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3724,0,0,935,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3725,0,0,935,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3726,0,0,936,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3727,0,0,936,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,3728,0,0,936,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3729,0,0,937,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3730,0,0,937,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3731,0,0,937,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3732,0,0,938,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3733,0,0,938,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3734,0,0,938,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3735,0,0,939,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3736,0,0,939,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3737,0,0,939,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3738,0,0,940,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3739,0,0,940,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3740,0,0,940,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3741,0,0,941,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3742,0,0,941,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3743,0,0,941,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3744,0,0,942,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3745,0,0,942,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3746,0,0,942,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3747,0,0,943,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3748,0,0,943,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:26',2,3749,0,0,943,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3750,0,0,944,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3751,0,0,944,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3752,0,0,944,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3753,0,0,945,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3754,0,0,945,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3755,0,0,945,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3756,0,0,946,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3757,0,0,946,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3758,0,0,946,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3759,0,0,947,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3760,0,0,947,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3761,0,0,947,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3762,0,0,948,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3763,0,0,948,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3764,0,0,948,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3765,0,0,949,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3766,0,0,949,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3767,0,0,949,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3768,0,0,950,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3769,0,0,950,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3770,0,0,950,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3771,0,0,951,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3772,0,0,951,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3773,0,0,951,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3774,0,0,952,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3775,0,0,952,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3776,0,0,952,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3777,0,0,953,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3778,0,0,953,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3779,0,0,953,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3780,0,0,954,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3781,0,0,954,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3782,0,0,954,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3783,0,0,955,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3784,0,0,955,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3785,0,0,955,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3786,0,0,956,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3787,0,0,956,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3788,0,0,956,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3789,0,0,957,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3790,0,0,957,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3791,0,0,957,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3792,0,0,958,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3793,0,0,958,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,3794,0,0,958,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 19:00:13',2,3795,0,0,902,1,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 19:00:13',2,3796,0,0,923,1,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 19:00:59',2,3797,0,0,923,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3798,0,0,959,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3799,0,0,959,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3800,0,0,959,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3801,0,0,960,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3802,0,0,960,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3803,0,0,960,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3804,0,0,961,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3805,0,0,961,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3806,0,0,961,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3807,0,0,962,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3808,0,0,962,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3809,0,0,962,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3810,0,0,963,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3811,0,0,963,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3812,0,0,963,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3813,0,0,964,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3814,0,0,964,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3815,0,0,964,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3816,0,0,965,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3817,0,0,965,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3818,0,0,965,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3819,0,0,966,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3820,0,0,966,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3821,0,0,966,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3822,0,0,967,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3823,0,0,967,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3824,0,0,967,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3825,0,0,968,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3826,0,0,968,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3827,0,0,968,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3828,0,0,969,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3829,0,0,969,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3830,0,0,969,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3831,0,0,970,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3832,0,0,970,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3833,0,0,970,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3834,0,0,971,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3835,0,0,971,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3836,0,0,971,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3837,0,0,972,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3838,0,0,972,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3839,0,0,972,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3840,0,0,973,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3841,0,0,973,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,3842,0,0,973,1,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3843,0,0,974,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3844,0,0,974,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3845,0,0,975,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3846,0,0,975,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3847,0,0,976,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3848,0,0,976,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3849,0,0,977,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3850,0,0,977,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3851,0,0,978,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3852,0,0,978,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3853,0,0,979,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3854,0,0,979,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3855,0,0,980,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3856,0,0,980,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3857,0,0,981,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3858,0,0,981,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3859,0,0,982,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3860,0,0,982,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3861,0,0,983,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3862,0,0,983,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3863,0,0,984,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3864,0,0,984,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3865,0,0,985,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3866,0,0,985,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3867,0,0,986,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3868,0,0,986,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3869,0,0,987,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3870,0,0,987,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3871,0,0,988,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3872,0,0,988,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3873,0,0,989,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3874,0,0,989,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3875,0,0,990,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3876,0,0,990,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3877,0,0,991,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3878,0,0,991,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3879,0,0,992,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3880,0,0,992,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3881,0,0,993,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,3882,0,0,993,1,5,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkPermissionRoleMember` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkPerson`
--

DROP TABLE IF EXISTS `twistLinkPerson`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkPerson` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkNotes` varchar(200) NOT NULL,
  `linkPersonID` int(11) NOT NULL AUTO_INCREMENT,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkPersonID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkPerson`
--

LOCK TABLES `twistLinkPerson` WRITE;
/*!40000 ALTER TABLE `twistLinkPerson` DISABLE KEYS */;
INSERT INTO `twistLinkPerson` VALUES (0.00,0.00,'0000-00-00 00:00:00',0.00,0,'0000-00-00 00:00:00',0,0,0,0,'2016-04-30 17:49:00',2,'',1,0,0,1,1,5,0,0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,0);
/*!40000 ALTER TABLE `twistLinkPerson` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkPing`
--

DROP TABLE IF EXISTS `twistLinkPing`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkPing` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkNotes` varchar(200) NOT NULL,
  `linkPingID` int(11) NOT NULL AUTO_INCREMENT,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkPingID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkPing`
--

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

--
-- Table structure for table `twistLinkPortalRole`
--

DROP TABLE IF EXISTS `twistLinkPortalRole`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkPortalRole` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityRequestCode` varchar(100) NOT NULL,
  `entityRequestID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkPortalRoleID` int(11) NOT NULL AUTO_INCREMENT,
  `portalID` int(11) NOT NULL DEFAULT '0',
  `roleID` int(11) NOT NULL DEFAULT '0',
  `roleSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `roleSourceFileName` varchar(100) NOT NULL,
  `roleSourceFilePath` varchar(200) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkPortalRoleID`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkPortalRole`
--

LOCK TABLES `twistLinkPortalRole` WRITE;
/*!40000 ALTER TABLE `twistLinkPortalRole` DISABLE KEYS */;
INSERT INTO `twistLinkPortalRole` VALUES ('0000-00-00 00:00:00',0,'roleselect',0,'2015-06-28 02:41:24',0,1,1,1,0,'twistAdministratorHome.php','portal|default|skin|[skinCode]|webTemplate|','0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'roleselect',0,'2015-06-28 02:41:31',0,2,1,2,0,'twistAdministratorHome.php','portal|default|skin|[skinCode]|webTemplate|','0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'roleselect',0,'2015-06-28 02:41:43',0,3,1,3,0,'twistDesignerHome.php','portal|default|skin|[skinCode]|webTemplate|','0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'roleselect',0,'2015-06-28 02:41:48',0,4,1,4,0,'twistKeyContactHome.php','portal|default|skin|[skinCode]|webTemplate|','0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'roleselect',0,'2015-06-28 02:41:55',0,5,1,5,1,'clientDefaultHome.php','twist|portal|unify|skin|[skinCode]|webTemplate|','0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'roleselect',0,'2015-06-28 02:42:00',0,6,1,6,1,'clientDefaultHome.php','twist|portal|unify|skin|[skinCode]|webTemplate|','0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'roleselect',0,'2015-06-28 02:42:05',0,7,1,7,1,'clientDefaultHome.php','twist|portal|unify|skin|[skinCode]|webTemplate|','0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'roleSelect',0,'2015-09-05 22:38:31',0,8,1,8,1,'clientDefaultHome.php','twist|portal|unify|skin|[skinCode]|webTemplate|','0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'roleSelect',0,'2015-12-14 07:24:26',0,9,1,9,0,'twistAdministratorHome.php','portal|default|skin|[skinCode]|webTemplate|','0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkPortalRole` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkProject`
--

DROP TABLE IF EXISTS `twistLinkProject`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkProject` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkNotes` varchar(200) NOT NULL,
  `linkProjectID` int(11) NOT NULL AUTO_INCREMENT,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkProjectID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkProject`
--

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

--
-- Table structure for table `twistLinkQueryFilterQuery`
--

DROP TABLE IF EXISTS `twistLinkQueryFilterQuery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkQueryFilterQuery` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkQueryFilterQueryID` int(11) NOT NULL AUTO_INCREMENT,
  `mandatory` tinyint(1) NOT NULL DEFAULT '0',
  `queryID` int(11) NOT NULL DEFAULT '0',
  `queryFilterID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `userModifiable` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`linkQueryFilterQueryID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkQueryFilterQuery`
--

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

--
-- Table structure for table `twistLinkQueryFilterRole`
--

DROP TABLE IF EXISTS `twistLinkQueryFilterRole`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkQueryFilterRole` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkQueryFilterRoleID` int(11) NOT NULL AUTO_INCREMENT,
  `mandatory` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterID` int(11) NOT NULL DEFAULT '0',
  `roleID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkQueryFilterRoleID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkQueryFilterRole`
--

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

--
-- Table structure for table `twistLinkQueryMember`
--

DROP TABLE IF EXISTS `twistLinkQueryMember`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkQueryMember` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkQueryMemberID` int(11) NOT NULL AUTO_INCREMENT,
  `memberID` int(11) NOT NULL DEFAULT '0',
  `queryFilter0Clause` varchar(1000) NOT NULL,
  `queryFilter1Clause` varchar(1000) NOT NULL,
  `queryFilter2Clause` varchar(1000) NOT NULL,
  `queryFilter3Clause` varchar(1000) NOT NULL,
  `queryFilter4Clause` varchar(1000) NOT NULL,
  `queryFilter5Clause` varchar(1000) NOT NULL,
  `queryFilter6Clause` varchar(1000) NOT NULL,
  `queryFilter7Clause` varchar(1000) NOT NULL,
  `queryFilter8Clause` varchar(1000) NOT NULL,
  `queryFilter9Clause` varchar(1000) NOT NULL,
  `queryFilterID0` int(11) NOT NULL DEFAULT '0',
  `queryFilterID1` int(11) NOT NULL DEFAULT '0',
  `queryFilterID2` int(11) NOT NULL DEFAULT '0',
  `queryFilterID3` int(11) NOT NULL DEFAULT '0',
  `queryFilterID5` int(11) NOT NULL DEFAULT '0',
  `queryFilterID6` int(11) NOT NULL DEFAULT '0',
  `queryFilterID7` int(11) NOT NULL DEFAULT '0',
  `queryFilterID8` int(11) NOT NULL DEFAULT '0',
  `queryFilterID9` int(11) NOT NULL DEFAULT '0',
  `queryID` int(11) NOT NULL DEFAULT '0',
  `queryViewIDDefault` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkQueryMemberID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkQueryMember`
--

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

--
-- Table structure for table `twistLinkQueryRole`
--

DROP TABLE IF EXISTS `twistLinkQueryRole`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkQueryRole` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkQueryRoleID` int(11) NOT NULL AUTO_INCREMENT,
  `maximumPageRows` smallint(6) NOT NULL DEFAULT '0',
  `queryID` int(11) NOT NULL DEFAULT '0',
  `roleID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkQueryRoleID`)
) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkQueryRole`
--

LOCK TABLES `twistLinkQueryRole` WRITE;
/*!40000 ALTER TABLE `twistLinkQueryRole` DISABLE KEYS */;
INSERT INTO `twistLinkQueryRole` VALUES ('0000-00-00 00:00:00',0,'2016-05-02 14:07:18',0,1,0,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:00:30',0,2,0,1,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:00:30',0,3,0,1,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:00:30',0,4,0,1,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:00:30',0,5,0,1,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:00:30',0,6,0,1,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,7,0,5,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,8,0,5,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,9,0,5,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,10,0,5,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,11,0,6,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,12,0,6,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,13,0,6,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,14,0,6,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,15,0,7,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,16,0,7,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,17,0,7,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,18,0,7,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,19,0,9,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,20,0,9,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,21,0,9,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,22,0,9,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,23,0,10,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,24,0,10,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,25,0,10,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,26,0,10,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,27,0,11,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,28,0,11,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,29,0,11,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,30,0,11,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,31,0,13,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,32,0,13,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,33,0,13,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,34,0,14,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,35,0,14,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,36,0,14,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,37,0,15,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,38,0,15,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,39,0,15,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',0,40,0,17,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',0,41,0,17,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',0,42,0,17,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',0,43,0,18,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',0,44,0,18,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',0,45,0,18,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',0,46,0,19,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',0,47,0,19,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',0,48,0,19,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:44:30',2,49,0,9,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:44:30',2,50,0,10,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:44:30',2,51,0,11,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:44:30',2,52,0,12,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:57:55',2,53,0,9,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:57:55',2,54,0,10,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:57:55',2,55,0,11,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:57:55',2,56,0,12,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:57:55',2,57,0,9,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:57:55',2,58,0,10,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:57:55',2,59,0,11,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:57:55',2,60,0,12,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,61,0,21,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,62,0,21,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,63,0,21,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,64,0,22,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,65,0,22,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,66,0,22,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,67,0,23,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,68,0,23,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,69,0,23,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,70,0,25,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,71,0,25,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,72,0,25,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,73,0,26,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,74,0,26,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,75,0,26,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,76,0,27,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,77,0,27,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,78,0,27,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,79,0,29,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,80,0,29,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,81,0,29,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,82,0,30,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,83,0,30,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,84,0,30,0,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,85,0,31,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,86,0,31,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,87,0,31,0,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkQueryRole` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkQueryViewQuery`
--

DROP TABLE IF EXISTS `twistLinkQueryViewQuery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkQueryViewQuery` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkQueryViewQueryID` int(11) NOT NULL AUTO_INCREMENT,
  `queryID` int(11) NOT NULL DEFAULT '0',
  `queryViewID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkQueryViewQueryID`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkQueryViewQuery`
--

LOCK TABLES `twistLinkQueryViewQuery` WRITE;
/*!40000 ALTER TABLE `twistLinkQueryViewQuery` DISABLE KEYS */;
INSERT INTO `twistLinkQueryViewQuery` VALUES ('0000-00-00 00:00:00',0,'2016-05-02 14:15:01',0,1,0,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:02:41',0,2,1,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',2,3,0,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:07:06',0,4,5,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',2,5,0,4,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:53',0,6,9,4,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',2,7,0,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:32',0,8,13,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:14:44',2,9,0,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:58:03',0,10,11,4,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',2,11,0,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:24',0,12,21,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,13,0,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',1,14,0,9,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkQueryViewQuery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkQueryViewRole`
--

DROP TABLE IF EXISTS `twistLinkQueryViewRole`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkQueryViewRole` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkQueryViewRoleID` int(11) NOT NULL AUTO_INCREMENT,
  `portalID` int(11) NOT NULL DEFAULT '0',
  `queryViewID` int(11) NOT NULL DEFAULT '0',
  `roleID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkQueryViewRoleID`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkQueryViewRole`
--

LOCK TABLES `twistLinkQueryViewRole` WRITE;
/*!40000 ALTER TABLE `twistLinkQueryViewRole` DISABLE KEYS */;
INSERT INTO `twistLinkQueryViewRole` VALUES ('0000-00-00 00:00:00',0,'2016-05-02 18:02:17',0,1,1,2,2,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:02:17',0,2,1,2,3,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:02:17',0,3,1,2,5,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:02:17',0,4,1,2,6,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:02:17',0,5,1,2,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-02 18:02:17',0,6,1,2,8,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:44:30',2,7,0,4,7,'0000-00-00 00:00:00',0),('0000-00-00 00:00:00',0,'2016-05-18 18:57:55',2,8,0,4,8,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistLinkQueryViewRole` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistLinkTask`
--

DROP TABLE IF EXISTS `twistLinkTask`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkTask` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deleted` tinyint(1) NOT NULL DEFAULT '0',
  `deleteDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleteMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertMemberID` int(11) NOT NULL DEFAULT '0',
  `linkNotes` varchar(200) NOT NULL,
  `linkTaskID` int(11) NOT NULL AUTO_INCREMENT,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updateDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updateMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `updateMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkTaskID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkTask`
--

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

--
-- Table structure for table `twistLinkType`
--

DROP TABLE IF EXISTS `twistLinkType`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkType` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkTypeCode` varchar(30) NOT NULL,
  `linkTypeDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkTypeDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkTypeGenderID` int(11) NOT NULL DEFAULT '0',
  `linkTypeID` int(11) NOT NULL AUTO_INCREMENT,
  `linkTypeInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkTypeInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkTypeMatchingLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `linkTypeName` varchar(100) NOT NULL,
  `linkTypeNamePublic` varchar(100) NOT NULL,
  `linkTypeOverview` varchar(500) NOT NULL,
  `linkTypeUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `linkTypeUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkTypeID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkType`
--

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

--
-- Table structure for table `twistLinkTypeDestinationTable`
--

DROP TABLE IF EXISTS `twistLinkTypeDestinationTable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkTypeDestinationTable` (
  `connectorPhraseFuture` varchar(20) NOT NULL,
  `connectorPhrasePast` varchar(20) NOT NULL,
  `connectorPhrasePresent` varchar(20) NOT NULL,
  `insertDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `linkTableID` int(11) NOT NULL DEFAULT '0',
  `linkTypeDestinationTableID` int(11) NOT NULL AUTO_INCREMENT,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `selfDestination` tinyint(1) NOT NULL DEFAULT '0',
  `sqlTableID` int(11) NOT NULL DEFAULT '0',
  `updateDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`linkTypeDestinationTableID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkTypeDestinationTable`
--

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

--
-- Table structure for table `twistLinkTypeSourceTable`
--

DROP TABLE IF EXISTS `twistLinkTypeSourceTable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkTypeSourceTable` (
  `connectorPhrase` varchar(10) NOT NULL,
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkTableID` int(11) NOT NULL DEFAULT '0',
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `linkTypeSourceTableID` int(11) NOT NULL AUTO_INCREMENT,
  `sqlTableID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMembeID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkTypeSourceTableID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkTypeSourceTable`
--

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

--
-- Table structure for table `twistLinkWebPageTemplateWebPageSection`
--

DROP TABLE IF EXISTS `twistLinkWebPageTemplateWebPageSection`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkWebPageTemplateWebPageSection` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkWebPageTemplateWebPageSectionID` int(11) NOT NULL AUTO_INCREMENT,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageSectionID` int(11) NOT NULL DEFAULT '0',
  `webPageSpecific` tinyint(1) NOT NULL DEFAULT '0',
  `webPageTemplateID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkWebPageTemplateWebPageSectionID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkWebPageTemplateWebPageSection`
--

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

--
-- Table structure for table `twistLinkWebPageWebPageSection`
--

DROP TABLE IF EXISTS `twistLinkWebPageWebPageSection`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkWebPageWebPageSection` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkWebPageWebPageSectionID` int(11) NOT NULL AUTO_INCREMENT,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageID` int(11) NOT NULL DEFAULT '0',
  `webPageSectionID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkWebPageWebPageSectionID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkWebPageWebPageSection`
--

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

--
-- Table structure for table `twistLinkWebsite`
--

DROP TABLE IF EXISTS `twistLinkWebsite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkWebsite` (
  `dataValueCredits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueCurrent` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `dataValueDebits` decimal(11,2) NOT NULL DEFAULT '0.00',
  `dataValueID` int(11) NOT NULL DEFAULT '0',
  `deleted` tinyint(1) NOT NULL DEFAULT '0',
  `deleteDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deleteMemberID` int(11) NOT NULL DEFAULT '0',
  `entityID` int(11) NOT NULL DEFAULT '0',
  `entityLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `favorite` tinyint(1) NOT NULL DEFAULT '0',
  `insertDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertMemberID` int(11) NOT NULL DEFAULT '0',
  `linkNotes` varchar(200) NOT NULL,
  `linkTypeID` int(11) NOT NULL DEFAULT '0',
  `linkWebsiteID` int(11) NOT NULL AUTO_INCREMENT,
  `managerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `matchEntityID` int(11) NOT NULL DEFAULT '0',
  `matchEntityLinkID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTableID` int(11) NOT NULL DEFAULT '0',
  `matchLinkTypeID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `pastTense` tinyint(1) NOT NULL DEFAULT '0',
  `updateDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updateMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `updateMemberID` int(11) NOT NULL DEFAULT '0',
  `verifyDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `verifyMemberID` int(11) NOT NULL DEFAULT '0',
  `verityLookupID` int(1) NOT NULL DEFAULT '0',
  `visibleMemberGroupID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkWebsiteID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkWebsite`
--

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

--
-- Table structure for table `twistLinkWorkflowEntityType`
--

DROP TABLE IF EXISTS `twistLinkWorkflowEntityType`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLinkWorkflowEntityType` (
  `deleted` tinyint(1) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityTypeID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkWorkflowEntityTypeID` int(11) NOT NULL AUTO_INCREMENT,
  `managerMemberID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `workflowID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`linkWorkflowEntityTypeID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLinkWorkflowEntityType`
--

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

--
-- Table structure for table `twistLocator`
--

DROP TABLE IF EXISTS `twistLocator`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistLocator` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `locatorCode` varchar(100) NOT NULL,
  `locatorDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locatorDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `locatorGUID` varchar(38) NOT NULL,
  `locatorID` int(11) NOT NULL AUTO_INCREMENT,
  `locatorInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `locatorInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `locatorName` varchar(100) NOT NULL,
  `locatorNamePublic` varchar(100) NOT NULL,
  `locatorOverview` varchar(500) NOT NULL,
  `locatorTypeEmailAddress` varchar(100) NOT NULL,
  `locatorTypeLocation` tinyint(1) NOT NULL DEFAULT '0',
  `locatorTypeLocationAltitude` float NOT NULL DEFAULT '0',
  `locatorTypeLocationLatitude` float NOT NULL DEFAULT '0',
  `locatorTypeLocationLongitude` float NOT NULL DEFAULT '0',
  `locatorTypeMail` tinyint(1) NOT NULL DEFAULT '0',
  `locatorTypeMailCity` varchar(100) NOT NULL,
  `locatorTypeMailCountry` varchar(100) NOT NULL,
  `locatorTypeMailCounty` varchar(100) NOT NULL,
  `locatorTypeMailState` varchar(100) NOT NULL,
  `locatorTypeMailStreet1` varchar(100) NOT NULL,
  `locatorTypeMailStreet2` varchar(100) NOT NULL,
  `locatorTypeMailZipcode` varchar(10) NOT NULL,
  `locatorTypePhone` tinyint(1) NOT NULL DEFAULT '0',
  `locatorTypeSource` tinyint(1) NOT NULL DEFAULT '0',
  `locatorTypeTextMMS` tinyint(1) NOT NULL DEFAULT '0',
  `locatorTypeTextSMS` tinyint(4) NOT NULL DEFAULT '0',
  `locatorTypeVirtualEmail` tinyint(1) NOT NULL DEFAULT '0',
  `locatorTypeVirtual` tinyint(1) NOT NULL DEFAULT '0',
  `locatorTypeURLID` int(11) NOT NULL DEFAULT '0',
  `locatorUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locatorUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`locatorID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistLocator`
--

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

--
-- Table structure for table `twistMember`
--

DROP TABLE IF EXISTS `twistMember`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistMember` (
  `accountCode` varchar(50) NOT NULL,
  `accountCodeOld` varchar(50) NOT NULL,
  `accountHold` tinyint(1) NOT NULL DEFAULT '0',
  `accountHoldDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `accountHoldReason` varchar(20) NOT NULL,
  `accountPassword` varbinary(50) NOT NULL,
  `accountPasswordOld` varbinary(50) NOT NULL,
  `accountSalt` varchar(40) NOT NULL,
  `accountStatus` varchar(10) NOT NULL,
  `applicationMode` varchar(20) NOT NULL,
  `dataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerOrganizationIDDefault` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `eulaDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `failedAttempts` tinyint(1) NOT NULL DEFAULT '0',
  `forgetFlag` tinyint(1) NOT NULL DEFAULT '0',
  `impersonate` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `ipAddress` varchar(40) NOT NULL,
  `isDemo` tinyint(1) NOT NULL DEFAULT '0',
  `isNewUser` tinyint(1) NOT NULL DEFAULT '0',
  `isSetup` tinyint(1) NOT NULL DEFAULT '0',
  `lastLoginAttemptDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastLoginSuccessDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `managerMemberID` int(11) NOT NULL DEFAULT '0',
  `memberContentPath` varchar(100) NOT NULL,
  `memberEmailOfRecord` varchar(50) NOT NULL,
  `memberEmailOfRecordOld` varchar(50) NOT NULL,
  `memberGUID` varchar(38) NOT NULL,
  `memberID` int(11) NOT NULL AUTO_INCREMENT,
  `memberSinceDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `memberType` varchar(50) NOT NULL,
  `passwordExpiryDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `passwordResetRequired` tinyint(1) NOT NULL DEFAULT '0',
  `personID` int(11) NOT NULL DEFAULT '0',
  `salesManager` tinyint(1) NOT NULL DEFAULT '0',
  `secretAnswer1` varchar(30) NOT NULL,
  `secretAnswer2` varchar(30) NOT NULL,
  `secretAnswer3` varchar(30) NOT NULL,
  `secretQuestion1` varchar(100) NOT NULL,
  `secretQuestion2` varchar(100) NOT NULL,
  `secretQuestion3` varchar(100) NOT NULL,
  `sessionGUID` varchar(38) NOT NULL,
  `shoppingCartDiscount` tinyint(4) NOT NULL DEFAULT '0',
  `sponsorMemberID` int(11) NOT NULL DEFAULT '0',
  `tcgHomeTeam` tinyint(1) NOT NULL DEFAULT '0',
  `tcgLeadCallingDirection` varchar(10) NOT NULL,
  `termsAndConditionsDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`memberID`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistMember`
--

LOCK TABLES `twistMember` WRITE;
/*!40000 ALTER TABLE `twistMember` DISABLE KEYS */;
INSERT INTO `twistMember` VALUES ('','',0,'0000-00-00 00:00:00','','','','','','',0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,0,'2015-06-28 01:03:41',0,'',0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','','','70E777A6-11C3-7002-9DC9-52C54BEDF185',1,'0000-00-00 00:00:00','','0000-00-00 00:00:00',0,1,0,'','','','','','','',0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',0),('markcofano','',0,'0000-00-00 00:00:00','','mcIxf..9ENTtU','mcP6ZMR0IZY3E','mc','Active','',2,2,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,0,'2015-06-28 01:03:41',0,'',0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','mark@markcofano.com','','756F7E9F-8639-A613-3B79-4733FE45255C',2,'0000-00-00 00:00:00','','0000-00-00 00:00:00',0,2,0,'','','','','','','',0,0,0,'','0000-00-00 00:00:00','2016-05-13 15:55:08',0),('craigcarter','',0,'0000-00-00 00:00:00','','ccyAii2k2/vkY','mczsfFApvgVWY','cc','Active','',0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,0,'2016-05-02 21:05:45',0,'',0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','ccarter@hazardreduction.com','','ABF13720-3513-53C0-EA95-7FB5E91887AA',3,'0000-00-00 00:00:00','','0000-00-00 00:00:00',0,3,0,'','','','','','','',0,0,0,'','0000-00-00 00:00:00','2016-05-18 11:51:14',0),('adamthompson','',0,'0000-00-00 00:00:00','','mcJEZnWoOXK5Y','mczsfFApvgVWY','mc','Active','',0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,0,'2016-05-18 18:49:28',0,'',0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','adam@hazardreduction.com','','9A8DB040-3A3A-04D4-96F3-57AA53F761F3',4,'0000-00-00 00:00:00','','0000-00-00 00:00:00',0,4,0,'','','','','','','',0,0,0,'','0000-00-00 00:00:00','2016-05-18 11:53:56',0),('chadwilson','',0,'0000-00-00 00:00:00','','cwYrKGsMLZwbg','cwYrKGsMLZwbg','cw','Active','',0,0,'0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,0,'2016-05-18 18:49:28',0,'',0,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'','chad@hazardreduction.com','','8DFC4806-C095-4336-D25E-664D97373D0D',5,'0000-00-00 00:00:00','','0000-00-00 00:00:00',0,5,0,'','','','','','','',0,0,0,'','0000-00-00 00:00:00','2016-06-07 12:31:52',0);
/*!40000 ALTER TABLE `twistMember` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistMemberGroup`
--

DROP TABLE IF EXISTS `twistMemberGroup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistMemberGroup` (
  `dataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `memberGroupID` int(11) NOT NULL AUTO_INCREMENT,
  `memberGroupName0` varchar(100) NOT NULL,
  `memberGroupName1` varchar(100) NOT NULL,
  `memberGroupName2` varchar(100) NOT NULL,
  `memberGroupName3` varchar(100) NOT NULL,
  `memberGroupName4` varchar(100) NOT NULL,
  `memberGroupStatusSLIID` tinyint(1) NOT NULL,
  `memberGroupTypeSLIID` tinyint(1) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`memberGroupID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistMemberGroup`
--

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

--
-- Table structure for table `twistMemberProfile`
--

DROP TABLE IF EXISTS `twistMemberProfile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistMemberProfile` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `memberID` int(11) NOT NULL DEFAULT '0',
  `memberProfileAncestry` varchar(100) NOT NULL,
  `memberProfileAvatarContentVersionID` int(11) NOT NULL DEFAULT '0',
  `memberProfileAvatarPreferredStyleID` int(11) NOT NULL DEFAULT '0',
  `memberProfileBiography` varchar(1000) NOT NULL DEFAULT 'I was born...',
  `memberProfileBirthCity` varchar(30) NOT NULL DEFAULT 'Anytown',
  `memberProfileBirthCountry` varchar(30) NOT NULL DEFAULT 'USA',
  `memberProfileBirthDayOfMonth` varchar(2) NOT NULL DEFAULT '01',
  `memberProfileBirthMonth` varchar(2) NOT NULL DEFAULT '01',
  `memberProfileBirthStateRegion` varchar(30) NOT NULL,
  `memberProfileBirthYear` varchar(4) NOT NULL DEFAULT '1980',
  `memberProfileBusinessDescription` varchar(200) NOT NULL DEFAULT 'We...',
  `memberProfileBusinessIdealProspect` varchar(200) NOT NULL DEFAULT 'My perfect prospect is...',
  `memberProfileBusinessMemberRole` varchar(200) NOT NULL DEFAULT 'I am the...',
  `memberProfileBusinessMemberValue` varchar(200) NOT NULL DEFAULT 'I create value by...',
  `memberProfileBusinessRecentSuccess` varchar(200) NOT NULL DEFAULT 'We are proud...',
  `memberProfileBusinessValue` varchar(200) NOT NULL DEFAULT 'Our business is able to...',
  `memberProfileCategoryID` int(11) NOT NULL DEFAULT '0',
  `memberProfileColor0` varchar(20) NOT NULL,
  `memberProfileColor1` varchar(20) NOT NULL,
  `memberProfileColor2` varchar(20) NOT NULL,
  `memberProfileColor3` varchar(20) NOT NULL,
  `memberProfileColor4` varchar(20) NOT NULL,
  `memberProfileContactEmailPersonal` varchar(50) NOT NULL,
  `memberProfileContactEmailPublic` varchar(50) NOT NULL,
  `memberProfileContactPhonePersonal` varchar(20) NOT NULL,
  `memberProfileContactPhonePublic` varchar(20) NOT NULL,
  `memberProfileContactWebsiteFacebook` varchar(50) NOT NULL,
  `memberProfileContactWebsiteGooglePlus` varchar(50) NOT NULL,
  `memberProfileContactWebsiteInstagram` varchar(50) NOT NULL,
  `memberProfileContactWebsiteLinkedIn` varchar(50) NOT NULL,
  `memberProfileContactWebsitePersonal0` varchar(50) NOT NULL,
  `memberProfileContactWebsitePersonal1` varchar(50) NOT NULL,
  `memberProfileContactWebsitePmemberProfileInterest` varchar(50) NOT NULL,
  `memberProfileContactWebsiteTwitter` varchar(50) NOT NULL,
  `memberProfileContactWebsiteWork0` varchar(50) NOT NULL,
  `memberProfileContactWebsiteWork1` varchar(50) NOT NULL,
  `memberProfileCredential0` varchar(50) NOT NULL DEFAULT 'My Credential #1',
  `memberProfileCredential1` varchar(50) NOT NULL,
  `memberProfileCredential2` varchar(50) NOT NULL,
  `memberProfileCredential3` varchar(50) NOT NULL,
  `memberProfileCredential4` varchar(50) NOT NULL,
  `memberProfileCredential5` varchar(50) NOT NULL,
  `memberProfileCredential6` varchar(50) NOT NULL,
  `memberProfileCredential7` varchar(50) NOT NULL,
  `memberProfileCredential8` varchar(50) NOT NULL,
  `memberProfileCredential9` varchar(50) NOT NULL,
  `memberProfileDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `memberProfileDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `memberProfileGroup0` varchar(50) NOT NULL DEFAULT 'My Group #1',
  `memberProfileGroup0Website` varchar(50) NOT NULL DEFAULT 'http://www.mymemberProfileGroup.com',
  `memberProfileGroup1` varchar(50) NOT NULL,
  `memberProfileGroup1Website` varchar(50) NOT NULL,
  `memberProfileGroup2` varchar(50) NOT NULL,
  `memberProfileGroup2Website` varchar(50) NOT NULL,
  `memberProfileGroup3` varchar(50) NOT NULL,
  `memberProfileGroup3Website` varchar(50) NOT NULL,
  `memberProfileGroup4` varchar(50) NOT NULL,
  `memberProfileGroup4Website` varchar(50) NOT NULL,
  `memberProfileGroup5` varchar(50) NOT NULL,
  `memberProfileGroup5Website` varchar(50) NOT NULL,
  `memberProfileGroup6` varchar(50) NOT NULL,
  `memberProfileGroup6Website` varchar(50) NOT NULL,
  `memberProfileGroup7` varchar(50) NOT NULL,
  `memberProfileGroup7Website` varchar(50) NOT NULL,
  `memberProfileGroup8` varchar(50) NOT NULL,
  `memberProfileGroup8Website` varchar(50) NOT NULL,
  `memberProfileGroup9` varchar(50) NOT NULL,
  `memberProfileGroup9Website` varchar(50) NOT NULL,
  `memberProfileGroupsOptOut` tinyint(1) NOT NULL DEFAULT '0',
  `memberProfileHeadshotContentVersionID` int(11) NOT NULL DEFAULT '0',
  `memberProfileID` int(11) NOT NULL AUTO_INCREMENT,
  `memberProfileInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `memberProfileInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `memberProfileInterest0` varchar(50) NOT NULL DEFAULT 'My memberProfileInterest #1',
  `memberProfileInterest1` varchar(50) NOT NULL,
  `memberProfileInterest2` varchar(50) NOT NULL,
  `memberProfileInterest3` varchar(50) NOT NULL,
  `memberProfileInterest4` varchar(50) NOT NULL,
  `memberProfileInterest5` varchar(50) NOT NULL,
  `memberProfileInterest6` varchar(50) NOT NULL,
  `memberProfileInterest7` varchar(50) NOT NULL,
  `memberProfileInterest8` varchar(50) NOT NULL,
  `memberProfileInterest9` varchar(50) NOT NULL,
  `memberProfileIntroduction` varchar(500) NOT NULL,
  `memberProfileLanguage0` varchar(20) NOT NULL DEFAULT 'English',
  `memberProfileLanguage1` varchar(20) NOT NULL,
  `memberProfileLanguage2` varchar(20) NOT NULL,
  `memberProfileLanguage3` varchar(20) NOT NULL,
  `memberProfileLanguage4` varchar(20) NOT NULL,
  `memberProfileNeedsEducation` varchar(200) NOT NULL,
  `memberProfileNeedsOptOut` tinyint(1) NOT NULL DEFAULT '0',
  `memberProfileNeedsOther` varchar(200) NOT NULL,
  `memberProfileNeedsPeople` varchar(200) NOT NULL,
  `memberProfileNeedsResources` varchar(200) NOT NULL,
  `memberProfileNeedsTechnology` varchar(200) NOT NULL,
  `memberProfileSearchTerm0` varchar(50) NOT NULL,
  `memberProfileSearchTerm1` varchar(50) NOT NULL,
  `memberProfileSearchTerm2` varchar(50) NOT NULL,
  `memberProfileSearchTerm3` varchar(50) NOT NULL,
  `memberProfileSearchTerm4` varchar(50) NOT NULL,
  `memberProfileSearchTerm5` varchar(50) NOT NULL,
  `memberProfileSearchTerm6` varchar(50) NOT NULL,
  `memberProfileSearchTerm7` varchar(50) NOT NULL,
  `memberProfileSearchTerm8` varchar(50) NOT NULL,
  `memberProfileSearchTerm9` varchar(50) NOT NULL,
  `memberProfileTitle0` varchar(50) NOT NULL DEFAULT 'Title #1',
  `memberProfileTitle0Company` varchar(50) NOT NULL DEFAULT 'Company #1',
  `memberProfileTitle1` varchar(50) NOT NULL,
  `memberProfileTitle1Company` varchar(50) NOT NULL,
  `memberProfileTitle2` varchar(50) NOT NULL,
  `memberProfileTitle2Company` varchar(50) NOT NULL,
  `memberProfileTitle3` varchar(50) NOT NULL,
  `memberProfileTitle3Company` varchar(50) NOT NULL,
  `memberProfileTitle4` varchar(50) NOT NULL,
  `memberProfileTitle4Company` varchar(50) NOT NULL,
  `memberProfileTitle5` varchar(50) NOT NULL,
  `memberProfileTitle5Company` varchar(50) NOT NULL,
  `memberProfileTitle6` varchar(50) NOT NULL,
  `memberProfileTitle6Company` varchar(50) NOT NULL,
  `memberProfileTitle7` varchar(50) NOT NULL,
  `memberProfileTitle7Company` varchar(50) NOT NULL,
  `memberProfileTitle8` varchar(50) NOT NULL,
  `memberProfileTitle8Company` varchar(50) NOT NULL,
  `memberProfileTitle9` varchar(50) NOT NULL,
  `memberProfileTitle9Company` varchar(50) NOT NULL,
  `memberProfileUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `memberProfileUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `memberProfileWebAddress` varchar(100) NOT NULL,
  `memberProfileWebContent0Text` varchar(1000) NOT NULL DEFAULT 'This is what I do...',
  `memberProfileWebContent0Title` varchar(100) NOT NULL DEFAULT 'What I Do.',
  `memberProfileWebContent1Text` varchar(1000) NOT NULL DEFAULT 'This is why I do it...',
  `memberProfileWebContent1Title` varchar(100) NOT NULL DEFAULT 'Why I Do It.',
  `memberProfileWebsite0` varchar(50) NOT NULL DEFAULT 'http://www.mymemberProfileWebsite.com',
  `memberProfileWebsite0Notes` varchar(50) NOT NULL,
  `memberProfileWebsite1` varchar(50) NOT NULL,
  `memberProfileWebsite1Notes` varchar(50) NOT NULL,
  `memberProfileWebsite2` varchar(50) NOT NULL,
  `memberProfileWebsite2Notes` varchar(50) NOT NULL,
  `memberProfileWebsite3` varchar(50) NOT NULL,
  `memberProfileWebsite3Notes` varchar(50) NOT NULL,
  `memberProfileWebsite4` varchar(50) NOT NULL,
  `memberProfileWebsite4Notes` varchar(50) NOT NULL,
  `memberProfleSkill0` varchar(50) NOT NULL DEFAULT 'My memberProfleSkill #1',
  `memberProfleSkill1` varchar(50) NOT NULL,
  `memberProfleSkill2` varchar(50) NOT NULL,
  `memberProfleSkill3` varchar(50) NOT NULL,
  `memberProfleSkill4` varchar(50) NOT NULL,
  `memberProfleSkill5` varchar(50) NOT NULL,
  `memberProfleSkill6` varchar(50) NOT NULL,
  `memberProfleSkill7` varchar(50) NOT NULL,
  `memberProfleSkill8` varchar(50) NOT NULL,
  `memberProfleSkill9` varchar(50) NOT NULL,
  `membershipID` int(11) NOT NULL DEFAULT '0',
  `memberSince` date NOT NULL DEFAULT '0000-00-00',
  PRIMARY KEY (`memberProfileID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistMemberProfile`
--

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

--
-- Table structure for table `twistMessageJob`
--

DROP TABLE IF EXISTS `twistMessageJob`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistMessageJob` (
  `dataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `messageJobCode` varchar(100) NOT NULL,
  `messageJobDataSource` varchar(20) NOT NULL,
  `messageJobDetailedHistory` tinyint(1) NOT NULL DEFAULT '0',
  `messageJobFrom` varchar(100) NOT NULL,
  `messageJobID` int(11) NOT NULL AUTO_INCREMENT,
  `messageJobName` varchar(100) NOT NULL,
  `messageJobNamePublic` varchar(100) NOT NULL,
  `messageJobQueryID` int(11) NOT NULL DEFAULT '0',
  `messageJobReleaseDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `messageJobSource` varchar(8000) NOT NULL,
  `messageJobSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `messageJobSourceFileName` varchar(100) NOT NULL,
  `messageJobSourceFilePath` varchar(200) NOT NULL,
  `messageJobStatus` varchar(50) NOT NULL,
  `messageJobSubjectLine` varchar(200) NOT NULL,
  `messageJobType` varchar(50) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`messageJobID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistMessageJob`
--

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

--
-- Table structure for table `twistMessageQueue`
--

DROP TABLE IF EXISTS `twistMessageQueue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistMessageQueue` (
  `attachment01PublicationID` int(11) NOT NULL DEFAULT '0',
  `attachment02PublicationID` int(11) NOT NULL DEFAULT '0',
  `attachment03PublicationID` int(11) NOT NULL DEFAULT '0',
  `attachment04PublicationID` int(11) NOT NULL DEFAULT '0',
  `attachment05PublicationID` int(11) NOT NULL DEFAULT '0',
  `attachment06PublicationID` int(11) NOT NULL DEFAULT '0',
  `attachment07PublicationID` int(11) NOT NULL DEFAULT '0',
  `attachment08PublicationID` int(11) NOT NULL DEFAULT '0',
  `attachment09PublicationID` int(11) NOT NULL DEFAULT '0',
  `attachment10PublicationID` int(11) NOT NULL DEFAULT '0',
  `dataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `messageFromMemberID` int(11) NOT NULL DEFAULT '0',
  `messageFromName` varchar(200) NOT NULL,
  `messageJobID` int(11) NOT NULL DEFAULT '0',
  `messageQueueCode` varchar(100) NOT NULL,
  `messageQueueID` int(11) NOT NULL AUTO_INCREMENT,
  `messageQueueName` varchar(100) NOT NULL,
  `messageQueueNamePublic` varchar(100) NOT NULL,
  `messageSendEarliestDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `messageSendLatestDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `messageSource` varchar(4000) NOT NULL,
  `messageSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `messageSourceFileName` varchar(100) NOT NULL,
  `messageSourceFilePath` varchar(200) NOT NULL,
  `messageSourcePublicationID` int(11) NOT NULL DEFAULT '0',
  `messageSubject` varchar(200) NOT NULL,
  `messageToAddress` varchar(200) NOT NULL,
  `messageToGUID` varchar(50) NOT NULL,
  `messageToMemberID` int(11) NOT NULL DEFAULT '0',
  `messageToName` varchar(200) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`messageQueueID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistMessageQueue`
--

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

--
-- Table structure for table `twistOrganization`
--

DROP TABLE IF EXISTS `twistOrganization`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistOrganization` (
  `dataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `organizationAssociation` tinyint(1) NOT NULL DEFAULT '0',
  `organizationBestCity` varchar(30) NOT NULL,
  `organizationBestCountry` varchar(30) NOT NULL,
  `organizationBestEmailAddress` varchar(100) NOT NULL,
  `organizationBestFax` varchar(20) NOT NULL,
  `organizationBestPhone` varchar(20) NOT NULL,
  `organizationBestState` varchar(2) NOT NULL,
  `organizationBestStreet1` varchar(30) NOT NULL,
  `organizationBestStreet2` varchar(30) NOT NULL,
  `organizationBestWebsite` varchar(100) NOT NULL,
  `organizationBestZipPC` varchar(10) NOT NULL,
  `organizationBusiness` tinyint(1) NOT NULL DEFAULT '0',
  `organizationCode` varchar(100) NOT NULL,
  `organizationDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `organizationDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `organizationGUID` varchar(36) NOT NULL,
  `organizationID` int(11) NOT NULL AUTO_INCREMENT,
  `organizationInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `organizationInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `organizationName` varchar(100) NOT NULL,
  `organizationNamePublic` varchar(100) NOT NULL,
  `organizationOverview` varchar(500) NOT NULL,
  `organizationStatusID` int(11) NOT NULL DEFAULT '0',
  `organizationTypeID` int(11) NOT NULL DEFAULT '0',
  `organizationUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `organizationUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`organizationID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistOrganization`
--

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

--
-- Table structure for table `twistPackage`
--

DROP TABLE IF EXISTS `twistPackage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistPackage` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `packageCode` varchar(100) NOT NULL,
  `packageDatabaseName` varchar(100) NOT NULL,
  `packageDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `packageDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `packageGUID` varchar(38) NOT NULL,
  `packageID` int(11) NOT NULL AUTO_INCREMENT,
  `packageName` varchar(100) NOT NULL,
  `packageNamePublic` varchar(100) NOT NULL,
  `packageOverview` varchar(500) NOT NULL,
  `packageUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `packageUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `packageVersion` varchar(20) NOT NULL,
  PRIMARY KEY (`packageID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistPackage`
--

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

--
-- Table structure for table `twistParameter`
--

DROP TABLE IF EXISTS `twistParameter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistParameter` (
  `appSpecific` tinyint(1) NOT NULL DEFAULT '0',
  `clientCustomMetadata` tinyint(1) NOT NULL DEFAULT '0',
  `clientCustomValue` tinyint(1) NOT NULL DEFAULT '0',
  `clientDelete` tinyint(1) NOT NULL DEFAULT '0',
  `clientVisible` tinyint(1) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `isColor` tinyint(1) NOT NULL DEFAULT '0',
  `isSkin` tinyint(1) NOT NULL DEFAULT '0',
  `memberCode` varchar(100) NOT NULL,
  `memberCustomizable` tinyint(1) NOT NULL DEFAULT '0',
  `memberID` int(11) NOT NULL DEFAULT '0',
  `memberSpecific` tinyint(1) NOT NULL DEFAULT '0',
  `parameterCode` varchar(100) NOT NULL,
  `parameterID` int(11) NOT NULL AUTO_INCREMENT,
  `parameterName` varchar(100) NOT NULL,
  `parameterNamePublic` varchar(100) NOT NULL,
  `parameterOverview` varchar(500) NOT NULL,
  `parameterStatusLookupID` int(11) NOT NULL DEFAULT '0',
  `parameterTypeLookupID` int(11) NOT NULL DEFAULT '0',
  `parameterValueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `parameterValueInt` int(11) NOT NULL DEFAULT '0',
  `parameterValueTinyInt` tinyint(1) NOT NULL DEFAULT '0',
  `parameterValueType` varchar(20) NOT NULL,
  `parameterValueVarchar` varchar(500) NOT NULL,
  `roleSpecific` tinyint(1) NOT NULL DEFAULT '0',
  `skinCode` varchar(100) NOT NULL,
  `skinID` int(11) NOT NULL DEFAULT '0',
  `twistVersionID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageCode` varchar(100) NOT NULL,
  `websiteCode` varchar(100) NOT NULL,
  `websiteID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`parameterID`)
) ENGINE=MyISAM AUTO_INCREMENT=385 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistParameter`
--

LOCK TABLES `twistParameter` WRITE;
/*!40000 ALTER TABLE `twistParameter` DISABLE KEYS */;
INSERT INTO `twistParameter` VALUES (0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-06-28 01:42:58',0,0,0,'',0,0,0,'strWebsiteID',1,'Website ID','','',0,0,'0000-00-00 00:00:00',0,0,'varchar','1',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-06-28 03:04:02',0,0,0,'',0,0,0,'strHostingURL',2,'Twist! Hosting URL','Twist! Hosting URL','',0,0,'0000-00-00 00:00:00',0,0,'varchar','http://www.twistwebsite.com/',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-06-28 03:06:08',0,0,0,'',0,0,0,'strSkinBannerIconStyle',3,'Twist! Banner Icon Style','Twist Banner Icon Style','',0,0,'0000-00-00 00:00:00',0,0,'varchar','000-yellow',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-06-28 10:26:06',0,0,0,'',0,0,0,'strBannerLogoURL',4,'Banner Logo URL','Banner Logo URL','',0,0,'0000-00-00 00:00:00',0,0,'varchar','/image/brand/water-preserver-logo-white-200x50.png',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-06-30 04:58:57',0,0,0,'',0,0,0,'booBannerIconAdd',5,'Banner Icon Add','Banner Icon Add','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-07-18 10:11:17',0,0,0,'',0,0,0,'numQueryPageRows',6,'Rows Per Page Default','Rows Per Page Default','',0,0,'0000-00-00 00:00:00',0,0,'varchar','50',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-07-22 19:37:39',0,0,0,'',0,0,0,'strPersonInsertFormType',7,'Person Insert Form Type','Person Insert Form type','',0,0,'0000-00-00 00:00:00',0,0,'varchar','simple',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-08-09 21:13:36',0,0,0,'',0,0,0,'strPortalPageTitle',8,'Portal Page Title','Portal Page Title','',0,0,'0000-00-00 00:00:00',0,0,'varchar','Water Preserve Member Portal',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-08-22 19:42:41',0,0,0,'',0,0,0,'strWebsiteURL',9,'Website URL','Website URL','',0,0,'0000-00-00 00:00:00',0,0,'varchar','http://waterpreserver.twist.cloud',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-10-24 18:50:31',0,0,0,'',0,2,0,'numQueryPageRows',10,'Query Page Rows for Member #2','Query Page Rows for Member #2','',0,0,'0000-00-00 00:00:00',0,0,'varchar','100',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-11-21 01:01:42',0,0,0,'',0,0,0,'booBannerIconPublicWebsite',11,'Public Website Icon','Public Website Icon','',0,0,'0000-00-00 00:00:00',1,0,'int','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-12-18 01:25:43',0,0,0,'',0,0,0,'strLocalTwistFolder',12,'Local Twist! Folder','Local Twist! Folder','',0,0,'0000-00-00 00:00:00',0,0,'varchar','twist|',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2015-12-20 01:28:50',0,0,0,'',0,0,0,'strTwistFolderLocal',13,'Twist! Folder Local','Twist! Folder Local','',0,0,'0000-00-00 00:00:00',0,0,'varchar','twist|',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-01-20 00:42:24',0,0,0,'',0,0,0,'strTwilioAccountCode',14,'Twilio Account Code','Twilio Account Code','',0,0,'0000-00-00 00:00:00',0,0,'varchar','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-01-20 00:43:28',0,0,0,'',0,0,0,'strTwilioAuthToken',15,'Twilio Authorization Token','Twilio Authorization Token','',0,0,'0000-00-00 00:00:00',0,0,'varchar','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-01-30 06:16:39',0,0,0,'',0,0,0,'strOrganizationInsertFormType',16,'Organization Insert Form Type','Organization Insert Form Type','',0,0,'0000-00-00 00:00:00',0,0,'varchar','simple',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-02-03 03:16:05',0,0,0,'',0,0,0,'strInstallationOrganizationID',17,'Installation Organization ID','Installation Organization ID','',0,0,'0000-00-00 00:00:00',0,0,'varchar','3',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-04-22 22:35:00',0,0,0,'',0,0,0,'booTwistInitialized',24,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 17:32:08',0,0,0,'',0,0,0,'booTwistInitialized',25,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 17:41:38',0,0,0,'',0,0,0,'booTwistInitialized',26,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 18:02:58',0,0,0,'',0,0,0,'booTwistInitialized',27,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 18:02:58',0,0,0,'',0,0,0,'booTwistInitialized',28,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 18:06:08',0,0,0,'',0,0,0,'booTwistInitialized',29,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 18:09:09',0,0,0,'',0,0,0,'booTwistInitialized',30,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 20:03:13',0,0,0,'',0,0,0,'booTwistInitialized',31,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 20:27:39',0,0,0,'',0,0,0,'booTwistInitialized',32,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 20:27:39',0,0,0,'',0,0,0,'booTwistInitialized',33,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 20:37:50',0,0,0,'',0,0,0,'booTwistInitialized',34,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 21:35:34',0,0,0,'',0,0,0,'booTwistInitialized',35,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 21:35:34',0,0,0,'',0,0,0,'booTwistInitialized',36,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 21:41:31',0,0,0,'',0,0,0,'booTwistInitialized',37,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 21:41:31',0,0,0,'',0,0,0,'booTwistInitialized',38,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 21:41:32',0,0,0,'',0,0,0,'booTwistInitialized',39,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 22:16:06',0,0,0,'',0,0,0,'booTwistInitialized',40,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 22:16:06',0,0,0,'',0,0,0,'booTwistInitialized',41,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 23:57:57',0,0,0,'',0,0,0,'booTwistInitialized',42,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-15 23:57:57',0,0,0,'',0,0,0,'booTwistInitialized',43,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 00:01:06',0,0,0,'',0,0,0,'booTwistInitialized',44,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 00:36:00',0,0,0,'',0,0,0,'booTwistInitialized',45,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 01:01:26',0,0,0,'',0,0,0,'booTwistInitialized',46,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 01:01:26',0,0,0,'',0,0,0,'booTwistInitialized',47,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 03:38:28',0,0,0,'',0,0,0,'booTwistInitialized',48,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 03:38:28',0,0,0,'',0,0,0,'booTwistInitialized',49,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 03:38:28',0,0,0,'',0,0,0,'booTwistInitialized',50,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:18:13',0,0,0,'',0,0,0,'booTwistInitialized',51,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:18:16',0,0,0,'',0,0,0,'booTwistInitialized',52,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:19:33',0,0,0,'',0,0,0,'booTwistInitialized',53,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:19:34',0,0,0,'',0,0,0,'booTwistInitialized',54,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:19:45',0,0,0,'',0,0,0,'booTwistInitialized',55,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:19:46',0,0,0,'',0,0,0,'booTwistInitialized',56,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:19:46',0,0,0,'',0,0,0,'booTwistInitialized',57,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:44:55',0,0,0,'',0,0,0,'booTwistInitialized',58,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:44:55',0,0,0,'',0,0,0,'booTwistInitialized',59,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:44:57',0,0,0,'',0,0,0,'booTwistInitialized',60,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:44:58',0,0,0,'',0,0,0,'booTwistInitialized',61,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:45:41',0,0,0,'',0,0,0,'booTwistInitialized',62,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:45:41',0,0,0,'',0,0,0,'booTwistInitialized',63,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:45:47',0,0,0,'',0,0,0,'booTwistInitialized',64,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:45:47',0,0,0,'',0,0,0,'booTwistInitialized',65,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:46:29',0,0,0,'',0,0,0,'booTwistInitialized',66,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:46:29',0,0,0,'',0,0,0,'booTwistInitialized',67,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:50:45',0,0,0,'',0,0,0,'booTwistInitialized',68,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:50:46',0,0,0,'',0,0,0,'booTwistInitialized',69,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:52:16',0,0,0,'',0,0,0,'booTwistInitialized',70,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:52:16',0,0,0,'',0,0,0,'booTwistInitialized',71,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:56:07',0,0,0,'',0,0,0,'booTwistInitialized',72,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:56:07',0,0,0,'',0,0,0,'booTwistInitialized',73,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:59:27',0,0,0,'',0,0,0,'booTwistInitialized',74,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:59:28',0,0,0,'',0,0,0,'booTwistInitialized',75,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:59:35',0,0,0,'',0,0,0,'booTwistInitialized',76,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 05:59:35',0,0,0,'',0,0,0,'booTwistInitialized',77,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:00:38',0,0,0,'',0,0,0,'booTwistInitialized',78,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:00:38',0,0,0,'',0,0,0,'booTwistInitialized',79,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:02:07',0,0,0,'',0,0,0,'booTwistInitialized',80,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:03:04',0,0,0,'',0,0,0,'booTwistInitialized',81,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:03:04',0,0,0,'',0,0,0,'booTwistInitialized',82,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:03:16',0,0,0,'',0,0,0,'booTwistInitialized',83,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:03:16',0,0,0,'',0,0,0,'booTwistInitialized',84,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:03:16',0,0,0,'',0,0,0,'booTwistInitialized',85,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:03:33',0,0,0,'',0,0,0,'booTwistInitialized',86,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:03:33',0,0,0,'',0,0,0,'booTwistInitialized',87,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:04:01',0,0,0,'',0,0,0,'booTwistInitialized',88,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:04:01',0,0,0,'',0,0,0,'booTwistInitialized',89,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:04:21',0,0,0,'',0,0,0,'booTwistInitialized',90,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:04:21',0,0,0,'',0,0,0,'booTwistInitialized',91,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:04:36',0,0,0,'',0,0,0,'booTwistInitialized',92,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:04:36',0,0,0,'',0,0,0,'booTwistInitialized',93,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:05:11',0,0,0,'',0,0,0,'booTwistInitialized',94,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:05:11',0,0,0,'',0,0,0,'booTwistInitialized',95,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:05:35',0,0,0,'',0,0,0,'booTwistInitialized',96,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:05:35',0,0,0,'',0,0,0,'booTwistInitialized',97,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:06:31',0,0,0,'',0,0,0,'booTwistInitialized',98,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:06:31',0,0,0,'',0,0,0,'booTwistInitialized',99,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:06:35',0,0,0,'',0,0,0,'booTwistInitialized',100,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:06:35',0,0,0,'',0,0,0,'booTwistInitialized',101,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:07:15',0,0,0,'',0,0,0,'booTwistInitialized',102,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:07:15',0,0,0,'',0,0,0,'booTwistInitialized',103,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:07:41',0,0,0,'',0,0,0,'booTwistInitialized',104,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:07:41',0,0,0,'',0,0,0,'booTwistInitialized',105,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:08:17',0,0,0,'',0,0,0,'booTwistInitialized',106,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:08:20',0,0,0,'',0,0,0,'booTwistInitialized',107,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:08:20',0,0,0,'',0,0,0,'booTwistInitialized',108,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:09:04',0,0,0,'',0,0,0,'booTwistInitialized',109,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:09:04',0,0,0,'',0,0,0,'booTwistInitialized',110,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:11:22',0,0,0,'',0,0,0,'booTwistInitialized',111,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:11:23',0,0,0,'',0,0,0,'booTwistInitialized',112,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:16:03',0,0,0,'',0,0,0,'booTwistInitialized',113,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:16:03',0,0,0,'',0,0,0,'booTwistInitialized',114,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:16:11',0,0,0,'',0,0,0,'booTwistInitialized',115,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:16:12',0,0,0,'',0,0,0,'booTwistInitialized',116,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:17:28',0,0,0,'',0,0,0,'booTwistInitialized',117,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:17:28',0,0,0,'',0,0,0,'booTwistInitialized',118,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:17:31',0,0,0,'',0,0,0,'booTwistInitialized',119,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:17:32',0,0,0,'',0,0,0,'booTwistInitialized',120,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:18:05',0,0,0,'',0,0,0,'booTwistInitialized',121,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:18:05',0,0,0,'',0,0,0,'booTwistInitialized',122,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:20:54',0,0,0,'',0,0,0,'booTwistInitialized',123,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:20:54',0,0,0,'',0,0,0,'booTwistInitialized',124,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:21:07',0,0,0,'',0,0,0,'booTwistInitialized',125,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:21:08',0,0,0,'',0,0,0,'booTwistInitialized',126,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:21:30',0,0,0,'',0,0,0,'booTwistInitialized',127,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:21:30',0,0,0,'',0,0,0,'booTwistInitialized',128,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:29:22',0,0,0,'',0,0,0,'booTwistInitialized',129,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:29:22',0,0,0,'',0,0,0,'booTwistInitialized',130,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:29:31',0,0,0,'',0,0,0,'booTwistInitialized',131,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:29:31',0,0,0,'',0,0,0,'booTwistInitialized',132,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:30:58',0,0,0,'',0,0,0,'booTwistInitialized',133,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:30:59',0,0,0,'',0,0,0,'booTwistInitialized',134,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:31:08',0,0,0,'',0,0,0,'booTwistInitialized',135,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:31:08',0,0,0,'',0,0,0,'booTwistInitialized',136,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:32:29',0,0,0,'',0,0,0,'booTwistInitialized',137,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:32:30',0,0,0,'',0,0,0,'booTwistInitialized',138,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:33:35',0,0,0,'',0,0,0,'booTwistInitialized',139,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:33:35',0,0,0,'',0,0,0,'booTwistInitialized',140,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:33:59',0,0,0,'',0,0,0,'booTwistInitialized',141,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:33:59',0,0,0,'',0,0,0,'booTwistInitialized',142,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:34:48',0,0,0,'',0,0,0,'booTwistInitialized',143,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:34:48',0,0,0,'',0,0,0,'booTwistInitialized',144,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:35:09',0,0,0,'',0,0,0,'booTwistInitialized',145,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:35:09',0,0,0,'',0,0,0,'booTwistInitialized',146,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:35:35',0,0,0,'',0,0,0,'booTwistInitialized',147,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:35:36',0,0,0,'',0,0,0,'booTwistInitialized',148,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:35:51',0,0,0,'',0,0,0,'booTwistInitialized',149,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:35:51',0,0,0,'',0,0,0,'booTwistInitialized',150,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:36:19',0,0,0,'',0,0,0,'booTwistInitialized',151,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:36:19',0,0,0,'',0,0,0,'booTwistInitialized',152,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:38:10',0,0,0,'',0,0,0,'booTwistInitialized',153,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:38:11',0,0,0,'',0,0,0,'booTwistInitialized',154,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:51:39',0,0,0,'',0,0,0,'booTwistInitialized',155,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:51:39',0,0,0,'',0,0,0,'booTwistInitialized',156,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:52:30',0,0,0,'',0,0,0,'booTwistInitialized',157,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:52:30',0,0,0,'',0,0,0,'booTwistInitialized',158,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:56:22',0,0,0,'',0,0,0,'booTwistInitialized',159,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 06:56:22',0,0,0,'',0,0,0,'booTwistInitialized',160,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:02:15',0,0,0,'',0,0,0,'booTwistInitialized',161,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:02:15',0,0,0,'',0,0,0,'booTwistInitialized',162,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:03:53',0,0,0,'',0,0,0,'booTwistInitialized',163,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:03:53',0,0,0,'',0,0,0,'booTwistInitialized',164,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:04:14',0,0,0,'',0,0,0,'booTwistInitialized',165,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:04:14',0,0,0,'',0,0,0,'booTwistInitialized',166,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:04:16',0,0,0,'',0,0,0,'booTwistInitialized',167,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:04:16',0,0,0,'',0,0,0,'booTwistInitialized',168,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:04:27',0,0,0,'',0,0,0,'booTwistInitialized',169,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:04:28',0,0,0,'',0,0,0,'booTwistInitialized',170,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:05:03',0,0,0,'',0,0,0,'booTwistInitialized',171,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:05:03',0,0,0,'',0,0,0,'booTwistInitialized',172,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:05:33',0,0,0,'',0,0,0,'booTwistInitialized',173,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:05:33',0,0,0,'',0,0,0,'booTwistInitialized',174,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:05:41',0,0,0,'',0,0,0,'booTwistInitialized',175,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:05:41',0,0,0,'',0,0,0,'booTwistInitialized',176,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:28:47',0,0,0,'',0,0,0,'booTwistInitialized',177,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:28:47',0,0,0,'',0,0,0,'booTwistInitialized',178,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:28:47',0,0,0,'',0,0,0,'booTwistInitialized',179,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:28:48',0,0,0,'',0,0,0,'booTwistInitialized',180,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:35:07',0,0,0,'',0,0,0,'booTwistInitialized',181,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:35:08',0,0,0,'',0,0,0,'booTwistInitialized',182,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:49:08',0,0,0,'',0,0,0,'booTwistInitialized',183,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 07:49:08',0,0,0,'',0,0,0,'booTwistInitialized',184,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 08:04:59',0,0,0,'',0,0,0,'booTwistInitialized',185,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 08:04:59',0,0,0,'',0,0,0,'booTwistInitialized',186,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 09:34:42',0,0,0,'',0,0,0,'booTwistInitialized',187,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 09:40:05',0,0,0,'',0,0,0,'booTwistInitialized',188,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 09:40:06',0,0,0,'',0,0,0,'booTwistInitialized',189,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 09:40:07',0,0,0,'',0,0,0,'booTwistInitialized',190,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 09:40:10',0,0,0,'',0,0,0,'booTwistInitialized',191,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:19:55',0,0,0,'',0,0,0,'booTwistInitialized',192,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:19:56',0,0,0,'',0,0,0,'booTwistInitialized',193,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:20:02',0,0,0,'',0,0,0,'booTwistInitialized',194,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:26:16',0,0,0,'',0,0,0,'booTwistInitialized',195,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:26:59',0,0,0,'',0,0,0,'booTwistInitialized',196,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:26:59',0,0,0,'',0,0,0,'booTwistInitialized',197,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:29:50',0,0,0,'',0,0,0,'booTwistInitialized',198,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:31:33',0,0,0,'',0,0,0,'booTwistInitialized',199,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:31:33',0,0,0,'',0,0,0,'booTwistInitialized',200,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:31:54',0,0,0,'',0,0,0,'booTwistInitialized',201,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:31:54',0,0,0,'',0,0,0,'booTwistInitialized',202,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:34:43',0,0,0,'',0,0,0,'booTwistInitialized',203,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:34:43',0,0,0,'',0,0,0,'booTwistInitialized',204,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:35:11',0,0,0,'',0,0,0,'booTwistInitialized',205,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:35:11',0,0,0,'',0,0,0,'booTwistInitialized',206,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:38:15',0,0,0,'',0,0,0,'booTwistInitialized',207,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:38:15',0,0,0,'',0,0,0,'booTwistInitialized',208,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:38:27',0,0,0,'',0,0,0,'booTwistInitialized',209,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:38:27',0,0,0,'',0,0,0,'booTwistInitialized',210,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:39:44',0,0,0,'',0,0,0,'booTwistInitialized',211,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:39:44',0,0,0,'',0,0,0,'booTwistInitialized',212,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:40:31',0,0,0,'',0,0,0,'booTwistInitialized',213,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:40:32',0,0,0,'',0,0,0,'booTwistInitialized',214,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:41:28',0,0,0,'',0,0,0,'booTwistInitialized',215,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:41:28',0,0,0,'',0,0,0,'booTwistInitialized',216,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:41:53',0,0,0,'',0,0,0,'booTwistInitialized',217,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:41:53',0,0,0,'',0,0,0,'booTwistInitialized',218,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:45:13',0,0,0,'',0,0,0,'booTwistInitialized',219,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:45:13',0,0,0,'',0,0,0,'booTwistInitialized',220,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:45:59',0,0,0,'',0,0,0,'booTwistInitialized',221,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:45:59',0,0,0,'',0,0,0,'booTwistInitialized',222,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:46:36',0,0,0,'',0,0,0,'booTwistInitialized',223,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:46:37',0,0,0,'',0,0,0,'booTwistInitialized',224,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:50:06',0,0,0,'',0,0,0,'booTwistInitialized',225,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 13:50:08',0,0,0,'',0,0,0,'booTwistInitialized',226,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:00:36',0,0,0,'',0,0,0,'booTwistInitialized',227,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:00:36',0,0,0,'',0,0,0,'booTwistInitialized',228,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:00:59',0,0,0,'',0,0,0,'booTwistInitialized',229,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:01:00',0,0,0,'',0,0,0,'booTwistInitialized',230,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:02:09',0,0,0,'',0,0,0,'booTwistInitialized',231,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:02:10',0,0,0,'',0,0,0,'booTwistInitialized',232,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:02:38',0,0,0,'',0,0,0,'booTwistInitialized',233,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:02:38',0,0,0,'',0,0,0,'booTwistInitialized',234,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:04:23',0,0,0,'',0,0,0,'booTwistInitialized',235,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:04:25',0,0,0,'',0,0,0,'booTwistInitialized',236,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:05:13',0,0,0,'',0,0,0,'booTwistInitialized',237,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:05:15',0,0,0,'',0,0,0,'booTwistInitialized',238,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:08:37',0,0,0,'',0,0,0,'booTwistInitialized',239,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:08:37',0,0,0,'',0,0,0,'booTwistInitialized',240,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:08:55',0,0,0,'',0,0,0,'booTwistInitialized',241,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:08:56',0,0,0,'',0,0,0,'booTwistInitialized',242,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:10:12',0,0,0,'',0,0,0,'booTwistInitialized',243,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:10:12',0,0,0,'',0,0,0,'booTwistInitialized',244,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:10:28',0,0,0,'',0,0,0,'booTwistInitialized',245,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:10:29',0,0,0,'',0,0,0,'booTwistInitialized',246,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:11:06',0,0,0,'',0,0,0,'booTwistInitialized',247,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:11:08',0,0,0,'',0,0,0,'booTwistInitialized',248,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:11:11',0,0,0,'',0,0,0,'booTwistInitialized',249,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:11:11',0,0,0,'',0,0,0,'booTwistInitialized',250,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:11:33',0,0,0,'',0,0,0,'booTwistInitialized',251,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:11:33',0,0,0,'',0,0,0,'booTwistInitialized',252,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:11:50',0,0,0,'',0,0,0,'booTwistInitialized',253,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:11:50',0,0,0,'',0,0,0,'booTwistInitialized',254,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:12:08',0,0,0,'',0,0,0,'booTwistInitialized',255,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:12:09',0,0,0,'',0,0,0,'booTwistInitialized',256,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:12:48',0,0,0,'',0,0,0,'booTwistInitialized',257,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:12:48',0,0,0,'',0,0,0,'booTwistInitialized',258,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:13:19',0,0,0,'',0,0,0,'booTwistInitialized',259,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:13:21',0,0,0,'',0,0,0,'booTwistInitialized',260,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:16:35',0,0,0,'',0,0,0,'booTwistInitialized',261,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:16:35',0,0,0,'',0,0,0,'booTwistInitialized',262,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:16:35',0,0,0,'',0,0,0,'booTwistInitialized',263,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:46:46',0,0,0,'',0,0,0,'booTwistInitialized',264,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:46:47',0,0,0,'',0,0,0,'booTwistInitialized',265,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:57:08',0,0,0,'',0,0,0,'booTwistInitialized',266,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 14:57:09',0,0,0,'',0,0,0,'booTwistInitialized',267,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:00:40',0,0,0,'',0,0,0,'booTwistInitialized',268,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:00:54',0,0,0,'',0,0,0,'booTwistInitialized',269,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:01:06',0,0,0,'',0,0,0,'booTwistInitialized',270,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:04:31',0,0,0,'',0,0,0,'booTwistInitialized',271,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:05:21',0,0,0,'',0,0,0,'booTwistInitialized',272,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:05:52',0,0,0,'',0,0,0,'booTwistInitialized',273,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:06:19',0,0,0,'',0,0,0,'booTwistInitialized',274,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:12:41',0,0,0,'',0,0,0,'booTwistInitialized',275,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:13:53',0,0,0,'',0,0,0,'booTwistInitialized',276,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:17:53',0,0,0,'',0,0,0,'booTwistInitialized',277,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-16 15:18:10',0,0,0,'',0,0,0,'booTwistInitialized',278,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:32',0,0,0,'',0,0,0,'booTwistInitialized',279,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:33',0,0,0,'',0,0,0,'booTwistInitialized',280,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:33',0,0,0,'',0,0,0,'booTwistInitialized',281,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:33',0,0,0,'',0,0,0,'booTwistInitialized',282,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:33',0,0,0,'',0,0,0,'booTwistInitialized',283,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:33',0,0,0,'',0,0,0,'booTwistInitialized',284,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:33',0,0,0,'',0,0,0,'booTwistInitialized',285,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:33',0,0,0,'',0,0,0,'booTwistInitialized',286,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:35',0,0,0,'',0,0,0,'booTwistInitialized',287,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:36',0,0,0,'',0,0,0,'booTwistInitialized',288,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:37',0,0,0,'',0,0,0,'booTwistInitialized',289,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:37',0,0,0,'',0,0,0,'booTwistInitialized',290,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:37',0,0,0,'',0,0,0,'booTwistInitialized',291,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:37',0,0,0,'',0,0,0,'booTwistInitialized',292,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:37',0,0,0,'',0,0,0,'booTwistInitialized',293,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:37',0,0,0,'',0,0,0,'booTwistInitialized',294,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:15:37',0,0,0,'',0,0,0,'booTwistInitialized',295,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 14:35:55',0,0,0,'',0,0,0,'booTwistInitialized',296,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:01:48',0,0,0,'',0,0,0,'booTwistInitialized',297,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:05:46',0,0,0,'',0,0,0,'booTwistInitialized',298,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:05:50',0,0,0,'',0,0,0,'booTwistInitialized',299,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:55:29',0,0,0,'',0,0,0,'booTwistInitialized',300,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:56:17',0,0,0,'',0,0,0,'booTwistInitialized',301,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:56:17',0,0,0,'',0,0,0,'booTwistInitialized',302,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:56:17',0,0,0,'',0,0,0,'booTwistInitialized',303,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:56:28',0,0,0,'',0,0,0,'booTwistInitialized',304,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:56:29',0,0,0,'',0,0,0,'booTwistInitialized',305,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:56:53',0,0,0,'',0,0,0,'booTwistInitialized',306,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:56:53',0,0,0,'',0,0,0,'booTwistInitialized',307,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:57:03',0,0,0,'',0,0,0,'booTwistInitialized',308,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:57:04',0,0,0,'',0,0,0,'booTwistInitialized',309,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:57:15',0,0,0,'',0,0,0,'booTwistInitialized',310,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:57:15',0,0,0,'',0,0,0,'booTwistInitialized',311,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:57:29',0,0,0,'',0,0,0,'booTwistInitialized',312,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:57:29',0,0,0,'',0,0,0,'booTwistInitialized',313,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:57:44',0,0,0,'',0,0,0,'booTwistInitialized',314,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:58:46',0,0,0,'',0,0,0,'booTwistInitialized',315,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 15:59:41',0,0,0,'',0,0,0,'booTwistInitialized',316,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 16:00:53',0,0,0,'',0,0,0,'booTwistInitialized',317,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 16:02:52',0,0,0,'',0,0,0,'booTwistInitialized',318,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 16:03:46',0,0,0,'',0,0,0,'booTwistInitialized',319,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 18:48:04',0,0,0,'',0,0,0,'booTwistInitialized',320,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 19:56:39',0,0,0,'',0,0,0,'booTwistInitialized',321,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 19:56:40',0,0,0,'',0,0,0,'booTwistInitialized',322,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 19:56:40',0,0,0,'',0,0,0,'booTwistInitialized',323,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 20:02:50',0,0,0,'',0,0,0,'booTwistInitialized',324,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 20:08:29',0,0,0,'',0,0,0,'booTwistInitialized',325,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 20:08:30',0,0,0,'',0,0,0,'booTwistInitialized',326,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 20:08:40',0,0,0,'',0,0,0,'booTwistInitialized',327,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-18 20:08:40',0,0,0,'',0,0,0,'booTwistInitialized',328,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-21 23:06:38',0,0,0,'',0,0,0,'booTwistInitialized',329,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-21 23:06:39',0,0,0,'',0,0,0,'booTwistInitialized',330,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,'',0,0,0,'booTwistInitialized',331,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-21 23:06:53',0,0,0,'',0,0,0,'booTwistInitialized',332,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-21 23:06:56',0,0,0,'',0,0,0,'booTwistInitialized',333,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-21 23:06:57',0,0,0,'',0,0,0,'booTwistInitialized',334,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 14:30:32',0,0,0,'',0,0,0,'booTwistInitialized',335,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:23:24',0,0,0,'',0,0,0,'booTwistInitialized',336,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:10',0,0,0,'',0,0,0,'booTwistInitialized',337,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:12',0,0,0,'',0,0,0,'booTwistInitialized',338,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:20',0,0,0,'',0,0,0,'booTwistInitialized',339,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:24',0,0,0,'',0,0,0,'booTwistInitialized',340,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:33',0,0,0,'',0,0,0,'booTwistInitialized',341,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:34',0,0,0,'',0,0,0,'booTwistInitialized',342,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:35',0,0,0,'',0,0,0,'booTwistInitialized',343,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:35',0,0,0,'',0,0,0,'booTwistInitialized',344,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:35',0,0,0,'',0,0,0,'booTwistInitialized',345,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:35',0,0,0,'',0,0,0,'booTwistInitialized',346,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:35',0,0,0,'',0,0,0,'booTwistInitialized',347,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:36',0,0,0,'',0,0,0,'booTwistInitialized',348,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:36',0,0,0,'',0,0,0,'booTwistInitialized',349,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:36',0,0,0,'',0,0,0,'booTwistInitialized',350,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:36',0,0,0,'',0,0,0,'booTwistInitialized',351,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:36',0,0,0,'',0,0,0,'booTwistInitialized',352,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:37:36',0,0,0,'',0,0,0,'booTwistInitialized',353,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:48:56',0,0,0,'',0,0,0,'booTwistInitialized',354,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:48:57',0,0,0,'',0,0,0,'booTwistInitialized',355,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:48:58',0,0,0,'',0,0,0,'booTwistInitialized',356,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:49:00',0,0,0,'',0,0,0,'booTwistInitialized',357,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:49:17',0,0,0,'',0,0,0,'booTwistInitialized',358,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:49:55',0,0,0,'',0,0,0,'booTwistInitialized',359,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 15:56:02',0,0,0,'',0,0,0,'booTwistInitialized',360,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:04:47',0,0,0,'',0,0,0,'booTwistInitialized',361,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:04:49',0,0,0,'',0,0,0,'booTwistInitialized',362,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:04:51',0,0,0,'',0,0,0,'booTwistInitialized',363,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:05:00',0,0,0,'',0,0,0,'booTwistInitialized',364,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:15:06',0,0,0,'',0,0,0,'booTwistInitialized',365,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:15:08',0,0,0,'',0,0,0,'booTwistInitialized',366,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:15:16',0,0,0,'',0,0,0,'booTwistInitialized',367,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:16:33',0,0,0,'',0,0,0,'booTwistInitialized',368,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:16:42',0,0,0,'',0,0,0,'booTwistInitialized',369,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:18:38',0,0,0,'',0,0,0,'booTwistInitialized',370,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:18:46',0,0,0,'',0,0,0,'booTwistInitialized',371,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:19:20',0,0,0,'',0,0,0,'booTwistInitialized',372,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:19:30',0,0,0,'',0,0,0,'booTwistInitialized',373,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:19:56',0,0,0,'',0,0,0,'booTwistInitialized',374,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:21:08',0,0,0,'',0,0,0,'booTwistInitialized',375,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:21:14',0,0,0,'',0,0,0,'booTwistInitialized',376,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:21:46',0,0,0,'',0,0,0,'booTwistInitialized',377,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:21:48',0,0,0,'',0,0,0,'booTwistInitialized',378,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:24:04',0,0,0,'',0,0,0,'booTwistInitialized',379,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:24:32',0,0,0,'',0,0,0,'booTwistInitialized',380,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:25:43',0,0,0,'',0,0,0,'booTwistInitialized',381,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:25:49',0,0,0,'',0,0,0,'booTwistInitialized',382,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:26:13',0,0,0,'',0,0,0,'booTwistInitialized',383,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0),(0,0,0,0,0,'0000-00-00 00:00:00',0,'2016-07-22 16:29:38',0,0,0,'',0,0,0,'booTwistInitialized',384,'Twist! Initialized','Twist! Initialized','',0,0,'0000-00-00 00:00:00',0,1,'tinyint','',0,'',0,0,'0000-00-00 00:00:00',0,'','',0);
/*!40000 ALTER TABLE `twistParameter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistPermission`
--

DROP TABLE IF EXISTS `twistPermission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistPermission` (
  `appID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `menuDataManagerAction` tinyint(1) NOT NULL DEFAULT '0',
  `menuInsert` tinyint(1) NOT NULL DEFAULT '0',
  `menuMultiRow` tinyint(1) NOT NULL DEFAULT '0',
  `permissionCode` varchar(100) NOT NULL,
  `permissionCustom` tinyint(1) NOT NULL DEFAULT '0',
  `permissionID` int(11) NOT NULL AUTO_INCREMENT,
  `permissionName` varchar(100) NOT NULL,
  `permissionNamePublic` varchar(100) NOT NULL,
  `permissionOverview` varchar(1000) NOT NULL,
  `permissionStatus` varchar(100) NOT NULL,
  `permissionType` varchar(100) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`permissionID`)
) ENGINE=MyISAM AUTO_INCREMENT=994 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistPermission`
--

LOCK TABLES `twistPermission` WRITE;
/*!40000 ALTER TABLE `twistPermission` DISABLE KEYS */;
INSERT INTO `twistPermission` VALUES (0,'0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,0,0,0,'updateCurrentApp',0,1,'Twist! Update Current App','Twist! Update Current App','','active','security','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,0,0,0,'updateCurrentDataManager',0,2,'Twist! Update Current Data Manager','Twist! Update Current Data Manager','','active','system','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,0,0,0,'updateCurrentDataManagerOption',0,3,'Twist! Update Current Data Manager Option','Twist! Update Current Data Manager Option','','active','system','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,0,0,0,'updateCurrentQuery',0,4,'Twist! Update Current Query','Twist! Update Current Query','','active','system','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,0,0,0,'updateCurrentQueryView',0,5,'Twist! Update Current Query View','Twist! Update Current Query View','','active','system','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 03:24:11',0,0,0,0,'updateCurrentRole',0,6,'Twist! Update Current Role','Twist! Update Current Role','','active','security','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2015-07-18 09:45:50',0,0,0,0,'insertApp',0,7,'Insert App','Insert App','','active','insert','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'analyzeApp',0,8,'Analyze Apps','Analyze Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'bookmarkApp',0,9,'Bookmark Apps','Bookmark Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'callApp',0,10,'Call Apps','Call Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'cloneApp',0,11,'Clone Apps','Clone Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'2015-10-24 07:58:32',2,'2015-07-18 10:05:19',0,0,0,0,'deleteApp',0,12,'Delete Apps','Delete Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'exportApp',0,13,'Export Apps','Export Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'importApp',0,14,'Import Apps','Import Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'insertApp',0,15,'Insert Apps','Insert Apps','','active','insert','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'massUpdateApp',0,16,'MassUpdate Apps','MassUpdate Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'mergeApp',0,17,'Merge Apps','Merge Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'purgeApp',0,18,'Purge Apps','Purge Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'tagApp',0,19,'Tag Apps','Tag Apps','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2015-07-18 10:05:19',0,0,0,0,'workflowApp',0,20,'Workflow Apps','Workflow Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'analyzeApp',0,21,'Analyze Apps','Analyze Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'bookmarkApp',0,22,'Bookmark Apps','Bookmark Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'callApp',0,23,'Call Apps','Call Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'cloneApp',0,24,'Clone Apps','Clone Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'deleteApp',0,25,'Delete Apps','Delete Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'exportApp',0,26,'Export Apps','Export Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'importApp',0,27,'Import Apps','Import Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'insertApp',0,28,'Insert Apps','Insert Apps','','active','insert','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'massUpdateApp',0,29,'MassUpdate Apps','MassUpdate Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'mergeApp',0,30,'Merge Apps','Merge Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'purgeApp',0,31,'Purge Apps','Purge Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'tagApp',0,32,'Tag Apps','Tag Apps','','active','multiRow','0000-00-00 00:00:00',0),(4,'0000-00-00 00:00:00',0,'2015-07-18 10:23:27',0,0,0,0,'workflowApp',0,33,'Workflow Apps','Workflow Apps','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'analyzeRole',0,34,'Analyze Roles','Analyze Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'bookmarkRole',0,35,'Bookmark Roles','Bookmark Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'callRole',0,36,'Call Roles','Call Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'cloneRole',0,37,'Clone Roles','Clone Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'deleteRole',0,38,'Delete Roles','Delete Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'exportRole',0,39,'Export Roles','Export Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'importRole',0,40,'Import Roles','Import Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'insertRole',0,41,'Insert Roles','Insert Roles','','active','insert','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'massUpdateRole',0,42,'MassUpdate Roles','MassUpdate Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'mergeRole',0,43,'Merge Roles','Merge Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'purgeRole',0,44,'Purge Roles','Purge Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:54',0,0,0,0,'tagRole',0,45,'Tag Roles','Tag Roles','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2015-07-18 10:32:55',0,0,0,0,'workflowRole',0,46,'Workflow Roles','Workflow Roles','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'analyzePerson',0,47,'Analyze People','Analyze People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'bookmarkPerson',0,48,'Bookmark People','Bookmark People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'callPerson',0,49,'Call People','Call People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'clonePerson',0,50,'Clone People','Clone People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'deletePerson',0,51,'Delete People','Delete People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'exportPerson',0,52,'Export People','Export People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'importPerson',0,53,'Import People','Import People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'insertPerson',0,54,'Insert People','Insert People','','active','insert','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'massUpdatePerson',0,55,'MassUpdate People','MassUpdate People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'messagePerson',0,56,'Message People','Message People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'mergePerson',0,57,'Merge People','Merge People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'purgePerson',0,58,'Purge People','Purge People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'tagPerson',0,59,'Tag People','Tag People','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-07-18 10:44:49',0,0,0,0,'workflowPerson',0,60,'Workflow People','Workflow People','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'exportAddress',0,631,'Export Addresses','Export Addresses','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'deleteAddress',0,630,'Delete Addresses','Delete Addresses','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'cloneAddress',0,629,'Clone Addresses','Clone Addresses','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'callAddress',0,628,'Call Addresses','Call Addresses','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'bookmarkAddress',0,627,'Bookmark Addresses','Bookmark Addresses','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'analyzeAddress',0,626,'Analyze Addresses','Analyze Addresses','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'workflowPing',0,625,'Workflow Pings','Workflow Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'tagPing',0,624,'Tag Pings','Tag Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'purgePing',0,623,'Purge Pings','Purge Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'mergePing',0,622,'Merge Pings','Merge Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'massUpdatePing',0,621,'MassUpdate Pings','MassUpdate Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'insertPing',0,620,'Insert Pings','Insert Pings','','active','insert','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'importPing',0,619,'Import Pings','Import Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'exportPing',0,618,'Export Pings','Export Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'deletePing',0,617,'Delete Pings','Delete Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'clonePing',0,616,'Clone Pings','Clone Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'callPing',0,615,'Call Pings','Call Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'bookmarkPing',0,614,'Bookmark Pings','Bookmark Pings','','active','multiRow','0000-00-00 00:00:00',0),(51,'0000-00-00 00:00:00',0,'2015-11-05 03:03:00',0,0,0,0,'analyzePing',0,613,'Analyze Pings','Analyze Pings','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'workflowMessage',0,612,'Workflow Messages','Workflow Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'tagMessage',0,611,'Tag Messages','Tag Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'purgeMessage',0,610,'Purge Messages','Purge Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'mergeMessage',0,609,'Merge Messages','Merge Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'massUpdateMessage',0,608,'MassUpdate Messages','MassUpdate Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'insertMessage',0,607,'Insert Messages','Insert Messages','','active','insert','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'importMessage',0,606,'Import Messages','Import Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'exportMessage',0,605,'Export Messages','Export Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'deleteMessage',0,604,'Delete Messages','Delete Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'cloneMessage',0,603,'Clone Messages','Clone Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'callMessage',0,602,'Call Messages','Call Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'bookmarkMessage',0,601,'Bookmark Messages','Bookmark Messages','','active','multiRow','0000-00-00 00:00:00',0),(50,'0000-00-00 00:00:00',0,'2015-11-05 02:28:00',0,0,0,0,'analyzeMessage',0,600,'Analyze Messages','Analyze Messages','','active','multiRow','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-08-15 19:30:56',0,0,0,0,'memberPasswordReset',0,100,'Member Password Reset','Member Password Reset','','active','security','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'analyzeQuery',0,101,'Analyze Queries','Analyze Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'bookmarkQuery',0,102,'Bookmark Queries','Bookmark Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'callQuery',0,103,'Call Queries','Call Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'cloneQuery',0,104,'Clone Queries','Clone Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'deleteQuery',0,105,'Delete Queries','Delete Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'exportQuery',0,106,'Export Queries','Export Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'importQuery',0,107,'Import Queries','Import Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'insertQuery',0,108,'Insert Queries','Insert Queries','','active','insert','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'massUpdateQuery',0,109,'MassUpdate Queries','MassUpdate Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'mergeQuery',0,110,'Merge Queries','Merge Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'purgeQuery',0,111,'Purge Queries','Purge Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'tagQuery',0,112,'Tag Queries','Tag Queries','','active','multiRow','0000-00-00 00:00:00',0),(11,'0000-00-00 00:00:00',0,'2015-08-16 19:04:49',0,0,0,0,'workflowQuery',0,113,'Workflow Queries','Workflow Queries','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2015-08-16 22:26:43',0,1,0,0,'personIntroduction',0,114,'Person Introduction','Person Introduction','','active','','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'analyzeRole',0,115,'Analyze Roles','Analyze Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'bookmarkRole',0,116,'Bookmark Roles','Bookmark Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'callRole',0,117,'Call Roles','Call Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'cloneRole',0,118,'Clone Roles','Clone Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'deleteRole',0,119,'Delete Roles','Delete Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'exportRole',0,120,'Export Roles','Export Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'importRole',0,121,'Import Roles','Import Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'insertRole',0,122,'Insert Roles','Insert Roles','','active','insert','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'massUpdateRole',0,123,'MassUpdate Roles','MassUpdate Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'mergeRole',0,124,'Merge Roles','Merge Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'purgeRole',0,125,'Purge Roles','Purge Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'tagRole',0,126,'Tag Roles','Tag Roles','','active','multiRow','0000-00-00 00:00:00',0),(12,'0000-00-00 00:00:00',0,'2015-08-17 22:35:35',0,0,0,0,'workflowRole',0,127,'Workflow Roles','Workflow Roles','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'analyzeIntroduction',0,128,'Analyze Introductions','Analyze Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'bookmarkIntroduction',0,129,'Bookmark Introductions','Bookmark Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'callIntroduction',0,130,'Call Introductions','Call Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'cloneIntroduction',0,131,'Clone Introductions','Clone Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'2015-10-24 07:58:52',2,'2015-08-22 23:52:16',0,0,0,0,'deleteIntroduction',0,132,'Delete Introductions','Delete Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'exportIntroduction',0,133,'Export Introductions','Export Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'importIntroduction',0,134,'Import Introductions','Import Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'insertIntroduction',0,135,'Insert Introductions','Insert Introductions','','active','insert','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'massUpdateIntroduction',0,136,'MassUpdate Introductions','MassUpdate Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'mergeIntroduction',0,137,'Merge Introductions','Merge Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'purgeIntroduction',0,138,'Purge Introductions','Purge Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'tagIntroduction',0,139,'Tag Introductions','Tag Introductions','','active','multiRow','0000-00-00 00:00:00',0),(13,'0000-00-00 00:00:00',0,'2015-08-22 23:52:16',0,0,0,0,'workflowIntroduction',0,140,'Workflow Introductions','Workflow Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'analyzeIntroduction',0,141,'Analyze Introductions','Analyze Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'bookmarkIntroduction',0,142,'Bookmark Introductions','Bookmark Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'callIntroduction',0,143,'Call Introductions','Call Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'cloneIntroduction',0,144,'Clone Introductions','Clone Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'2015-10-24 07:59:30',2,'2015-09-05 04:56:37',0,0,0,0,'deleteIntroduction',0,145,'Delete Introductions','Delete Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'exportIntroduction',0,146,'Export Introductions','Export Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'importIntroduction',0,147,'Import Introductions','Import Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'insertIntroduction',0,148,'Insert Introductions','Insert Introductions','','active','insert','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'massUpdateIntroduction',0,149,'MassUpdate Introductions','MassUpdate Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'mergeIntroduction',0,150,'Merge Introductions','Merge Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'purgeIntroduction',0,151,'Purge Introductions','Purge Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'tagIntroduction',0,152,'Tag Introductions','Tag Introductions','','active','multiRow','0000-00-00 00:00:00',0),(14,'0000-00-00 00:00:00',0,'2015-09-05 04:56:37',0,0,0,0,'workflowIntroduction',0,153,'Workflow Introductions','Workflow Introductions','','active','multiRow','0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,'2015-09-18 21:08:34',0,0,0,0,'fileAnalyzeForm',0,260,'File / Analyze','Analyze','','active','multiRow','0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,'2015-09-18 21:08:34',0,0,0,0,'fileBookmark',0,261,'File / Bookmark','Bookmark','','active','multiRow','0000-00-00 00:00:00',0),(24,'2015-10-24 06:34:28',2,'2015-09-18 21:08:35',0,0,0,0,'callFile',0,262,'Call Files','Call Files','','active','multiRow','0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,'2015-09-18 21:08:35',0,0,0,0,'fileClone',0,263,'File / Clone','Clone','','active','multiRow','0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,'2015-09-18 21:08:35',0,0,0,0,'fileDelete',0,264,'File / Delete','Delete','','active','multiRow','0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,'2015-09-18 21:08:35',0,0,0,0,'fileExport',0,265,'File / Export','Export','','active','multiRow','0000-00-00 00:00:00',0),(24,'2015-10-24 07:44:45',2,'2015-09-18 21:08:35',0,0,0,0,'importFile',0,266,'Import Files','Import Files','','active','multiRow','0000-00-00 00:00:00',0),(24,'2015-10-24 07:46:09',2,'2015-09-18 21:08:35',0,0,0,0,'insertFile',0,267,'Insert Files','Insert Files','','active','insert','0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,'2015-09-18 21:08:35',0,0,0,0,'fileMassUpdate',0,268,'File / Mass Update','Mass Update','','active','multiRow','0000-00-00 00:00:00',0),(24,'2015-10-24 07:53:25',2,'2015-09-18 21:08:35',0,0,0,0,'mergeFile',0,269,'Merge Files','Merge Files','','active','multiRow','0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,'2015-09-18 21:08:35',0,0,0,0,'filePurge',0,270,'File / Purge','Purge','','active','multiRow','0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,'2015-09-18 21:08:35',0,0,0,0,'fileTag',0,271,'File / Tag','Tag','','active','multiRow','0000-00-00 00:00:00',0),(24,'0000-00-00 00:00:00',0,'2015-09-18 21:08:35',0,0,0,0,'fileWorkflow',0,272,'File / Workflow','Workflow','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'analyzePackage',0,273,'Analyze Packages','Analyze Packages','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'bookmarkPackage',0,274,'Bookmark Packages','Bookmark Packages','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'analyzeEntityRequest',0,181,'Analyze Entity Requests','Analyze Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'bookmarkEntityRequest',0,182,'Bookmark Entity Requests','Bookmark Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'callEntityRequest',0,183,'Call Entity Requests','Call Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'cloneEntityRequest',0,184,'Clone Entity Requests','Clone Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'deleteEntityRequest',0,185,'Delete Entity Requests','Delete Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'exportEntityRequest',0,186,'Export Entity Requests','Export Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'importEntityRequest',0,187,'Import Entity Requests','Import Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'insertEntityRequest',0,188,'Insert Entity Requests','Insert Entity Requests','','active','insert','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'massUpdateEntityRequest',0,189,'MassUpdate Entity Requests','MassUpdate Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'mergeEntityRequest',0,190,'Merge Entity Requests','Merge Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'purgeEntityRequest',0,191,'Purge Entity Requests','Purge Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'tagEntityRequest',0,192,'Tag Entity Requests','Tag Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(17,'0000-00-00 00:00:00',0,'2015-09-06 00:23:06',0,0,0,0,'workflowEntityRequest',0,193,'Workflow Entity Requests','Workflow Entity Requests','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'analyzeForm',0,194,'Analyze Forms','Analyze Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'bookmarkForm',0,195,'Bookmark Forms','Bookmark Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'callForm',0,196,'Call Forms','Call Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'cloneForm',0,197,'Clone Forms','Clone Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'deleteForm',0,198,'Delete Forms','Delete Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'exportForm',0,199,'Export Forms','Export Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'importForm',0,200,'Import Forms','Import Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'insertForm',0,201,'Insert Forms','Insert Forms','','active','insert','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'massUpdateForm',0,202,'MassUpdate Forms','MassUpdate Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'mergeForm',0,203,'Merge Forms','Merge Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'purgeForm',0,204,'Purge Forms','Purge Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'tagForm',0,205,'Tag Forms','Tag Forms','','active','multiRow','0000-00-00 00:00:00',0),(18,'0000-00-00 00:00:00',0,'2015-09-06 00:25:38',0,0,0,0,'workflowForm',0,206,'Workflow Forms','Workflow Forms','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'analyzeQueryView',0,207,'Analyze Query Views','Analyze Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'bookmarkQueryView',0,208,'Bookmark Query Views','Bookmark Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'callQueryView',0,209,'Call Query Views','Call Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'cloneQueryView',0,210,'Clone Query Views','Clone Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'deleteQueryView',0,211,'Delete Query Views','Delete Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'exportQueryView',0,212,'Export Query Views','Export Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'importQueryView',0,213,'Import Query Views','Import Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'insertQueryView',0,214,'Insert Query Views','Insert Query Views','','active','insert','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'massUpdateQueryView',0,215,'MassUpdate Query Views','MassUpdate Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'mergeQueryView',0,216,'Merge Query Views','Merge Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'purgeQueryView',0,217,'Purge Query Views','Purge Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'tagQueryView',0,218,'Tag Query Views','Tag Query Views','','active','multiRow','0000-00-00 00:00:00',0),(19,'0000-00-00 00:00:00',0,'2015-09-06 00:27:35',0,0,0,0,'workflowQueryView',0,219,'Workflow Query Views','Workflow Query Views','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'analyzeMember',0,220,'Analyze Members','Analyze Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'bookmarkMember',0,221,'Bookmark Members','Bookmark Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'callMember',0,222,'Call Members','Call Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'cloneMember',0,223,'Clone Members','Clone Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'deleteMember',0,224,'Delete Members','Delete Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'exportMember',0,225,'Export Members','Export Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'importMember',0,226,'Import Members','Import Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'insertMember',0,227,'Insert Members','Insert Members','','active','insert','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'massUpdateMember',0,228,'MassUpdate Members','MassUpdate Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'messageMember',0,229,'Message Members','Message Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'mergeMember',0,230,'Merge Members','Merge Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'purgeMember',0,231,'Purge Members','Purge Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'tagMember',0,232,'Tag Members','Tag Members','','active','multiRow','0000-00-00 00:00:00',0),(20,'0000-00-00 00:00:00',0,'2015-09-07 02:51:05',0,0,0,0,'workflowMember',0,233,'Workflow Members','Workflow Members','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'analyzeIntroduction',0,234,'Analyze Introductions','Analyze Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'bookmarkIntroduction',0,235,'Bookmark Introductions','Bookmark Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'callIntroduction',0,236,'Call Introductions','Call Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'cloneIntroduction',0,237,'Clone Introductions','Clone Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'deleteIntroduction',0,238,'Delete Introductions','Delete Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'exportIntroduction',0,239,'Export Introductions','Export Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'importIntroduction',0,240,'Import Introductions','Import Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'insertIntroduction',0,241,'Insert Introductions','Insert Introductions','','active','insert','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'massUpdateIntroduction',0,242,'MassUpdate Introductions','MassUpdate Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'mergeIntroduction',0,243,'Merge Introductions','Merge Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'purgeIntroduction',0,244,'Purge Introductions','Purge Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'tagIntroduction',0,245,'Tag Introductions','Tag Introductions','','active','multiRow','0000-00-00 00:00:00',0),(21,'0000-00-00 00:00:00',0,'2015-09-13 22:08:40',0,0,0,0,'workflowIntroduction',0,246,'Workflow Introductions','Workflow Introductions','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'analyzeGoal',0,247,'Analyze Goals','Analyze Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'bookmarkGoal',0,248,'Bookmark Goals','Bookmark Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'callGoal',0,249,'Call Goals','Call Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'cloneGoal',0,250,'Clone Goals','Clone Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'deleteGoal',0,251,'Delete Goals','Delete Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'exportGoal',0,252,'Export Goals','Export Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'importGoal',0,253,'Import Goals','Import Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'insertGoal',0,254,'Insert Goals','Insert Goals','','active','insert','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'massUpdateGoal',0,255,'MassUpdate Goals','MassUpdate Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'mergeGoal',0,256,'Merge Goals','Merge Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'purgeGoal',0,257,'Purge Goals','Purge Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'tagGoal',0,258,'Tag Goals','Tag Goals','','active','multiRow','0000-00-00 00:00:00',0),(23,'0000-00-00 00:00:00',0,'2015-09-17 23:05:27',0,0,0,0,'workflowGoal',0,259,'Workflow Goals','Workflow Goals','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'callPackage',0,275,'Call Packages','Call Packages','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'clonePackage',0,276,'Clone Packages','Clone Packages','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'deletePackage',0,277,'Delete Packages','Delete Packages','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'exportPackage',0,278,'Export Packages','Export Packages','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'importPackage',0,279,'Import Packages','Import Packages','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'insertPackage',0,280,'Insert Packages','Insert Packages','','active','insert','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'massUpdatePackage',0,281,'MassUpdate Packages','MassUpdate Packages','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'mergePackage',0,282,'Merge Packages','Merge Packages','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'purgePackage',0,283,'Purge Packages','Purge Packages','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'tagPackage',0,284,'Tag Packages','Tag Packages','','active','multiRow','0000-00-00 00:00:00',0),(25,'0000-00-00 00:00:00',0,'2015-09-27 22:29:17',0,0,0,0,'workflowPackage',0,285,'Workflow Packages','Workflow Packages','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'analyzeCalendar',0,286,'Analyze Calendars','Analyze Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'bookmarkCalendar',0,287,'Bookmark Calendars','Bookmark Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'callCalendar',0,288,'Call Calendars','Call Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'cloneCalendar',0,289,'Clone Calendars','Clone Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'deleteCalendar',0,290,'Delete Calendars','Delete Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'exportCalendar',0,291,'Export Calendars','Export Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'importCalendar',0,292,'Import Calendars','Import Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'insertCalendar',0,293,'Insert Calendars','Insert Calendars','','active','insert','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'massUpdateCalendar',0,294,'MassUpdate Calendars','MassUpdate Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'mergeCalendar',0,295,'Merge Calendars','Merge Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'purgeCalendar',0,296,'Purge Calendars','Purge Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'tagCalendar',0,297,'Tag Calendars','Tag Calendars','','active','multiRow','0000-00-00 00:00:00',0),(26,'0000-00-00 00:00:00',0,'2015-09-28 00:42:17',0,0,0,0,'workflowCalendar',0,298,'Workflow Calendars','Workflow Calendars','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'analyzeSelectList',0,299,'Analyze Select Lists','Analyze Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'bookmarkSelectList',0,300,'Bookmark Select Lists','Bookmark Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'callSelectList',0,301,'Call Select Lists','Call Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'cloneSelectList',0,302,'Clone Select Lists','Clone Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'deleteSelectList',0,303,'Delete Select Lists','Delete Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'exportSelectList',0,304,'Export Select Lists','Export Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'importSelectList',0,305,'Import Select Lists','Import Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'insertSelectList',0,306,'Insert Select Lists','Insert Select Lists','','active','insert','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'massUpdateSelectList',0,307,'MassUpdate Select Lists','MassUpdate Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'mergeSelectList',0,308,'Merge Select Lists','Merge Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'purgeSelectList',0,309,'Purge Select Lists','Purge Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'tagSelectList',0,310,'Tag Select Lists','Tag Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(27,'0000-00-00 00:00:00',0,'2015-10-01 10:05:20',0,0,0,0,'workflowSelectList',0,311,'Workflow Select Lists','Workflow Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'analyzeSelectList',0,312,'Analyze Select Lists','Analyze Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'bookmarkSelectList',0,313,'Bookmark Select Lists','Bookmark Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'callSelectList',0,314,'Call Select Lists','Call Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'cloneSelectList',0,315,'Clone Select Lists','Clone Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'2015-10-24 07:59:57',2,'2015-10-01 10:05:24',0,0,0,0,'deleteSelectList',0,316,'Delete Select Lists','Delete Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'exportSelectList',0,317,'Export Select Lists','Export Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'importSelectList',0,318,'Import Select Lists','Import Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'insertSelectList',0,319,'Insert Select Lists','Insert Select Lists','','active','insert','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'massUpdateSelectList',0,320,'MassUpdate Select Lists','MassUpdate Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'mergeSelectList',0,321,'Merge Select Lists','Merge Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'purgeSelectList',0,322,'Purge Select Lists','Purge Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'tagSelectList',0,323,'Tag Select Lists','Tag Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(28,'0000-00-00 00:00:00',0,'2015-10-01 10:05:24',0,0,0,0,'workflowSelectList',0,324,'Workflow Select Lists','Workflow Select Lists','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'analyzeOrganization',0,325,'Analyze Organizations','Analyze Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'bookmarkOrganization',0,326,'Bookmark Organizations','Bookmark Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'callOrganization',0,327,'Call Organizations','Call Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'cloneOrganization',0,328,'Clone Organizations','Clone Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'deleteOrganization',0,329,'Delete Organizations','Delete Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'exportOrganization',0,330,'Export Organizations','Export Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'importOrganization',0,331,'Import Organizations','Import Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'insertOrganization',0,332,'Insert Organizations','Insert Organizations','','active','insert','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'massUpdateOrganization',0,333,'MassUpdate Organizations','MassUpdate Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'messageOrganization',0,334,'Message Organizations','Message Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'mergeOrganization',0,335,'Merge Organizations','Merge Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'purgeOrganization',0,336,'Purge Organizations','Purge Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'tagOrganization',0,337,'Tag Organizations','Tag Organizations','','active','multiRow','0000-00-00 00:00:00',0),(29,'0000-00-00 00:00:00',0,'2015-10-03 09:56:17',0,0,0,0,'workflowOrganization',0,338,'Workflow Organizations','Workflow Organizations','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'analyzeNote',0,339,'Analyze Notes','Analyze Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'bookmarkNote',0,340,'Bookmark Notes','Bookmark Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'callNote',0,341,'Call Notes','Call Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'cloneNote',0,342,'Clone Notes','Clone Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'deleteNote',0,343,'Delete Notes','Delete Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'exportNote',0,344,'Export Notes','Export Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'importNote',0,345,'Import Notes','Import Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'insertNote',0,346,'Insert Notes','Insert Notes','','active','insert','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'massUpdateNote',0,347,'MassUpdate Notes','MassUpdate Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'mergeNote',0,348,'Merge Notes','Merge Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'purgeNote',0,349,'Purge Notes','Purge Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'tagNote',0,350,'Tag Notes','Tag Notes','','active','multiRow','0000-00-00 00:00:00',0),(30,'0000-00-00 00:00:00',0,'2015-10-03 10:12:37',0,0,0,0,'workflowNote',0,351,'Workflow Notes','Workflow Notes','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'analyzeQuery',0,352,'Analyze Queries','Analyze Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'bookmarkQuery',0,353,'Bookmark Queries','Bookmark Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'callQuery',0,354,'Call Queries','Call Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'cloneQuery',0,355,'Clone Queries','Clone Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'deleteQuery',0,356,'Delete Queries','Delete Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'exportQuery',0,357,'Export Queries','Export Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'importQuery',0,358,'Import Queries','Import Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'insertQuery',0,359,'Insert Queries','Insert Queries','','active','insert','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'massUpdateQuery',0,360,'MassUpdate Queries','MassUpdate Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'mergeQuery',0,361,'Merge Queries','Merge Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'purgeQuery',0,362,'Purge Queries','Purge Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'tagQuery',0,363,'Tag Queries','Tag Queries','','active','multiRow','0000-00-00 00:00:00',0),(31,'0000-00-00 00:00:00',0,'2015-10-03 10:22:17',0,0,0,0,'workflowQuery',0,364,'Workflow Queries','Workflow Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'analyzeQuery',0,365,'Analyze Queries','Analyze Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'bookmarkQuery',0,366,'Bookmark Queries','Bookmark Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'callQuery',0,367,'Call Queries','Call Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'cloneQuery',0,368,'Clone Queries','Clone Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'deleteQuery',0,369,'Delete Queries','Delete Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'exportQuery',0,370,'Export Queries','Export Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'importQuery',0,371,'Import Queries','Import Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'insertQuery',0,372,'Insert Queries','Insert Queries','','active','insert','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'massUpdateQuery',0,373,'MassUpdate Queries','MassUpdate Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'mergeQuery',0,374,'Merge Queries','Merge Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'purgeQuery',0,375,'Purge Queries','Purge Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'tagQuery',0,376,'Tag Queries','Tag Queries','','active','multiRow','0000-00-00 00:00:00',0),(32,'0000-00-00 00:00:00',0,'2015-10-03 18:24:20',0,0,0,0,'workflowQuery',0,377,'Workflow Queries','Workflow Queries','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'analyzeFormItem',0,378,'Analyze Form Items','Analyze Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'bookmarkFormItem',0,379,'Bookmark Form Items','Bookmark Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'callFormItem',0,380,'Call Form Items','Call Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'cloneFormItem',0,381,'Clone Form Items','Clone Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'deleteFormItem',0,382,'Delete Form Items','Delete Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'exportFormItem',0,383,'Export Form Items','Export Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'importFormItem',0,384,'Import Form Items','Import Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'insertFormItem',0,385,'Insert Form Items','Insert Form Items','','active','insert','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'massUpdateFormItem',0,386,'MassUpdate Form Items','MassUpdate Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'mergeFormItem',0,387,'Merge Form Items','Merge Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'purgeFormItem',0,388,'Purge Form Items','Purge Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'tagFormItem',0,389,'Tag Form Items','Tag Form Items','','active','multiRow','0000-00-00 00:00:00',0),(33,'0000-00-00 00:00:00',0,'2015-10-03 19:15:36',0,0,0,0,'workflowFormItem',0,390,'Workflow Form Items','Workflow Form Items','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'analyzeSQLTable',0,391,'Analyze SQL Tables','Analyze SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'bookmarkSQLTable',0,392,'Bookmark SQL Tables','Bookmark SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'callSQLTable',0,393,'Call SQL Tables','Call SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'cloneSQLTable',0,394,'Clone SQL Tables','Clone SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'deleteSQLTable',0,395,'Delete SQL Tables','Delete SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'exportSQLTable',0,396,'Export SQL Tables','Export SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'importSQLTable',0,397,'Import SQL Tables','Import SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'insertSQLTable',0,398,'Insert SQL Tables','Insert SQL Tables','','active','insert','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'massUpdateSQLTable',0,399,'MassUpdate SQL Tables','MassUpdate SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'mergeSQLTable',0,400,'Merge SQL Tables','Merge SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'purgeSQLTable',0,401,'Purge SQL Tables','Purge SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'tagSQLTable',0,402,'Tag SQL Tables','Tag SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(34,'0000-00-00 00:00:00',0,'2015-10-03 19:16:37',0,0,0,0,'workflowSQLTable',0,403,'Workflow SQL Tables','Workflow SQL Tables','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'analyzeSQLColumn',0,404,'Analyze SQL Columns','Analyze SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'bookmarkSQLColumn',0,405,'Bookmark SQL Columns','Bookmark SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'callSQLColumn',0,406,'Call SQL Columns','Call SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'cloneSQLColumn',0,407,'Clone SQL Columns','Clone SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'deleteSQLColumn',0,408,'Delete SQL Columns','Delete SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'exportSQLColumn',0,409,'Export SQL Columns','Export SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'importSQLColumn',0,410,'Import SQL Columns','Import SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'insertSQLColumn',0,411,'Insert SQL Columns','Insert SQL Columns','','active','insert','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'massUpdateSQLColumn',0,412,'MassUpdate SQL Columns','MassUpdate SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'mergeSQLColumn',0,413,'Merge SQL Columns','Merge SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'purgeSQLColumn',0,414,'Purge SQL Columns','Purge SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'tagSQLColumn',0,415,'Tag SQL Columns','Tag SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(35,'0000-00-00 00:00:00',0,'2015-10-03 19:44:17',0,0,0,0,'workflowSQLColumn',0,416,'Workflow SQL Columns','Workflow SQL Columns','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'analyzeDataManager',0,417,'Analyze Data Managers','Analyze Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'bookmarkDataManager',0,418,'Bookmark Data Managers','Bookmark Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'callDataManager',0,419,'Call Data Managers','Call Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'cloneDataManager',0,420,'Clone Data Managers','Clone Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'deleteDataManager',0,421,'Delete Data Managers','Delete Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'exportDataManager',0,422,'Export Data Managers','Export Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'importDataManager',0,423,'Import Data Managers','Import Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'insertDataManager',0,424,'Insert Data Managers','Insert Data Managers','','active','insert','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'massUpdateDataManager',0,425,'MassUpdate Data Managers','MassUpdate Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'mergeDataManager',0,426,'Merge Data Managers','Merge Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'purgeDataManager',0,427,'Purge Data Managers','Purge Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'tagDataManager',0,428,'Tag Data Managers','Tag Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(36,'0000-00-00 00:00:00',0,'2015-10-03 19:48:46',0,0,0,0,'workflowDataManager',0,429,'Workflow Data Managers','Workflow Data Managers','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'analyzeDataManagerOption',0,430,'Analyze Data Manager Options','Analyze Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'bookmarkDataManagerOption',0,431,'Bookmark Data Manager Options','Bookmark Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'callDataManagerOption',0,432,'Call Data Manager Options','Call Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'cloneDataManagerOption',0,433,'Clone Data Manager Options','Clone Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'deleteDataManagerOption',0,434,'Delete Data Manager Options','Delete Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'exportDataManagerOption',0,435,'Export Data Manager Options','Export Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'importDataManagerOption',0,436,'Import Data Manager Options','Import Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'insertDataManagerOption',0,437,'Insert Data Manager Options','Insert Data Manager Options','','active','insert','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'massUpdateDataManagerOption',0,438,'MassUpdate Data Manager Options','MassUpdate Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'mergeDataManagerOption',0,439,'Merge Data Manager Options','Merge Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'purgeDataManagerOption',0,440,'Purge Data Manager Options','Purge Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'tagDataManagerOption',0,441,'Tag Data Manager Options','Tag Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(37,'0000-00-00 00:00:00',0,'2015-10-03 19:50:26',0,0,0,0,'workflowDataManagerOption',0,442,'Workflow Data Manager Options','Workflow Data Manager Options','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'analyzeDataManagerSection',0,443,'Analyze Data Mgr. Sections','Analyze Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'bookmarkDataManagerSection',0,444,'Bookmark Data Mgr. Sections','Bookmark Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'callDataManagerSection',0,445,'Call Data Mgr. Sections','Call Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'cloneDataManagerSection',0,446,'Clone Data Mgr. Sections','Clone Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'deleteDataManagerSection',0,447,'Delete Data Mgr. Sections','Delete Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'exportDataManagerSection',0,448,'Export Data Mgr. Sections','Export Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'importDataManagerSection',0,449,'Import Data Mgr. Sections','Import Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'insertDataManagerSection',0,450,'Insert Data Mgr. Sections','Insert Data Mgr. Sections','','active','insert','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'massUpdateDataManagerSection',0,451,'MassUpdate Data Mgr. Sections','MassUpdate Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'mergeDataManagerSection',0,452,'Merge Data Mgr. Sections','Merge Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'purgeDataManagerSection',0,453,'Purge Data Mgr. Sections','Purge Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'tagDataManagerSection',0,454,'Tag Data Mgr. Sections','Tag Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(38,'0000-00-00 00:00:00',0,'2015-10-03 19:52:21',0,0,0,0,'workflowDataManagerSection',0,455,'Workflow Data Mgr. Sections','Workflow Data Mgr. Sections','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'analyzeParameter',0,456,'Analyze Parameters','Analyze Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'bookmarkParameter',0,457,'Bookmark Parameters','Bookmark Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'callParameter',0,458,'Call Parameters','Call Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'cloneParameter',0,459,'Clone Parameters','Clone Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'deleteParameter',0,460,'Delete Parameters','Delete Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'exportParameter',0,461,'Export Parameters','Export Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'importParameter',0,462,'Import Parameters','Import Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'insertParameter',0,463,'Insert Parameters','Insert Parameters','','active','insert','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'massUpdateParameter',0,464,'MassUpdate Parameters','MassUpdate Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'mergeParameter',0,465,'Merge Parameters','Merge Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'purgeParameter',0,466,'Purge Parameters','Purge Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'tagParameter',0,467,'Tag Parameters','Tag Parameters','','active','multiRow','0000-00-00 00:00:00',0),(39,'0000-00-00 00:00:00',0,'2015-10-03 21:42:09',0,0,0,0,'workflowParameter',0,468,'Workflow Parameters','Workflow Parameters','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'analyzePermission',0,469,'Analyze Permissions','Analyze Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'bookmarkPermission',0,470,'Bookmark Permissions','Bookmark Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'callPermission',0,471,'Call Permissions','Call Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'clonePermission',0,472,'Clone Permissions','Clone Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'deletePermission',0,473,'Delete Permissions','Delete Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'exportPermission',0,474,'Export Permissions','Export Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'importPermission',0,475,'Import Permissions','Import Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'insertPermission',0,476,'Insert Permissions','Insert Permissions','','active','insert','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'massUpdatePermission',0,477,'MassUpdate Permissions','MassUpdate Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'mergePermission',0,478,'Merge Permissions','Merge Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'purgePermission',0,479,'Purge Permissions','Purge Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'tagPermission',0,480,'Tag Permissions','Tag Permissions','','active','multiRow','0000-00-00 00:00:00',0),(40,'0000-00-00 00:00:00',0,'2015-10-03 21:43:36',0,0,0,0,'workflowPermission',0,481,'Workflow Permissions','Workflow Permissions','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'analyzeWebsite',0,482,'Analyze Websites','Analyze Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'bookmarkWebsite',0,483,'Bookmark Websites','Bookmark Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'callWebsite',0,484,'Call Websites','Call Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'cloneWebsite',0,485,'Clone Websites','Clone Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'deleteWebsite',0,486,'Delete Websites','Delete Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'exportWebsite',0,487,'Export Websites','Export Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'importWebsite',0,488,'Import Websites','Import Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'insertWebsite',0,489,'Insert Websites','Insert Websites','','active','insert','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'massUpdateWebsite',0,490,'MassUpdate Websites','MassUpdate Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'mergeWebsite',0,491,'Merge Websites','Merge Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'purgeWebsite',0,492,'Purge Websites','Purge Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'tagWebsite',0,493,'Tag Websites','Tag Websites','','active','multiRow','0000-00-00 00:00:00',0),(41,'0000-00-00 00:00:00',0,'2015-10-03 21:47:12',0,0,0,0,'workflowWebsite',0,494,'Workflow Websites','Workflow Websites','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'analyzeWebTemplate',0,495,'Analyze Web Templates','Analyze Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'bookmarkWebTemplate',0,496,'Bookmark Web Templates','Bookmark Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'callWebTemplate',0,497,'Call Web Templates','Call Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'cloneWebTemplate',0,498,'Clone Web Templates','Clone Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'deleteWebTemplate',0,499,'Delete Web Templates','Delete Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'exportWebTemplate',0,500,'Export Web Templates','Export Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'importWebTemplate',0,501,'Import Web Templates','Import Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'insertWebTemplate',0,502,'Insert Web Templates','Insert Web Templates','','active','insert','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'massUpdateWebTemplate',0,503,'MassUpdate Web Templates','MassUpdate Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'mergeWebTemplate',0,504,'Merge Web Templates','Merge Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'purgeWebTemplate',0,505,'Purge Web Templates','Purge Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'tagWebTemplate',0,506,'Tag Web Templates','Tag Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(42,'0000-00-00 00:00:00',0,'2015-10-03 21:50:19',0,0,0,0,'workflowWebTemplate',0,507,'Workflow Web Templates','Workflow Web Templates','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'analyzeWebPage',0,508,'Analyze Web Pages','Analyze Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'bookmarkWebPage',0,509,'Bookmark Web Pages','Bookmark Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'callWebPage',0,510,'Call Web Pages','Call Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'cloneWebPage',0,511,'Clone Web Pages','Clone Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'deleteWebPage',0,512,'Delete Web Pages','Delete Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'exportWebPage',0,513,'Export Web Pages','Export Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'importWebPage',0,514,'Import Web Pages','Import Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'insertWebPage',0,515,'Insert Web Pages','Insert Web Pages','','active','insert','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'massUpdateWebPage',0,516,'MassUpdate Web Pages','MassUpdate Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'mergeWebPage',0,517,'Merge Web Pages','Merge Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'purgeWebPage',0,518,'Purge Web Pages','Purge Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'tagWebPage',0,519,'Tag Web Pages','Tag Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(43,'0000-00-00 00:00:00',0,'2015-10-03 21:56:58',0,0,0,0,'workflowWebPage',0,520,'Workflow Web Pages','Workflow Web Pages','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'analyzeWebSection',0,521,'Analyze Web Sections','Analyze Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'bookmarkWebSection',0,522,'Bookmark Web Sections','Bookmark Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'callWebSection',0,523,'Call Web Sections','Call Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'cloneWebSection',0,524,'Clone Web Sections','Clone Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'deleteWebSection',0,525,'Delete Web Sections','Delete Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'exportWebSection',0,526,'Export Web Sections','Export Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'importWebSection',0,527,'Import Web Sections','Import Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'insertWebSection',0,528,'Insert Web Sections','Insert Web Sections','','active','insert','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'massUpdateWebSection',0,529,'MassUpdate Web Sections','MassUpdate Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'mergeWebSection',0,530,'Merge Web Sections','Merge Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'purgeWebSection',0,531,'Purge Web Sections','Purge Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'tagWebSection',0,532,'Tag Web Sections','Tag Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(44,'0000-00-00 00:00:00',0,'2015-10-03 22:01:22',0,0,0,0,'workflowWebSection',0,533,'Workflow Web Sections','Workflow Web Sections','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'analyzeOpportunity',0,534,'Analyze Opportunities','Analyze Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'bookmarkOpportunity',0,535,'Bookmark Opportunities','Bookmark Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'callOpportunity',0,536,'Call Opportunities','Call Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'cloneOpportunity',0,537,'Clone Opportunities','Clone Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'deleteOpportunity',0,538,'Delete Opportunities','Delete Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'exportOpportunity',0,539,'Export Opportunities','Export Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'importOpportunity',0,540,'Import Opportunities','Import Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'insertOpportunity',0,541,'Insert Opportunities','Insert Opportunities','','active','insert','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'massUpdateOpportunity',0,542,'MassUpdate Opportunities','MassUpdate Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'messageOpportunity',0,543,'Message Opportunities','Message Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'mergeOpportunity',0,544,'Merge Opportunities','Merge Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'purgeOpportunity',0,545,'Purge Opportunities','Purge Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'tagOpportunity',0,546,'Tag Opportunities','Tag Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(45,'0000-00-00 00:00:00',0,'2015-10-14 20:17:56',0,0,0,0,'workflowOpportunity',0,547,'Workflow Opportunities','Workflow Opportunities','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'analyzeLocator',0,548,'Analyze Locators','Analyze Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'bookmarkLocator',0,549,'Bookmark Locators','Bookmark Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'callLocator',0,550,'Call Locators','Call Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'cloneLocator',0,551,'Clone Locators','Clone Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'deleteLocator',0,552,'Delete Locators','Delete Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'exportLocator',0,553,'Export Locators','Export Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'importLocator',0,554,'Import Locators','Import Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'insertLocator',0,555,'Insert Locators','Insert Locators','','active','insert','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'massUpdateLocator',0,556,'MassUpdate Locators','MassUpdate Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'mergeLocator',0,557,'Merge Locators','Merge Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'purgeLocator',0,558,'Purge Locators','Purge Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'tagLocator',0,559,'Tag Locators','Tag Locators','','active','multiRow','0000-00-00 00:00:00',0),(46,'0000-00-00 00:00:00',0,'2015-10-17 19:26:31',0,0,0,0,'workflowLocator',0,560,'Workflow Locators','Workflow Locators','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'contentVersionAnalyzeForm',0,561,'Analyze Content','Analyze Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'bookmarkContentVersion',0,562,'Bookmark Content','Bookmark Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'callContentVersion',0,563,'Call Content','Call Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'cloneContentVersion',0,564,'Clone Content','Clone Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'deleteContentVersion',0,565,'Delete Content','Delete Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'exportContentVersion',0,566,'Export Content','Export Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'importContentVersion',0,567,'Import Content','Import Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'insertContentVersion',0,568,'Insert Content','Insert Content','','active','insert','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'massUpdateContentVersion',0,569,'MassUpdate Content','MassUpdate Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'mergeContentVersion',0,570,'Merge Content','Merge Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'purgeContentVersion',0,571,'Purge Content','Purge Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'tagContentVersion',0,572,'Tag Content','Tag Content','','active','multiRow','0000-00-00 00:00:00',0),(47,'0000-00-00 00:00:00',0,'2015-10-26 23:39:24',0,0,0,0,'workflowContentVersion',0,573,'Workflow Content','Workflow Content','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'analyzeSkill',0,574,'Analyze Skills','Analyze Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'bookmarkSkill',0,575,'Bookmark Skills','Bookmark Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'callSkill',0,576,'Call Skills','Call Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'cloneSkill',0,577,'Clone Skills','Clone Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'deleteSkill',0,578,'Delete Skills','Delete Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'exportSkill',0,579,'Export Skills','Export Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'importSkill',0,580,'Import Skills','Import Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'insertSkill',0,581,'Insert Skills','Insert Skills','','active','insert','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'massUpdateSkill',0,582,'MassUpdate Skills','MassUpdate Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'mergeSkill',0,583,'Merge Skills','Merge Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'purgeSkill',0,584,'Purge Skills','Purge Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'tagSkill',0,585,'Tag Skills','Tag Skills','','active','multiRow','0000-00-00 00:00:00',0),(48,'0000-00-00 00:00:00',0,'2015-10-31 05:03:05',0,0,0,0,'workflowSkill',0,586,'Workflow Skills','Workflow Skills','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'analyzeChannel',0,587,'Analyze Channels','Analyze Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'bookmarkChannel',0,588,'Bookmark Channels','Bookmark Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'callChannel',0,589,'Call Channels','Call Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'cloneChannel',0,590,'Clone Channels','Clone Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'deleteChannel',0,591,'Delete Channels','Delete Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'exportChannel',0,592,'Export Channels','Export Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'importChannel',0,593,'Import Channels','Import Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'insertChannel',0,594,'Insert Channels','Insert Channels','','active','insert','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'massUpdateChannel',0,595,'MassUpdate Channels','MassUpdate Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'mergeChannel',0,596,'Merge Channels','Merge Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'purgeChannel',0,597,'Purge Channels','Purge Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'tagChannel',0,598,'Tag Channels','Tag Channels','','active','multiRow','0000-00-00 00:00:00',0),(49,'0000-00-00 00:00:00',0,'2015-11-04 22:13:54',0,0,0,0,'workflowChannel',0,599,'Workflow Channels','Workflow Channels','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'importAddress',0,632,'Import Addresses','Import Addresses','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'insertAddress',0,633,'Insert Addresses','Insert Addresses','','active','insert','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'massUpdateAddress',0,634,'MassUpdate Addresses','MassUpdate Addresses','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'mergeAddress',0,635,'Merge Addresses','Merge Addresses','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'purgeAddress',0,636,'Purge Addresses','Purge Addresses','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'tagAddress',0,637,'Tag Addresses','Tag Addresses','','active','multiRow','0000-00-00 00:00:00',0),(52,'0000-00-00 00:00:00',0,'2016-01-09 00:46:13',0,0,0,0,'workflowAddress',0,638,'Workflow Addresses','Workflow Addresses','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'analyzeVenture',0,639,'Analyze Ventures','Analyze Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'bookmarkVenture',0,640,'Bookmark Ventures','Bookmark Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'callVenture',0,641,'Call Ventures','Call Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'cloneVenture',0,642,'Clone Ventures','Clone Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'deleteVenture',0,643,'Delete Ventures','Delete Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'exportVenture',0,644,'Export Ventures','Export Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'importVenture',0,645,'Import Ventures','Import Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'insertVenture',0,646,'Insert Ventures','Insert Ventures','','active','insert','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'massUpdateVenture',0,647,'MassUpdate Ventures','MassUpdate Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'mergeVenture',0,648,'Merge Ventures','Merge Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'purgeVenture',0,649,'Purge Ventures','Purge Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'tagVenture',0,650,'Tag Ventures','Tag Ventures','','active','multiRow','0000-00-00 00:00:00',0),(53,'0000-00-00 00:00:00',0,'2016-01-10 02:30:52',0,0,0,0,'workflowVenture',0,651,'Workflow Ventures','Workflow Ventures','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'analyzeProject',0,652,'Analyze Projects','Analyze Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'bookmarkProject',0,653,'Bookmark Projects','Bookmark Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'callProject',0,654,'Call Projects','Call Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'cloneProject',0,655,'Clone Projects','Clone Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'deleteProject',0,656,'Delete Projects','Delete Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'exportProject',0,657,'Export Projects','Export Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'importProject',0,658,'Import Projects','Import Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'insertProject',0,659,'Insert Projects','Insert Projects','','active','insert','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'massUpdateProject',0,660,'MassUpdate Projects','MassUpdate Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'messageProject',0,661,'Message Projects','Message Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'mergeProject',0,662,'Merge Projects','Merge Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'purgeProject',0,663,'Purge Projects','Purge Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'tagProject',0,664,'Tag Projects','Tag Projects','','active','multiRow','0000-00-00 00:00:00',0),(54,'0000-00-00 00:00:00',0,'2016-01-14 06:45:01',0,0,0,0,'workflowProject',0,665,'Workflow Projects','Workflow Projects','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'analyzeMemberRequest',0,666,'Analyze Member Requests','Analyze Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'bookmarkMemberRequest',0,667,'Bookmark Member Requests','Bookmark Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'callMemberRequest',0,668,'Call Member Requests','Call Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'cloneMemberRequest',0,669,'Clone Member Requests','Clone Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'deleteMemberRequest',0,670,'Delete Member Requests','Delete Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'exportMemberRequest',0,671,'Export Member Requests','Export Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'importMemberRequest',0,672,'Import Member Requests','Import Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'insertMemberRequest',0,673,'Insert Member Requests','Insert Member Requests','','active','insert','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'massUpdateMemberRequest',0,674,'MassUpdate Member Requests','MassUpdate Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'mergeMemberRequest',0,675,'Merge Member Requests','Merge Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'purgeMemberRequest',0,676,'Purge Member Requests','Purge Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'tagMemberRequest',0,677,'Tag Member Requests','Tag Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(55,'0000-00-00 00:00:00',0,'2016-01-15 01:51:15',0,0,0,0,'workflowMemberRequest',0,678,'Workflow Member Requests','Workflow Member Requests','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'analyzeWorkflow',0,679,'Analyze Workflows','Analyze Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'bookmarkWorkflow',0,680,'Bookmark Workflows','Bookmark Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'callWorkflow',0,681,'Call Workflows','Call Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'cloneWorkflow',0,682,'Clone Workflows','Clone Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'deleteWorkflow',0,683,'Delete Workflows','Delete Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'exportWorkflow',0,684,'Export Workflows','Export Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'importWorkflow',0,685,'Import Workflows','Import Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'insertWorkflow',0,686,'Insert Workflows','Insert Workflows','','active','insert','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'massUpdateWorkflow',0,687,'MassUpdate Workflows','MassUpdate Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'mergeWorkflow',0,688,'Merge Workflows','Merge Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'purgeWorkflow',0,689,'Purge Workflows','Purge Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'tagWorkflow',0,690,'Tag Workflows','Tag Workflows','','active','multiRow','0000-00-00 00:00:00',0),(56,'0000-00-00 00:00:00',0,'2016-01-15 19:15:45',0,0,0,0,'workflowWorkflow',0,691,'Workflow Workflows','Workflow Workflows','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'analyzeSituation',0,692,'Analyze Situations','Analyze Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'bookmarkSituation',0,693,'Bookmark Situations','Bookmark Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'callSituation',0,694,'Call Situations','Call Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'cloneSituation',0,695,'Clone Situations','Clone Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'deleteSituation',0,696,'Delete Situations','Delete Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'exportSituation',0,697,'Export Situations','Export Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'importSituation',0,698,'Import Situations','Import Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'insertSituation',0,699,'Insert Situations','Insert Situations','','active','insert','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'massUpdateSituation',0,700,'MassUpdate Situations','MassUpdate Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'mergeSituation',0,701,'Merge Situations','Merge Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'purgeSituation',0,702,'Purge Situations','Purge Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'tagSituation',0,703,'Tag Situations','Tag Situations','','active','multiRow','0000-00-00 00:00:00',0),(57,'0000-00-00 00:00:00',0,'2016-01-18 03:34:45',0,0,0,0,'workflowSituation',0,704,'Workflow Situations','Workflow Situations','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'analyzeIssue',0,705,'Analyze Issues','Analyze Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'bookmarkIssue',0,706,'Bookmark Issues','Bookmark Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'callIssue',0,707,'Call Issues','Call Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'cloneIssue',0,708,'Clone Issues','Clone Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'deleteIssue',0,709,'Delete Issues','Delete Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'exportIssue',0,710,'Export Issues','Export Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'importIssue',0,711,'Import Issues','Import Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'insertIssue',0,712,'Insert Issues','Insert Issues','','active','insert','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'massUpdateIssue',0,713,'MassUpdate Issues','MassUpdate Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'mergeIssue',0,714,'Merge Issues','Merge Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'purgeIssue',0,715,'Purge Issues','Purge Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'tagIssue',0,716,'Tag Issues','Tag Issues','','active','multiRow','0000-00-00 00:00:00',0),(58,'0000-00-00 00:00:00',0,'2016-01-18 03:35:33',0,0,0,0,'workflowIssue',0,717,'Workflow Issues','Workflow Issues','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'analyzePolicy',0,718,'Analyze Policies','Analyze Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'bookmarkPolicy',0,719,'Bookmark Policies','Bookmark Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'callPolicy',0,720,'Call Policies','Call Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'clonePolicy',0,721,'Clone Policies','Clone Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'deletePolicy',0,722,'Delete Policies','Delete Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'exportPolicy',0,723,'Export Policies','Export Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'importPolicy',0,724,'Import Policies','Import Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'insertPolicy',0,725,'Insert Policies','Insert Policies','','active','insert','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'massUpdatePolicy',0,726,'MassUpdate Policies','MassUpdate Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'mergePolicy',0,727,'Merge Policies','Merge Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'purgePolicy',0,728,'Purge Policies','Purge Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'tagPolicy',0,729,'Tag Policies','Tag Policies','','active','multiRow','0000-00-00 00:00:00',0),(59,'0000-00-00 00:00:00',0,'2016-01-18 03:44:49',0,0,0,0,'workflowPolicy',0,730,'Workflow Policies','Workflow Policies','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'analyzeProcedure',0,731,'Analyze Procedures','Analyze Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'bookmarkProcedure',0,732,'Bookmark Procedures','Bookmark Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'callProcedure',0,733,'Call Procedures','Call Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'cloneProcedure',0,734,'Clone Procedures','Clone Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'deleteProcedure',0,735,'Delete Procedures','Delete Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'exportProcedure',0,736,'Export Procedures','Export Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'importProcedure',0,737,'Import Procedures','Import Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'insertProcedure',0,738,'Insert Procedures','Insert Procedures','','active','insert','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'massUpdateProcedure',0,739,'MassUpdate Procedures','MassUpdate Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'mergeProcedure',0,740,'Merge Procedures','Merge Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'purgeProcedure',0,741,'Purge Procedures','Purge Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'tagProcedure',0,742,'Tag Procedures','Tag Procedures','','active','multiRow','0000-00-00 00:00:00',0),(60,'0000-00-00 00:00:00',0,'2016-01-18 03:49:42',0,0,0,0,'workflowProcedure',0,743,'Workflow Procedures','Workflow Procedures','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'analyzeThing',0,744,'Analyze Things','Analyze Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'bookmarkThing',0,745,'Bookmark Things','Bookmark Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'callThing',0,746,'Call Things','Call Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'cloneThing',0,747,'Clone Things','Clone Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'deleteThing',0,748,'Delete Things','Delete Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'exportThing',0,749,'Export Things','Export Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'importThing',0,750,'Import Things','Import Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'insertThing',0,751,'Insert Things','Insert Things','','active','insert','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'massUpdateThing',0,752,'MassUpdate Things','MassUpdate Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'mergeThing',0,753,'Merge Things','Merge Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'purgeThing',0,754,'Purge Things','Purge Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'tagThing',0,755,'Tag Things','Tag Things','','active','multiRow','0000-00-00 00:00:00',0),(61,'0000-00-00 00:00:00',0,'2016-01-31 00:11:08',0,0,0,0,'workflowThing',0,756,'Workflow Things','Workflow Things','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'analyzeDomainName',0,757,'Analyze Domain Names','Analyze Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'bookmarkDomainName',0,758,'Bookmark Domain Names','Bookmark Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'callDomainName',0,759,'Call Domain Names','Call Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'cloneDomainName',0,760,'Clone Domain Names','Clone Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'deleteDomainName',0,761,'Delete Domain Names','Delete Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'exportDomainName',0,762,'Export Domain Names','Export Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'importDomainName',0,763,'Import Domain Names','Import Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'insertDomainName',0,764,'Insert Domain Names','Insert Domain Names','','active','insert','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'massUpdateDomainName',0,765,'MassUpdate Domain Names','MassUpdate Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'mergeDomainName',0,766,'Merge Domain Names','Merge Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'purgeDomainName',0,767,'Purge Domain Names','Purge Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'tagDomainName',0,768,'Tag Domain Names','Tag Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(62,'0000-00-00 00:00:00',0,'2016-01-31 02:44:23',0,0,0,0,'workflowDomainName',0,769,'Workflow Domain Names','Workflow Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'analyzeDomainName',0,770,'Analyze Domain Names','Analyze Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'bookmarkDomainName',0,771,'Bookmark Domain Names','Bookmark Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'callDomainName',0,772,'Call Domain Names','Call Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'cloneDomainName',0,773,'Clone Domain Names','Clone Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'deleteDomainName',0,774,'Delete Domain Names','Delete Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'exportDomainName',0,775,'Export Domain Names','Export Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'importDomainName',0,776,'Import Domain Names','Import Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'insertDomainName',0,777,'Insert Domain Names','Insert Domain Names','','active','insert','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'massUpdateDomainName',0,778,'MassUpdate Domain Names','MassUpdate Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'mergeDomainName',0,779,'Merge Domain Names','Merge Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'purgeDomainName',0,780,'Purge Domain Names','Purge Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'tagDomainName',0,781,'Tag Domain Names','Tag Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(63,'0000-00-00 00:00:00',0,'2016-01-31 02:46:09',0,0,0,0,'workflowDomainName',0,782,'Workflow Domain Names','Workflow Domain Names','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'analyzeEmployee',0,783,'Analyze Employees','Analyze Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'bookmarkEmployee',0,784,'Bookmark Employees','Bookmark Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'callEmployee',0,785,'Call Employees','Call Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'cloneEmployee',0,786,'Clone Employees','Clone Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'deleteEmployee',0,787,'Delete Employees','Delete Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'exportEmployee',0,788,'Export Employees','Export Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'importEmployee',0,789,'Import Employees','Import Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'insertEmployee',0,790,'Insert Employees','Insert Employees','','active','insert','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'massUpdateEmployee',0,791,'MassUpdate Employees','MassUpdate Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'mergeEmployee',0,792,'Merge Employees','Merge Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'purgeEmployee',0,793,'Purge Employees','Purge Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'tagEmployee',0,794,'Tag Employees','Tag Employees','','active','multiRow','0000-00-00 00:00:00',0),(64,'0000-00-00 00:00:00',0,'2016-01-31 05:19:59',0,0,0,0,'workflowEmployee',0,795,'Workflow Employees','Workflow Employees','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'analyzeEmployeeReview',0,796,'Analyze Employee Reviews','Analyze Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'bookmarkEmployeeReview',0,797,'Bookmark Employee Reviews','Bookmark Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'callEmployeeReview',0,798,'Call Employee Reviews','Call Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'cloneEmployeeReview',0,799,'Clone Employee Reviews','Clone Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'deleteEmployeeReview',0,800,'Delete Employee Reviews','Delete Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'exportEmployeeReview',0,801,'Export Employee Reviews','Export Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'importEmployeeReview',0,802,'Import Employee Reviews','Import Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'insertEmployeeReview',0,803,'Insert Employee Reviews','Insert Employee Reviews','','active','insert','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'massUpdateEmployeeReview',0,804,'MassUpdate Employee Reviews','MassUpdate Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'mergeEmployeeReview',0,805,'Merge Employee Reviews','Merge Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'purgeEmployeeReview',0,806,'Purge Employee Reviews','Purge Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'tagEmployeeReview',0,807,'Tag Employee Reviews','Tag Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(65,'0000-00-00 00:00:00',0,'2016-01-31 05:21:19',0,0,0,0,'workflowEmployeeReview',0,808,'Workflow Employee Reviews','Workflow Employee Reviews','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'analyzeEntityType',0,809,'Analyze Entity Types','Analyze Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'bookmarkEntityType',0,810,'Bookmark Entity Types','Bookmark Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'callEntityType',0,811,'Call Entity Types','Call Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'cloneEntityType',0,812,'Clone Entity Types','Clone Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'deleteEntityType',0,813,'Delete Entity Types','Delete Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'exportEntityType',0,814,'Export Entity Types','Export Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'importEntityType',0,815,'Import Entity Types','Import Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'insertEntityType',0,816,'Insert Entity Types','Insert Entity Types','','active','insert','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'massUpdateEntityType',0,817,'MassUpdate Entity Types','MassUpdate Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'mergeEntityType',0,818,'Merge Entity Types','Merge Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'purgeEntityType',0,819,'Purge Entity Types','Purge Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'tagEntityType',0,820,'Tag Entity Types','Tag Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(66,'0000-00-00 00:00:00',0,'2016-01-31 23:25:57',0,0,0,0,'workflowEntityType',0,821,'Workflow Entity Types','Workflow Entity Types','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'analyzePartner',0,822,'Analyze Partners','Analyze Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'bookmarkPartner',0,823,'Bookmark Partners','Bookmark Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'callPartner',0,824,'Call Partners','Call Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'clonePartner',0,825,'Clone Partners','Clone Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'deletePartner',0,826,'Delete Partners','Delete Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'exportPartner',0,827,'Export Partners','Export Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'importPartner',0,828,'Import Partners','Import Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'insertPartner',0,829,'Insert Partners','Insert Partners','','active','insert','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'massUpdatePartner',0,830,'MassUpdate Partners','MassUpdate Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'messagePartner',0,831,'Message Partners','Message Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'mergePartner',0,832,'Merge Partners','Merge Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'purgePartner',0,833,'Purge Partners','Purge Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'tagPartner',0,834,'Tag Partners','Tag Partners','','active','multiRow','0000-00-00 00:00:00',0),(67,'0000-00-00 00:00:00',0,'2016-02-01 01:10:29',0,0,0,0,'workflowPartner',0,835,'Workflow Partners','Workflow Partners','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'analyzePartnerAPI',0,836,'Analyze Partner APIs','Analyze Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'bookmarkPartnerAPI',0,837,'Bookmark Partner APIs','Bookmark Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'callPartnerAPI',0,838,'Call Partner APIs','Call Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'clonePartnerAPI',0,839,'Clone Partner APIs','Clone Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'deletePartnerAPI',0,840,'Delete Partner APIs','Delete Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'exportPartnerAPI',0,841,'Export Partner APIs','Export Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'importPartnerAPI',0,842,'Import Partner APIs','Import Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'insertPartnerAPI',0,843,'Insert Partner APIs','Insert Partner APIs','','active','insert','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'massUpdatePartnerAPI',0,844,'MassUpdate Partner APIs','MassUpdate Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'mergePartnerAPI',0,845,'Merge Partner APIs','Merge Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'purgePartnerAPI',0,846,'Purge Partner APIs','Purge Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'tagPartnerAPI',0,847,'Tag Partner APIs','Tag Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(68,'0000-00-00 00:00:00',0,'2016-02-01 01:12:02',0,0,0,0,'workflowPartnerAPI',0,848,'Workflow Partner APIs','Workflow Partner APIs','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'analyzeSparkAction',0,849,'Analyze Spark Actions','Analyze Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'bookmarkSparkAction',0,850,'Bookmark Spark Actions','Bookmark Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'callSparkAction',0,851,'Call Spark Actions','Call Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'cloneSparkAction',0,852,'Clone Spark Actions','Clone Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'deleteSparkAction',0,853,'Delete Spark Actions','Delete Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'exportSparkAction',0,854,'Export Spark Actions','Export Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'importSparkAction',0,855,'Import Spark Actions','Import Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'insertSparkAction',0,856,'Insert Spark Actions','Insert Spark Actions','','active','insert','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'massUpdateSparkAction',0,857,'MassUpdate Spark Actions','MassUpdate Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'mergeSparkAction',0,858,'Merge Spark Actions','Merge Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'purgeSparkAction',0,859,'Purge Spark Actions','Purge Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'tagSparkAction',0,860,'Tag Spark Actions','Tag Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(69,'0000-00-00 00:00:00',0,'2016-02-23 21:08:18',0,0,0,0,'workflowSparkAction',0,861,'Workflow Spark Actions','Workflow Spark Actions','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'analyzeSparkRule',0,862,'Analyze Spark Rules','Analyze Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'bookmarkSparkRule',0,863,'Bookmark Spark Rules','Bookmark Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'callSparkRule',0,864,'Call Spark Rules','Call Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'cloneSparkRule',0,865,'Clone Spark Rules','Clone Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'deleteSparkRule',0,866,'Delete Spark Rules','Delete Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'exportSparkRule',0,867,'Export Spark Rules','Export Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'importSparkRule',0,868,'Import Spark Rules','Import Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'insertSparkRule',0,869,'Insert Spark Rules','Insert Spark Rules','','active','insert','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'massUpdateSparkRule',0,870,'MassUpdate Spark Rules','MassUpdate Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'mergeSparkRule',0,871,'Merge Spark Rules','Merge Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'purgeSparkRule',0,872,'Purge Spark Rules','Purge Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'tagSparkRule',0,873,'Tag Spark Rules','Tag Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(70,'0000-00-00 00:00:00',0,'2016-02-23 21:14:51',0,0,0,0,'workflowSparkRule',0,874,'Workflow Spark Rules','Workflow Spark Rules','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'analyzeSparkEvent',0,875,'Analyze Spark Events','Analyze Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'bookmarkSparkEvent',0,876,'Bookmark Spark Events','Bookmark Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'callSparkEvent',0,877,'Call Spark Events','Call Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'cloneSparkEvent',0,878,'Clone Spark Events','Clone Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'deleteSparkEvent',0,879,'Delete Spark Events','Delete Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'exportSparkEvent',0,880,'Export Spark Events','Export Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'importSparkEvent',0,881,'Import Spark Events','Import Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'insertSparkEvent',0,882,'Insert Spark Events','Insert Spark Events','','active','insert','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'massUpdateSparkEvent',0,883,'MassUpdate Spark Events','MassUpdate Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'mergeSparkEvent',0,884,'Merge Spark Events','Merge Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'purgeSparkEvent',0,885,'Purge Spark Events','Purge Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'tagSparkEvent',0,886,'Tag Spark Events','Tag Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(71,'0000-00-00 00:00:00',0,'2016-02-23 22:53:14',0,0,0,0,'workflowSparkEvent',0,887,'Workflow Spark Events','Workflow Spark Events','','active','multiRow','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2016-03-17 03:46:46',0,1,0,0,'personDataManagerMemberAssign',0,888,'Assign Data Manager Member','Assign Data Manager Member','','','','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'analyzeNewsletter',0,889,'Analyze Newsletters','Analyze Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'bookmarkNewsletter',0,890,'Bookmark Newsletters','Bookmark Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'callNewsletter',0,891,'Call Newsletters','Call Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'cloneNewsletter',0,892,'Clone Newsletters','Clone Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'deleteNewsletter',0,893,'Delete Newsletters','Delete Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'exportNewsletter',0,894,'Export Newsletters','Export Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'importNewsletter',0,895,'Import Newsletters','Import Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'insertNewsletter',0,896,'Insert Newsletters','Insert Newsletters','','active','insert','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'massUpdateNewsletter',0,897,'MassUpdate Newsletters','MassUpdate Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'mergeNewsletter',0,898,'Merge Newsletters','Merge Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'purgeNewsletter',0,899,'Purge Newsletters','Purge Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'tagNewsletter',0,900,'Tag Newsletters','Tag Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(72,'0000-00-00 00:00:00',0,'2016-03-19 19:38:59',0,0,0,0,'workflowNewsletter',0,901,'Workflow Newsletters','Workflow Newsletters','','active','multiRow','0000-00-00 00:00:00',0),(73,'0000-00-00 00:00:00',0,'2016-05-02 19:46:26',0,0,1,0,'insertDealer',0,902,'Insert Dealer','Insert Dealer','','active','insert','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'analyzeApp',0,903,'Analyze Apps','Analyze Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'bookmarkApp',0,904,'Bookmark Apps','Bookmark Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'callApp',0,905,'Call Apps','Call Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'cloneApp',0,906,'Clone Apps','Clone Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'deleteApp',0,907,'Delete Apps','Delete Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'exportApp',0,908,'Export Apps','Export Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'importApp',0,909,'Import Apps','Import Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'insertApp',0,910,'Insert Apps','Insert Apps','','active','insert','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'massUpdateApp',0,911,'MassUpdate Apps','MassUpdate Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'mergeApp',0,912,'Merge Apps','Merge Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'purgeApp',0,913,'Purge Apps','Purge Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'tagApp',0,914,'Tag Apps','Tag Apps','','active','multiRow','0000-00-00 00:00:00',0),(1,'0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,'workflowApp',0,915,'Workflow Apps','Workflow Apps','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'analyzeDealer',0,916,'Analyze Dealers','Analyze Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'bookmarkDealer',0,917,'Bookmark Dealers','Bookmark Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'callDealer',0,918,'Call Dealers','Call Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'cloneDealer',0,919,'Clone Dealers','Clone Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'deleteDealer',0,920,'Delete Dealers','Delete Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'exportDealer',0,921,'Export Dealers','Export Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'importDealer',0,922,'Import Dealers','Import Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'insertDealer',0,923,'Insert Dealers','Insert Dealers','','active','insert','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'massUpdateDealer',0,924,'MassUpdate Dealers','MassUpdate Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'mergeDealer',0,925,'Merge Dealers','Merge Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'purgeDealer',0,926,'Purge Dealers','Purge Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'tagDealer',0,927,'Tag Dealers','Tag Dealers','','active','multiRow','0000-00-00 00:00:00',0),(2,'0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,'workflowDealer',0,928,'Workflow Dealers','Workflow Dealers','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,'personAnalyze',0,929,'People Analyze','People Analyze','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,'personBookmark',0,930,'People Bookmark','People Bookmark','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,'personCall',0,931,'People Call','People Call','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,'personClone',0,932,'People Clone','People Clone','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,'personDelete',0,933,'People Delete','People Delete','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,'personExport',0,934,'People Export','People Export','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,'personImport',0,935,'People Import','People Import','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,'personInsert',0,936,'People Insert','People Insert','','active','insert','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:26',0,0,0,0,'personMassUpdate',0,937,'People MassUpdate','People MassUpdate','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:26',0,0,0,0,'personMerge',0,938,'People Merge','People Merge','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:26',0,0,0,0,'personPurge',0,939,'People Purge','People Purge','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:26',0,0,0,0,'personTag',0,940,'People Tag','People Tag','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:26',0,0,0,0,'personUpdate',0,941,'People Update','People Update','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:26',0,0,0,0,'personView',0,942,'People View','People View','','active','multiRow','0000-00-00 00:00:00',0),(3,'0000-00-00 00:00:00',0,'2016-05-18 17:57:26',0,0,0,0,'personWorkflow',0,943,'People Workflow','People Workflow','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberTag',0,970,'Members Tag','Members Tag','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberPurge',0,969,'Members Purge','Members Purge','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberMerge',0,968,'Members Merge','Members Merge','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberMassUpdate',0,967,'Members MassUpdate','Members MassUpdate','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberInsert',0,966,'Members Insert','Members Insert','','active','insert','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberImport',0,965,'Members Import','Members Import','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberExport',0,964,'Members Export','Members Export','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberDelete',0,963,'Members Delete','Members Delete','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberClone',0,962,'Members Clone','Members Clone','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberCall',0,961,'Members Call','Members Call','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberBookmark',0,960,'Members Bookmark','Members Bookmark','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberAnalyze',0,959,'Members Analyze','Members Analyze','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberUpdate',0,971,'Members Update','Members Update','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberView',0,972,'Members View','Members View','','active','multiRow','0000-00-00 00:00:00',0),(5,'0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,'memberWorkflow',0,973,'Members Workflow','Members Workflow','','active','multiRow','0000-00-00 00:00:00',0),(6,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'coreDelete',0,974,'Core Delete','Core Delete','','active','multiRow','0000-00-00 00:00:00',0),(6,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'coreInsert',0,975,'Core Insert','Core Insert','','active','insert','0000-00-00 00:00:00',0),(6,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'coreUpdate',0,976,'Core Update','Core Update','','active','core','0000-00-00 00:00:00',0),(6,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'coreView',0,977,'Core View','Core View','','active','core','0000-00-00 00:00:00',0),(6,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'corePurge',0,978,'Core Purge','Core Purge','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appAnalyze',0,979,'App Analyze','App Analyze','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appAttachWorkflow',0,980,'App AttachWorkflow','App AttachWorkflow','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appBookmark',0,981,'App Bookmark','App Bookmark','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appClone',0,982,'App Clone','App Clone','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appDelete',0,983,'App Delete','App Delete','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appExport',0,984,'App Export','App Export','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appImport',0,985,'App Import','App Import','','active','utility','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appInsert',0,986,'App Insert','App Insert','','active','insert','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appMassUpdate',0,987,'App MassUpdate','App MassUpdate','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appMerge',0,988,'App Merge','App Merge','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appPurge',0,989,'App Purge','App Purge','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appSend',0,990,'App Send','App Send','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appTag',0,991,'App Tag','App Tag','','active','multiRow','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appUpdate',0,992,'App Update','App Update','','active','core','0000-00-00 00:00:00',0),(7,'0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,'appView',0,993,'App View','App View','','active','core','0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistPermission` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistPerson`
--

DROP TABLE IF EXISTS `twistPerson`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistPerson` (
  `dataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` date NOT NULL DEFAULT '0000-00-00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `nameFirst` varchar(50) NOT NULL,
  `nameLast` varchar(100) NOT NULL,
  `personAddressHomeCity` varchar(30) NOT NULL,
  `personAddressHomeCountry` varchar(50) NOT NULL,
  `personAddressHomeCounty` varchar(30) NOT NULL,
  `personAddressHomeStateProvince` varchar(30) NOT NULL,
  `personAddressHomeStreet1` varchar(50) NOT NULL,
  `personAddressHomeStreet2` varchar(50) NOT NULL,
  `personAddressHomeZipPostalCode` varchar(10) NOT NULL,
  `personAddressWorkCity` varchar(30) NOT NULL,
  `personAddressWorkCountry` varchar(50) NOT NULL,
  `personAddressWorkCounty` varchar(30) NOT NULL,
  `personAddressWorkStateProvince` varchar(30) NOT NULL,
  `personAddressWorkStreet1` varchar(50) NOT NULL,
  `personAddressWorkStreet2` varchar(50) NOT NULL,
  `personAddressWorkZipPostalCode` varchar(10) NOT NULL,
  `personBestEmailAddress` varchar(100) NOT NULL,
  `personBestPhone` varchar(20) NOT NULL,
  `personBirthDate` date NOT NULL DEFAULT '0000-00-00',
  `personCode` varchar(100) NOT NULL,
  `personContactAttemptDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `personContactAttemptMemberID` int(11) NOT NULL DEFAULT '0',
  `personContactSuccessDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `personContactSuccessMemberID` int(11) NOT NULL DEFAULT '0',
  `personContentVersionIDAvatar` int(11) NOT NULL DEFAULT '0',
  `personContentVersionIDHeadshotPrimary` int(11) NOT NULL DEFAULT '0',
  `personDeathDate` date NOT NULL DEFAULT '0000-00-00',
  `personDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `personDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `personEmailPersonal` varchar(100) NOT NULL,
  `personEmailProfessional` varchar(100) NOT NULL,
  `personGenderID` int(11) NOT NULL DEFAULT '0',
  `personGUID` varchar(50) NOT NULL,
  `personHeadshotPhotoAvailabilityID` int(11) NOT NULL DEFAULT '0',
  `personHeadshotNotAvailable` tinyint(1) NOT NULL DEFAULT '0',
  `personID` int(11) NOT NULL AUTO_INCREMENT,
  `personInitialCleanUp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `personInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `personInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `personLinkedInConnection` tinyint(1) NOT NULL DEFAULT '0',
  `personLocatorIDBestAddress` int(11) NOT NULL DEFAULT '0',
  `personLocatorIDBestEmail` int(11) NOT NULL DEFAULT '0',
  `personLocatorIDBestPhone` int(11) NOT NULL DEFAULT '0',
  `personLocatorIDBestText` int(11) NOT NULL DEFAULT '0',
  `personName` varchar(50) NOT NULL,
  `personNameFirst` varchar(50) NOT NULL,
  `personNameInitials` varchar(5) NOT NULL,
  `personNameLast` varchar(50) NOT NULL,
  `personNameMiddle` varchar(50) NOT NULL,
  `personNameNickname` varchar(50) NOT NULL,
  `personNamePrefix` varchar(20) NOT NULL,
  `personNameSuffix` varchar(50) NOT NULL,
  `personOptInDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `personOptInMethodID` int(11) NOT NULL DEFAULT '0',
  `personOptOutDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `personOptOutMethodID` int(11) NOT NULL DEFAULT '0',
  `personOrganizationName` varchar(100) NOT NULL,
  `personOrganizationTitle` varchar(100) NOT NULL,
  `personOverview` varchar(500) NOT NULL,
  `personPhoneFax` varchar(20) NOT NULL,
  `personPhoneHome` varchar(20) NOT NULL,
  `personPhoneMobile` varchar(20) NOT NULL,
  `personPhoneText` varchar(20) NOT NULL,
  `personPhoneWork` varchar(20) NOT NULL,
  `personPreferredIntroduction` varchar(500) NOT NULL,
  `personProfileFacebook` varchar(200) NOT NULL,
  `personProfileLinkedIn` varchar(200) NOT NULL,
  `personSalutation` varchar(50) NOT NULL,
  `personSourceDate` date NOT NULL DEFAULT '0000-00-00',
  `personSourceTime` time NOT NULL DEFAULT '00:00:00',
  `personSourceLocation` varchar(100) NOT NULL,
  `personSourceNameFirst` varchar(50) NOT NULL,
  `personSourceNameLast` varchar(50) NOT NULL,
  `personSourceNotes` varchar(500) NOT NULL,
  `personSourcePersonID` int(11) NOT NULL DEFAULT '0',
  `personTempID` int(11) NOT NULL DEFAULT '0',
  `personUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `personUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `personWebsiteFacebook` varchar(100) NOT NULL,
  `personWebsiteInstagram` varchar(100) NOT NULL,
  `personWebsiteIntroduction` varchar(100) NOT NULL,
  `personWebsiteLinkedIn` varchar(100) NOT NULL,
  `personWebsitePersonal` varchar(100) NOT NULL,
  `personWebsiteProfessional` varchar(100) NOT NULL,
  `personWebsiteTwitterHandle` varchar(50) NOT NULL,
  `personWebsiteTwitterURL` varchar(100) NOT NULL,
  `salutation` varchar(50) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `contentVersionIDHeadshotPrimaryx` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`personID`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistPerson`
--

LOCK TABLES `twistPerson` WRITE;
/*!40000 ALTER TABLE `twistPerson` DISABLE KEYS */;
INSERT INTO `twistPerson` VALUES (0,0,0,'0000-00-00',0,0,'','','','','','','','','','','','','','','','','cimmaron@cofanoventures.com','','0000-00-00','tin-man','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,704,'0000-00-00','0000-00-00 00:00:00',0,'','',0,'',0,0,1,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,0,0,0,0,0,'Tin Man','Tin','','Man','','','','','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'','','','','','','','','','','','','0000-00-00','00:00:00','','','','',0,0,'0000-00-00 00:00:00',0,'','','','','','','','','','0000-00-00 00:00:00',0,0),(0,0,0,'0000-00-00',0,0,'','','','','','','','','','','','','','','','','mark@cofano.us','949-558-2222','0000-00-00','mark-cofano','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,251,'0000-00-00','0000-00-00 00:00:00',0,'mark@markcofano.com','mark@cofano.us',0,'FC6F25CB-F05B-11B7-B829-1BA48786621F',0,0,2,'0000-00-00 00:00:00','0000-00-00 00:00:00',1,1,0,0,0,0,'Mark Cofano','Mark','MAC','Cofano','','','','','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'Cofano Ventures','Founder / CEO','','','949-533-3566','949-533-3566','','949-558-2222','Mark is a passionate Father, Inventor, and Entrepreneur.  As Founder and CEO of Cofano Ventures, Mark uses many years of business experience, proprietary venture technology, and an extensive network of professionals to increase success for quality venture clients.','','','','0000-00-00','00:00:00','','','','',0,0,'0000-00-00 00:00:00',0,'','','https://www.linkedin.com/in/markcofano','https://www.linkedin.com/in/markcofano','','http://www.cofanoventures.com','','','','0000-00-00 00:00:00',0,0),(0,0,0,'0000-00-00',0,0,'Craig','Carter','','','','','','','','','','','','','','','ccarter@hazardreduction.com','','0000-00-00','','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,0,'0000-00-00','0000-00-00 00:00:00',0,'','',0,'',0,0,3,'0000-00-00 00:00:00','2016-05-02 21:04:24',0,0,0,0,0,0,'Craig Carter','Craig','','Carter','','','','','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'','','','','','','','','','','','','0000-00-00','00:00:00','','','','',0,0,'0000-00-00 00:00:00',0,'','','','','','','','','','0000-00-00 00:00:00',0,0),(0,0,0,'0000-00-00',0,0,'Adam','Thompson','','','','','','','','','','','','','','','','','0000-00-00','','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,0,'0000-00-00','0000-00-00 00:00:00',0,'','',0,'',0,0,4,'0000-00-00 00:00:00','2016-05-18 17:55:46',0,0,0,0,0,0,'Adam Thompson','Adam','','Thompson','','','','','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'','','','','','','','','','','','','0000-00-00','00:00:00','','','','',0,0,'0000-00-00 00:00:00',0,'','','','','','','','','','0000-00-00 00:00:00',0,0),(0,0,0,'0000-00-00',0,0,'','','','','','','','','','','','','','','','','','','0000-00-00','','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,0,0,'0000-00-00','0000-00-00 00:00:00',0,'','',0,'',0,0,5,'0000-00-00 00:00:00','2016-05-18 17:56:19',0,0,0,0,0,0,'Chad Wilson','Chad','','Wilson','','','','','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'','','','','','','','','','','','','0000-00-00','00:00:00','','','','',0,0,'0000-00-00 00:00:00',0,'','','','','','','','','','0000-00-00 00:00:00',0,0);
/*!40000 ALTER TABLE `twistPerson` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistPing`
--

DROP TABLE IF EXISTS `twistPing`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistPing` (
  `contactAge` decimal(3,0) NOT NULL DEFAULT '0',
  `contactBirthday` date NOT NULL DEFAULT '0000-00-00',
  `contactCity` varchar(50) NOT NULL,
  `contactComments` varchar(1000) NOT NULL,
  `contactCountry` varchar(50) NOT NULL,
  `contactCounty` varchar(50) NOT NULL,
  `contactDecisionMaker` tinyint(1) NOT NULL DEFAULT '0',
  `contactEmailAddress` varchar(50) NOT NULL,
  `contactFax` varchar(20) NOT NULL,
  `contactGender` varchar(1) NOT NULL,
  `contactGUID` varchar(38) NOT NULL,
  `contactID` int(11) NOT NULL,
  `contactIPAddress` varchar(39) NOT NULL,
  `contactIsRobot` tinyint(1) NOT NULL DEFAULT '0',
  `contactLatitude` decimal(10,8) NOT NULL DEFAULT '0.00000000',
  `contactLeadID` int(11) NOT NULL,
  `contactLongitude` decimal(11,8) NOT NULL DEFAULT '0.00000000',
  `contactMemberID` int(11) NOT NULL DEFAULT '0',
  `contactNameFirst` varchar(50) NOT NULL,
  `contactNameLast` varchar(50) NOT NULL,
  `contactNameMiddle` varchar(50) NOT NULL,
  `contactNotes` varchar(2000) NOT NULL,
  `contactOpportunityID` int(11) NOT NULL,
  `contactOptInDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `contactOptOutDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `contactOptType` varchar(100) NOT NULL,
  `contactOrganizationID` int(11) NOT NULL DEFAULT '0',
  `contactOrganizationName` varchar(100) NOT NULL,
  `contactOrganizationWebsite` varchar(100) NOT NULL,
  `contactPersonID` int(11) NOT NULL DEFAULT '0',
  `contactPhone` varchar(20) NOT NULL,
  `contactProjectID` int(11) NOT NULL,
  `contactSource` varchar(50) NOT NULL,
  `contactState` varchar(2) NOT NULL,
  `contactStatus` varchar(30) NOT NULL,
  `contactStreet1` varchar(50) NOT NULL,
  `contactStreet2` varchar(50) NOT NULL,
  `contactTaskID` int(11) NOT NULL,
  `contactTitle` varchar(50) NOT NULL,
  `contactType` varchar(30) NOT NULL,
  `contactWebsite` varchar(200) NOT NULL,
  `contactZipPC` varchar(10) NOT NULL,
  `dataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `dataOwnerPersonID` int(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `destinationMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `personID` int(11) NOT NULL DEFAULT '0',
  `pingCallActiveDuration` time NOT NULL DEFAULT '00:00:00',
  `pingCallPreviewDuration` time NOT NULL DEFAULT '00:00:00',
  `pingCallWrapUpDuration` time NOT NULL DEFAULT '00:00:00',
  `pingChannel` varchar(20) NOT NULL,
  `pingDirection` varchar(20) NOT NULL,
  `pingDurationSeconds` decimal(10,0) NOT NULL,
  `pingEmailAddress` varchar(100) NOT NULL,
  `pingEndDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pingFollowUpDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pingGUID` varchar(50) NOT NULL,
  `pingID` int(11) NOT NULL AUTO_INCREMENT,
  `pingLocation` varchar(100) NOT NULL,
  `pingManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `pingName` varchar(100) NOT NULL,
  `pingNamePublic` varchar(100) NOT NULL,
  `pingOverview` varchar(500) NOT NULL,
  `pingProcessedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pingReceivedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pingResult` varchar(100) NOT NULL,
  `pingSourceMemberID` int(11) NOT NULL DEFAULT '0',
  `pingStartDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pingStatus` varchar(100) NOT NULL,
  `pingStatusDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pingTargetCity` varchar(50) NOT NULL,
  `pingTargetEmailAddress` varchar(50) NOT NULL,
  `pingTargetFax` varchar(20) NOT NULL,
  `pingTargetIPAddress` varchar(39) NOT NULL,
  `pingTargetNameFirst` varchar(50) NOT NULL,
  `pingTargetNameLast` varchar(50) NOT NULL,
  `pingTargetNameMiddle` varchar(50) NOT NULL,
  `pingTargetOrganizationID` int(11) NOT NULL DEFAULT '0',
  `pingTargetOrganizationName` varchar(100) NOT NULL,
  `pingTargetPersonID` int(11) NOT NULL DEFAULT '0',
  `pingTargetPhone` varchar(20) NOT NULL,
  `pingTargetState` varchar(2) NOT NULL,
  `pingTargetStreet1` varchar(50) NOT NULL,
  `pingTargetStreet2` varchar(50) NOT NULL,
  `pingTargetWebsite` varchar(200) NOT NULL,
  `pingTargetZipPC` varchar(10) NOT NULL,
  `pingType` varchar(100) NOT NULL,
  `pingURL` varchar(300) NOT NULL,
  `tcgLeadGenerationID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `workflowInstanceID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`pingID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistPing`
--

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

--
-- Table structure for table `twistPortal`
--

DROP TABLE IF EXISTS `twistPortal`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistPortal` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `portalCode` varchar(100) NOT NULL,
  `portalID` int(11) NOT NULL AUTO_INCREMENT,
  `portalName` varchar(100) NOT NULL,
  `portalNamePublic` varchar(100) NOT NULL,
  `portalOverview` varchar(500) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`portalID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistPortal`
--

LOCK TABLES `twistPortal` WRITE;
/*!40000 ALTER TABLE `twistPortal` DISABLE KEYS */;
INSERT INTO `twistPortal` VALUES ('0000-00-00 00:00:00',0,'2015-02-22 07:03:20',0,'unify',1,'Twist! Unify','Twist! Unify','','0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistPortal` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistProject`
--

DROP TABLE IF EXISTS `twistProject`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistProject` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `projectCancelledDate` date NOT NULL DEFAULT '0000-00-00',
  `projectCancelledMemberID` int(11) NOT NULL DEFAULT '0',
  `projectCancelledTime` time NOT NULL DEFAULT '00:00:00',
  `projectCode` varchar(100) NOT NULL,
  `projectCompletedDate` date NOT NULL DEFAULT '0000-00-00',
  `projectCompletedMemberID` int(11) NOT NULL DEFAULT '0',
  `projectCompletedTime` time NOT NULL DEFAULT '00:00:00',
  `projectDataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `projectDataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `projectDataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `projectDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `projectDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `projectDueDate` date NOT NULL DEFAULT '0000-00-00',
  `projectDueTime` time NOT NULL DEFAULT '00:00:00',
  `projectEndDate` date NOT NULL DEFAULT '0000-00-00',
  `projectEndTime` time NOT NULL DEFAULT '00:00:00',
  `projectHistory` varchar(2000) NOT NULL,
  `projectID` int(11) NOT NULL AUTO_INCREMENT,
  `projectInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `projectInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `projectName` varchar(100) NOT NULL,
  `projectNamePublic` varchar(100) NOT NULL,
  `projectOverview` varchar(500) NOT NULL,
  `projectPersonal` tinyint(1) NOT NULL DEFAULT '0',
  `projectStatusID` int(11) NOT NULL DEFAULT '0',
  `projectSubTypeID` int(11) NOT NULL DEFAULT '0',
  `projectTypeID` int(11) NOT NULL DEFAULT '0',
  `projectUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `projectUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`projectID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistProject`
--

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

--
-- Table structure for table `twistQuery`
--

DROP TABLE IF EXISTS `twistQuery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistQuery` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `managerMemberID` int(11) NOT NULL DEFAULT '0',
  `massUpdateQuery` tinyint(1) NOT NULL DEFAULT '0',
  `masterQuery` tinyint(1) NOT NULL DEFAULT '0',
  `messageQuery` tinyint(1) NOT NULL DEFAULT '0',
  `masterQueryID` int(11) NOT NULL DEFAULT '0',
  `orderByClause` varchar(1000) NOT NULL,
  `orderByClauseBackup` varchar(1000) NOT NULL,
  `orderByClauseMasterQueryID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberID` int(11) NOT NULL DEFAULT '0',
  `pagination` varchar(100) NOT NULL,
  `queryAppID` int(11) NOT NULL DEFAULT '0',
  `queryCode` varchar(100) NOT NULL,
  `queryID` int(11) NOT NULL AUTO_INCREMENT,
  `queryName` varchar(100) NOT NULL,
  `queryNamePublic` varchar(100) NOT NULL,
  `queryOverview` varchar(500) NOT NULL,
  `queryStatement` varchar(2000) NOT NULL,
  `queryStatementBackup` varchar(1000) NOT NULL,
  `queryStatementMasterQueryID` int(11) NOT NULL DEFAULT '0',
  `queryStatusLookupID` int(11) NOT NULL DEFAULT '0',
  `queryTitle` varchar(100) NOT NULL,
  `queryTypeAppQuick` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeAppSearch` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeDataManager` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeDataManagerSelect` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeDefault` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeFormItem` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeFormSelect` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeGlobalQuick` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeGlobalSearch` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeMassUpdate` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeMaster` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeMessage` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeWeb` tinyint(1) NOT NULL DEFAULT '0',
  `queryTypeWorkflow` tinyint(1) NOT NULL DEFAULT '0',
  `queryViewIDDefault` int(11) NOT NULL DEFAULT '0',
  `quickQuery` tinyint(1) NOT NULL DEFAULT '0',
  `quickSearchQuery` tinyint(1) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `whereAuthorMemberID` tinyint(1) NOT NULL DEFAULT '0',
  `whereClause` varchar(2000) NOT NULL,
  `whereClauseBackup` varchar(1000) NOT NULL,
  `whereClauseMasterQueryID` int(11) NOT NULL DEFAULT '0',
  `whereDeletedMemberID` tinyint(1) NOT NULL DEFAULT '0',
  `whereManagerMemberID` tinyint(1) NOT NULL DEFAULT '0',
  `whereOwnerMemberID` tinyint(1) NOT NULL DEFAULT '0',
  `whereUpdatedMemberID` tinyint(1) NOT NULL DEFAULT '0',
  `workflowQuery` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`queryID`)
) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistQuery`
--

LOCK TABLES `twistQuery` WRITE;
/*!40000 ALTER TABLE `twistQuery` DISABLE KEYS */;
INSERT INTO `twistQuery` VALUES ('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,0,0,'','',0,0,'',3,'personDataManager',16,'People Data Manager','People Data Manager','','SELECT * FROM twistPerson','',0,0,'',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0,0,'personID = [primaryID]','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,0,0,'personName','',0,0,'',3,'personDeleted',14,'People - Deleted','People - Deleted','','SELECT * FROM twistPerson','',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,5,0,0,'0000-00-00 00:00:00',0,0,'deletedDateTime <> \"0000-00-00 00:00:00\"','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,0,0,'personName','',0,0,'',3,'personQuickSearch',15,'People - Quick Search','People - Quick Search','','SELECT * FROM twistPerson','',0,0,'',0,1,0,0,1,0,0,0,0,0,0,0,0,0,5,0,0,'0000-00-00 00:00:00',0,0,'personName LIKE [quickSearchText] AND deletedDateTime=\"0000-00-00 00:00:00\" ','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-18 17:57:25',0,0,0,0,0,0,'personName','personName',0,0,'',3,'personActive',13,'People - Active','Active','','SELECT * FROM twistPerson','SELECT * FROM twistPerson',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,5,0,0,'0000-00-00 00:00:00',0,0,'deletedDateTime = \"0000-00-00 00:00:00\"','deletedDateTime = \"0000-00-00 00:00:00\"',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,0,0,'appName','appName',0,0,'',1,'appActive',5,'Apps - Active','Active','','SELECT * FROM twistApp','SELECT * FROM twistApp',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,3,0,0,'0000-00-00 00:00:00',0,0,'deletedDateTime = \"0000-00-00 00:00:00\"','deletedDateTime = \"0000-00-00 00:00:00\"',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,0,0,'appName','',0,0,'',1,'appDeleted',6,'Apps - Deleted','Apps - Deleted','','SELECT * FROM twistApp','',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,3,0,0,'0000-00-00 00:00:00',0,0,'deletedDateTime <> \"0000-00-00 00:00:00\"','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,0,0,'appName','',0,0,'',1,'appQuickSearch',7,'Apps - Quick Search','Apps - Quick Search','','SELECT * FROM twistApp','',0,0,'',0,1,0,0,1,0,0,0,0,0,0,0,0,0,3,0,0,'0000-00-00 00:00:00',0,0,'appName LIKE [quickSearchText] AND deletedDateTime=\"0000-00-00 00:00:00\" ','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-06 13:06:56',0,0,0,0,0,0,'','',0,0,'',1,'appDataManager',8,'Apps Data Manager','Apps Data Manager','','SELECT * FROM twistApp','',0,0,'',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0,0,'appID = [primaryID]','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,0,0,'dealerName','dealerName',0,0,'',2,'dealerActive',9,'Dealers - Active','Active','','SELECT * FROM twistDealer','SELECT * FROM twistDealer',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,4,0,0,'0000-00-00 00:00:00',0,0,'deletedDateTime = \"0000-00-00 00:00:00\"','deletedDateTime = \"0000-00-00 00:00:00\"',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,0,0,'dealerName','',0,0,'',2,'dealerDeleted',10,'Dealers - Deleted','Dealers - Deleted','','SELECT * FROM twistDealer','',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,4,0,0,'0000-00-00 00:00:00',0,0,'deletedDateTime <> \"0000-00-00 00:00:00\"','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,0,0,'dealerName','',0,0,'',2,'dealerQuickSearch',11,'Dealers - Quick Search','Dealers - Quick Search','','SELECT * FROM twistDealer','',0,0,'',0,1,0,0,1,0,0,0,0,0,0,0,0,0,4,0,0,'0000-00-00 00:00:00',0,0,'dealerName LIKE [quickSearchText] AND deletedDateTime=\"0000-00-00 00:00:00\" ','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-05-06 13:39:38',0,0,0,0,0,0,'','',0,0,'',2,'dealerDataManager',12,'Dealers Data Manager','Dealers Data Manager','','SELECT * FROM twistDealer','',0,0,'',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0,0,'dealerID = [primaryID]','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,0,0,'','',0,0,'',5,'memberDataManager',24,'Members Data Manager','Members Data Manager','','SELECT * FROM twistMember AS m JOIN twistPerson AS p ON m.personID = p.personID ','',0,0,'',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0,0,'memberID = [primaryID]','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,0,0,'','',0,0,'',5,'memberQuickSearch',23,'Members - Quick Search','Members - Quick Search','','SELECT * FROM twistMember AS m JOIN twistPerson AS p ON m.personID = p.personID ','',0,0,'',0,1,0,0,1,0,0,0,0,0,0,0,0,0,7,0,0,'0000-00-00 00:00:00',0,0,'memberName LIKE [quickSearchText] AND m.deletedDateTime=\"0000-00-00 00:00:00\" ','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,0,0,'','',0,0,'',5,'memberDeleted',22,'Members - Deleted','Members - Deleted','','SELECT * FROM twistMember AS m JOIN twistPerson AS p ON m.personID = p.personID ','',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,7,0,0,'0000-00-00 00:00:00',0,0,'m.deletedDateTime <> \"0000-00-00 00:00:00\"','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-06-07 19:30:16',0,0,0,0,0,0,'','',0,0,'',5,'memberActive',21,'Members - Active','Active','','SELECT * FROM twistMember AS m JOIN twistPerson AS p ON m.personID = p.personID ','SELECT * FROM twistMember AS m JOIN twistPerson AS p ON m.personID = p.personID ',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,7,0,0,'0000-00-00 00:00:00',0,0,'m.deletedDateTime = \"0000-00-00 00:00:00\"','m.deletedDateTime = \"0000-00-00 00:00:00\"',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,'','',0,0,'',6,'coreActive',25,'Core - Active','Active','','SELECT * FROM ','SELECT * FROM ',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,8,0,0,'0000-00-00 00:00:00',0,0,'deletedDateTime = \"0000-00-00 00:00:00\"','deletedDateTime = \"0000-00-00 00:00:00\"',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,'','',0,0,'',6,'coreDeleted',26,'Core - Deleted','Core - Deleted','','SELECT * FROM ','',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,8,0,0,'0000-00-00 00:00:00',0,0,'deletedDateTime <> \"0000-00-00 00:00:00\"','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,'','',0,0,'',6,'coreQuickSearch',27,'Core - Quick Search','Core - Quick Search','','SELECT * FROM ','',0,0,'',0,1,0,0,1,0,0,0,0,0,0,0,0,0,8,0,0,'0000-00-00 00:00:00',0,0,'coreName LIKE [quickSearchText] AND deletedDateTime=\"0000-00-00 00:00:00\" ','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,'','',0,0,'',6,'coreDataManager',28,'Core Data Manager','Core Data Manager','','SELECT * FROM ','',0,0,'',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0,0,'coreID = [primaryID]','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,'appName','appName',0,0,'',7,'appActive',29,'Apps - Active','Active','','SELECT * FROM twistApp','SELECT * FROM twistApp',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,9,0,0,'0000-00-00 00:00:00',0,0,'deletedDateTime = \"0000-00-00 00:00:00\"','deletedDateTime = \"0000-00-00 00:00:00\"',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,'appName','',0,0,'',7,'appDeleted',30,'Apps - Deleted','Apps - Deleted','','SELECT * FROM twistApp','',0,0,'',1,0,0,0,1,0,0,0,0,0,0,0,0,0,9,0,0,'0000-00-00 00:00:00',0,0,'deletedDateTime <> \"0000-00-00 00:00:00\"','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,'appName','',0,0,'',7,'appQuickSearch',31,'Apps - Quick Search','Apps - Quick Search','','SELECT * FROM twistApp','',0,0,'',0,1,0,0,1,0,0,0,0,0,0,0,0,0,9,0,0,'0000-00-00 00:00:00',0,0,'appName LIKE [quickSearchText] AND deletedDateTime=\"0000-00-00 00:00:00\" ','',0,0,0,0,0,0),('0000-00-00 00:00:00',0,'2016-07-21 23:06:52',0,0,0,0,0,0,'','',0,0,'',7,'appDataManager',32,'Apps Data Manager','Apps Data Manager','','SELECT * FROM twistApp','',0,0,'',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,'0000-00-00 00:00:00',0,0,'appID = [primaryID]','',0,0,0,0,0,0);
/*!40000 ALTER TABLE `twistQuery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistQueryFilter`
--

DROP TABLE IF EXISTS `twistQueryFilter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistQueryFilter` (
  `deleted` tinyint(1) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `formID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `queryFilterCode` varchar(100) NOT NULL,
  `queryFilterID` int(11) NOT NULL AUTO_INCREMENT,
  `queryFilterName` varchar(100) NOT NULL,
  `queryFilterNamePublic` varchar(100) NOT NULL,
  `queryFilterOverview` varchar(1000) NOT NULL,
  `queryFilterSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterSourceFileName` varchar(100) NOT NULL,
  `queryFilterSourceFilePath` varchar(200) NOT NULL,
  `queryFilterStatusID` int(11) NOT NULL DEFAULT '0',
  `queryFilterTypeID` int(11) NOT NULL DEFAULT '0',
  `queryFilterStatusSLIID` int(11) NOT NULL DEFAULT '0',
  `queryFilterTypeSLIID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `whereClause` varchar(2000) NOT NULL,
  PRIMARY KEY (`queryFilterID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistQueryFilter`
--

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

--
-- Table structure for table `twistQueryFilterItem`
--

DROP TABLE IF EXISTS `twistQueryFilterItem`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistQueryFilterItem` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `queryFilterID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemClient` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemCode` varchar(100) NOT NULL,
  `queryFilterItemCSSLabelClass` varchar(100) NOT NULL,
  `queryFilterItemCSSLabelStyle` varchar(500) NOT NULL,
  `queryFilterItemDisplayOrder` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemID` int(11) NOT NULL AUTO_INCREMENT,
  `queryFilterItemInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `queryFilterItemInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemName` varchar(100) NOT NULL,
  `queryFilterItemNamePublic` varchar(100) NOT NULL,
  `queryFilterItemOverview` varchar(500) NOT NULL,
  `queryFilterItemUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `queryFilterItemUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemValue1ActionBlurSource` varchar(500) NOT NULL,
  `queryFilterItemValue1ActionBlurTypeCode` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue1ActionClickSource` varchar(500) NOT NULL,
  `queryFilterItemValue1ActionClickTypeCode` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue1ActionFocusSource` varchar(500) NOT NULL,
  `queryFilterItemValue1ActionFocusTypeCode` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue1ActionHoverSource` varchar(500) NOT NULL,
  `queryFilterItemValue1ActionHoverTypeCode` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue1CSSDataClass` varchar(100) NOT NULL,
  `queryFilterItemValue1CSSDataStyle` varchar(500) NOT NULL,
  `queryFilterItemValue1CSSLabelClass` varchar(100) NOT NULL,
  `queryFilterItemValue1CSSLabelStyle` varchar(500) NOT NULL,
  `queryFilterItemValue1Default` varchar(500) NOT NULL,
  `queryFilterItemValue1DisplaySourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue1DisplaySourceFileName` varchar(100) NOT NULL,
  `queryFilterItemValue1DisplaySourceFilePath` varchar(200) NOT NULL,
  `queryFilterItemValue1DOMID` varchar(100) NOT NULL,
  `queryFilterItemValue1InputTypeCode` varchar(100) NOT NULL,
  `queryFilterItemValue1Instructions` varchar(100) NOT NULL,
  `queryFilterItemValue1JoinOutput` varchar(500) NOT NULL,
  `queryFilterItemValue1JoinSelectSQLLimitClause` varchar(100) NOT NULL,
  `queryFilterItemValue1JoinSelectSQLOptionDisplay` varchar(100) NOT NULL,
  `queryFilterItemValue1JoinSelectSQLOptionSelected` varchar(100) NOT NULL,
  `queryFilterItemValue1JoinSelectSQLOptionValue` varchar(100) NOT NULL,
  `queryFilterItemValue1JoinSelectSQLOrderByClause` varchar(500) NOT NULL,
  `queryFilterItemValue1JoinSelectSQLStatement` varchar(500) NOT NULL,
  `queryFilterItemValue1JoinSelectSQLWhereClause` varchar(500) NOT NULL,
  `queryFilterItemValue1JoinSource` varchar(1000) NOT NULL,
  `queryFilterItemValue1JoinSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue1JoinSourceFileName` varchar(100) NOT NULL,
  `queryFilterItemValue1JoinSourceFilePath` varchar(200) NOT NULL,
  `queryFilterItemValue1JoinSQLTableID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemValue1LogicTypeCode` varchar(100) NOT NULL,
  `queryFilterItemValue1Placeholder` varchar(100) NOT NULL,
  `queryFilterItemValue1ReadOnly` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue1RenderSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue1RenderSourceFileName` varchar(100) NOT NULL,
  `queryFilterItemValue1RenderSourceFilePath` varchar(200) NOT NULL,
  `queryFilterItemValue1SelectListID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemValue1SQLColumnID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemValue1SQLTableID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemValue1TabIndex` smallint(6) NOT NULL,
  `queryFilterItemValue1Title` varchar(100) NOT NULL,
  `queryFilterItemValue1ValidationLogic` varchar(500) NOT NULL,
  `queryFilterItemValue1ValidationSequence` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemValue2ActionBlurSource` varchar(500) NOT NULL,
  `queryFilterItemValue2ActionBlurTypeCode` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue2ActionClickSource` varchar(500) NOT NULL,
  `queryFilterItemValue2ActionClickTypeCode` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue2ActionFocusSource` varchar(500) NOT NULL,
  `queryFilterItemValue2ActionFocusTypeCode` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue2ActionHoverSource` varchar(500) NOT NULL,
  `queryFilterItemValue2ActionHoverTypeCode` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue2CSSDataClass` varchar(100) NOT NULL,
  `queryFilterItemValue2CSSDataStyle` varchar(500) NOT NULL,
  `queryFilterItemValue2CSSLabelClass` varchar(100) NOT NULL,
  `queryFilterItemValue2CSSLabelStyle` varchar(500) NOT NULL,
  `queryFilterItemValue2Default` varchar(500) NOT NULL,
  `queryFilterItemValue2DisplaySourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue2DisplaySourceFileName` varchar(100) NOT NULL,
  `queryFilterItemValue2DisplaySourceFilePath` varchar(200) NOT NULL,
  `queryFilterItemValue2DOMID` varchar(100) NOT NULL,
  `queryFilterItemValue2InputTypeCode` varchar(100) NOT NULL,
  `queryFilterItemValue2Instructions` varchar(100) NOT NULL,
  `queryFilterItemValue2JoinOutput` varchar(500) NOT NULL,
  `queryFilterItemValue2JoinSelectSQLLimitClause` varchar(100) NOT NULL,
  `queryFilterItemValue2JoinSelectSQLOptionDisplay` varchar(100) NOT NULL,
  `queryFilterItemValue2JoinSelectSQLOptionSelected` varchar(100) NOT NULL,
  `queryFilterItemValue2JoinSelectSQLOptionValue` varchar(100) NOT NULL,
  `queryFilterItemValue2JoinSelectSQLOrderByClause` varchar(500) NOT NULL,
  `queryFilterItemValue2JoinSelectSQLStatement` varchar(500) NOT NULL,
  `queryFilterItemValue2JoinSelectSQLWhereClause` varchar(500) NOT NULL,
  `queryFilterItemValue2JoinSource` varchar(1000) NOT NULL,
  `queryFilterItemValue2JoinSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue2JoinSourceFileName` varchar(100) NOT NULL,
  `queryFilterItemValue2JoinSourceFilePath` varchar(200) NOT NULL,
  `queryFilterItemValue2JoinSQLTableID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemValue2LogicTypeCode` varchar(100) NOT NULL,
  `queryFilterItemValue2Placeholder` varchar(100) NOT NULL,
  `queryFilterItemValue2ReadOnly` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue2RenderSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `queryFilterItemValue2RenderSourceFileName` varchar(100) NOT NULL,
  `queryFilterItemValue2RenderSourceFilePath` varchar(200) NOT NULL,
  `queryFilterItemValue2SelectListID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemValue2SQLColumnID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemValue2SQLTableID` int(11) NOT NULL DEFAULT '0',
  `queryFilterItemValue2TabIndex` smallint(6) NOT NULL,
  `queryFilterItemValue2Title` varchar(100) NOT NULL,
  `queryFilterItemValue2ValidationLogic` varchar(500) NOT NULL,
  `queryFilterItemValue2ValidationSequence` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`queryFilterItemID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistQueryFilterItem`
--

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

--
-- Table structure for table `twistQueryView`
--

DROP TABLE IF EXISTS `twistQueryView`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistQueryView` (
  `a` tinyint(1) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `fileName` varchar(100) NOT NULL,
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `managerMemberID` int(11) NOT NULL DEFAULT '0',
  `masterQueryViewID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberID` int(11) NOT NULL DEFAULT '0',
  `queryViewCode` varchar(100) NOT NULL,
  `queryViewContent` varchar(4000) NOT NULL,
  `queryViewID` int(11) NOT NULL AUTO_INCREMENT,
  `queryViewName` varchar(100) NOT NULL,
  `queryViewNamePublic` varchar(100) NOT NULL,
  `queryViewOverview` varchar(500) NOT NULL,
  `queryViewStatusLookupID` int(11) NOT NULL DEFAULT '0',
  `queryViewTitle` varchar(100) NOT NULL,
  `queryViewType` varchar(20) NOT NULL,
  `queryViewTypeDefault` tinyint(1) NOT NULL DEFAULT '0',
  `queryViewTypeLookupID` int(11) NOT NULL DEFAULT '0',
  `sourcePath` varchar(100) NOT NULL,
  `sqlTableID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`queryViewID`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistQueryView`
--

LOCK TABLES `twistQueryView` WRITE;
/*!40000 ALTER TABLE `twistQueryView` DISABLE KEYS */;
INSERT INTO `twistQueryView` VALUES (0,'0000-00-00 00:00:00',0,'','2016-05-06 13:06:56',0,0,0,0,'appDefault','',3,'Apps - Default','Default','',0,'','table',1,0,'',88,'0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'','2016-05-02 14:15:01',0,0,0,0,'dealerDefault','',2,'Dealer Default','Default','',0,'','table',0,0,'',91,'0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'','2016-05-06 13:39:38',0,0,0,0,'dealerDefault','',4,'Dealers - Default','Default','',0,'','table',1,0,'',91,'0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'','2016-05-18 17:57:25',0,0,0,0,'personDefault','',5,'People - Default','Default','',0,'','table',1,0,'',3,'0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'','2016-06-07 19:30:16',0,0,0,0,'memberDefault','',7,'Members - Default','Default','',0,'','table',1,0,'',49,'0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'','2016-07-21 23:06:52',0,0,0,0,'coreDefault','',8,'Core - Default','Default','',0,'','table',1,0,'',0,'0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'','2016-07-21 23:06:52',0,0,0,0,'appDefault','',9,'Apps - Default','Default','',0,'','table',1,0,'',88,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistQueryView` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistQueryViewItem`
--

DROP TABLE IF EXISTS `twistQueryViewItem`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistQueryViewItem` (
  `a` tinyint(1) NOT NULL DEFAULT '0',
  `cssClass` varchar(100) NOT NULL,
  `cssID` varchar(100) NOT NULL,
  `cssStyle` varchar(500) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) DEFAULT '0',
  `displayOrder` smallint(10) NOT NULL,
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `queryViewID` int(11) NOT NULL DEFAULT '0',
  `queryViewItemCode` varchar(100) NOT NULL,
  `queryViewItemID` int(11) NOT NULL AUTO_INCREMENT,
  `queryViewItemName` varchar(100) NOT NULL,
  `queryViewItemNamePublic` varchar(100) NOT NULL,
  `queryViewItemOverview` varchar(1000) NOT NULL,
  `queryViewItemPublic` varchar(100) NOT NULL,
  `queryViewItemSourceCode` varchar(4000) NOT NULL,
  `queryViewItemStatusLookupID` int(11) NOT NULL DEFAULT '0',
  `queryViewItemStyleData` varchar(500) NOT NULL,
  `queryViewItemStyleHeader` varchar(500) NOT NULL,
  `queryViewItemTitle` varchar(100) NOT NULL,
  `queryViewItemTypeLookupID` int(11) NOT NULL DEFAULT '0',
  `sqlColumnCodeCustom` varchar(8000) NOT NULL,
  `sqlColumnID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`queryViewItemID`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistQueryViewItem`
--

LOCK TABLES `twistQueryViewItem` WRITE;
/*!40000 ALTER TABLE `twistQueryViewItem` DISABLE KEYS */;
INSERT INTO `twistQueryViewItem` VALUES (0,'','','','0000-00-00 00:00:00',0,0,'2016-05-02 14:03:44',0,1,'',1,'','','','','',0,'','','id',0,'',2626,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-05-02 14:03:44',0,1,'',2,'','','','','',0,'','','name',0,'',2628,'0000-00-00 00:00:00',0),(0,'','','','2016-05-02 11:12:22',2,0,'2016-05-02 14:15:01',0,2,'',3,'','','','','',0,'','','id',0,'',2626,'0000-00-00 00:00:00',0),(0,'','','','2016-05-02 11:12:17',2,0,'2016-05-02 14:15:01',0,2,'',4,'','','','','',0,'','','name',0,'',2628,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-05-02 18:12:06',0,2,'dealerName',5,'dealerName','dealerName','','','',0,'','','Dealer Name',0,'',2204,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-05-02 18:30:56',0,2,'dealerAddressState',6,'dealerAddressState','dealerAddressState','','','',0,'','','State',0,'',2190,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-05-02 18:31:21',0,2,'dealerOverview',7,'dealerOverview','dealerOverview','','','',0,'','','Overview',0,'',2206,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-05-02 18:31:43',0,2,'dealerAddressWebsite',8,'dealerAddressWebsite','dealerAddressWebsite','','','echo \'<a href=\"\' . $rowDataTable[\"dealerAddressWebsite\"] . \'\" target=\"_blank\">\' . $rowDataTable[\"dealerAddressWebsite\"] . \'</>\';',0,'','','Website',0,'',2193,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-05-06 13:06:56',0,3,'',9,'','','','','',0,'','','appName',0,'',2020,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-05-06 13:39:38',0,4,'',10,'','','','','',0,'','','Dealer Name',0,'',2204,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-05-06 15:01:10',0,4,'dealerAddressCity',11,'dealerAddressCity','dealerAddressCity','','','',0,'','','City',0,'',2185,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-05-06 15:01:24',0,4,'dealerAddressState',12,'dealerAddressState','dealerAddressState','','','',0,'','','State',0,'',2190,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-05-18 17:57:25',0,5,'',13,'','','','','',0,'','','personName',0,'',109,'0000-00-00 00:00:00',0),(0,'','','','2016-06-07 12:31:14',2,0,'2016-06-07 19:30:16',0,7,'',15,'','','','','',0,'','','',0,'',0,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-06-07 19:31:09',0,7,'personName',16,'personName','personName','','','',0,'','','personName',0,'',109,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-07-21 23:06:52',0,8,'',17,'','','','','',0,'','','',0,'',0,'0000-00-00 00:00:00',0),(0,'','','','0000-00-00 00:00:00',0,0,'2016-07-21 23:06:52',0,9,'',18,'','','','','',0,'','','appName',0,'',2020,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistQueryViewItem` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistRole`
--

DROP TABLE IF EXISTS `twistRole`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistRole` (
  `client` tinyint(1) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `roleCode` varchar(50) NOT NULL,
  `roleID` int(11) NOT NULL AUTO_INCREMENT,
  `roleName` varchar(100) NOT NULL,
  `roleNamePublic` varchar(100) NOT NULL,
  `roleOverview` varchar(500) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`roleID`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistRole`
--

LOCK TABLES `twistRole` WRITE;
/*!40000 ALTER TABLE `twistRole` DISABLE KEYS */;
INSERT INTO `twistRole` VALUES (0,'0000-00-00 00:00:00',0,'2015-06-28 01:51:07',0,'twistAssistant',1,'Twist! Assistant','Twist! Assistant','','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 01:51:07',0,'twistAdministrator',2,'Twist! Administrator','Twist! Administrator','','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 01:51:31',0,'twistDesigner',3,'Twist! Designer','Twist! Designer','','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 01:53:05',0,'twistClientKeyContact',4,'Client Key Contact','Client Key Contact','','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 01:55:02',0,'twistClientAdministrator',5,'Client Administrator','Client Administrator','','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 01:55:02',0,'twistClientDesigner',6,'Client Designer','Client Designer','','0000-00-00 00:00:00',0),(0,'0000-00-00 00:00:00',0,'2015-06-28 01:55:27',0,'clientBusinessManager',7,'Client Business Manager','WP Business Manager','','2016-05-18 12:00:59',2),(1,'0000-00-00 00:00:00',0,'2015-09-05 22:38:31',2,'clientTeam',8,'Client Team','WP Team','','2016-05-18 12:00:13',2);
/*!40000 ALTER TABLE `twistRole` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistSQLColumn`
--

DROP TABLE IF EXISTS `twistSQLColumn`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistSQLColumn` (
  `clientColumn` tinyint(1) NOT NULL DEFAULT '0',
  `clientVisible` tinyint(1) NOT NULL DEFAULT '0',
  `customMetadata` tinyint(1) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `inputTypeDefault` varchar(20) NOT NULL,
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `sqlColumnCode` varchar(100) NOT NULL,
  `sqlColumnDefault` varchar(200) NOT NULL,
  `sqlColumnExtra` varchar(50) NOT NULL,
  `sqlColumnID` int(11) NOT NULL AUTO_INCREMENT,
  `sqlColumnKey` varchar(20) NOT NULL,
  `sqlColumnName` varchar(100) NOT NULL,
  `sqlColumnNamePublic` varchar(100) NOT NULL,
  `sqlColumnNull` varchar(3) NOT NULL,
  `sqlColumnOverview` varchar(500) NOT NULL,
  `sqlColumnType` varchar(20) NOT NULL,
  `sqlTableID` int(11) NOT NULL DEFAULT '0',
  `twistVersion` varchar(10) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`sqlColumnID`)
) ENGINE=MyISAM AUTO_INCREMENT=2743 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistSQLColumn`
--

LOCK TABLES `twistSQLColumn` WRITE;
/*!40000 ALTER TABLE `twistSQLColumn` DISABLE KEYS */;
INSERT INTO `twistSQLColumn` VALUES (0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssClass','','',1,'','cssClass','cssClass','NO','','varchar(100)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssStyle','','',2,'','cssStyle','cssStyle','NO','','varchar(500)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',3,'','deletedDateTime','deletedDateTime','NO','','datetime',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',4,'','deletedMemberID','deletedMemberID','YES','','int(11)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestCodeSubmit','','',5,'','entityRequestCodeSubmit','entityRequestCodeSubmit','NO','','varchar(100)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formCode','','',6,'','formCode','formCode','NO','','varchar(100)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formCodeMaster','','',7,'','formCodeMaster','formCodeMaster','NO','','varchar(100)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formID','','auto_increment',8,'PRI','formID','formID','NO','','int(11)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formName','','',9,'','formName','formName','NO','','varchar(100)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formNamePublic','','',10,'','formNamePublic','formNamePublic','NO','','varchar(100)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formOverview','','',11,'','formOverview','formOverview','NO','','varchar(500)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formStatus','','',12,'','formStatus','formStatus','NO','','varchar(20)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formType','','',13,'','formType','formType','NO','','varchar(20)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',14,'','insertedDateTime','insertedDateTime','NO','','timestamp',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',15,'','insertedMemberID','insertedMemberID','YES','','int(11)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',16,'','updatedDateTime','updatedDateTime','NO','','datetime',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',17,'','updatedMemberID','updatedMemberID','YES','','int(11)',1,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'selectListAllowReset','0','',18,'','selectListAllowReset','selectListAllowReset','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBlurSource','','',19,'','actionBlurSource','actionBlurSource','NO','','varchar(1000)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBlurTypeSLIID','0','',20,'','actionBlurTypeSLIID','actionBlurTypeSLIID','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionClickSource','','',21,'','actionClickSource','actionClickSource','NO','','varchar(1000)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionClickTypeSLIID','0','',22,'','actionClickTypeSLIID','actionClickTypeSLIID','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionFocusSource','','',23,'','actionFocusSource','actionFocusSource','NO','','varchar(1000)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionFocusTypeSLIID','0','',24,'','actionFocusTypeSLIID','actionFocusTypeSLIID','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionHoverSource','','',25,'','actionHoverSource','actionHoverSource','NO','','varchar(1000)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionHoverTypeSLIID','0','',26,'','actionHoverTypeSLIID','actionHoverTypeSLIID','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssDataClass','','',27,'','cssDataClass','cssDataClass','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssLabelClass','','',28,'','cssLabelClass','cssLabelClass','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssDataStyle','','',29,'','cssDataStyle','cssDataStyle','NO','','varchar(200)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssLabelStyle','','',30,'','cssLabelStyle','cssLabelStyle','NO','','varchar(200)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'custom','0','',31,'','custom','custom','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataClass','','',32,'','dataClass','dataClass','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataDOMID','','',33,'','dataDOMID','dataDOMID','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataEntryOrder','0','',34,'','dataEntryOrder','dataEntryOrder','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataHide','0','',35,'','dataHide','dataHide','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionID','0','',36,'','dataManagerSectionID','dataManagerSectionID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataStyle','','',37,'','dataStyle','dataStyle','NO','','varchar(500)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataTitle','','',38,'','dataTitle','dataTitle','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'defaultValue','','',39,'','defaultValue','defaultValue','NO','','varchar(500)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',40,'','deletedDateTime','deletedDateTime','NO','','datetime',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',41,'','deletedMemberID','deletedMemberID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'displayLogic','','',42,'','displayLogic','displayLogic','NO','','varchar(1000)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'displayOrder','0','',43,'','displayOrder','displayOrder','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'draggable','0','',44,'','draggable','draggable','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formID','0','',45,'','formID','formID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formItemCode','','',46,'','formItemCode','formItemCode','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formItemID','','auto_increment',47,'PRI','formItemID','formItemID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formItemName','','',48,'','formItemName','formItemName','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formItemNamePublic','','',49,'','formItemNamePublic','formItemNamePublic','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formItemOverview','','',50,'','formItemOverview','formItemOverview','NO','','varchar(500)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formItemType','','',51,'','formItemType','formItemType','NO','','varchar(50)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'hotKey','','',52,'','hotKey','hotKey','NO','','varchar(10)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'inputClass','','',53,'','inputClass','inputClass','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'inputStyle','','',54,'','inputStyle','inputStyle','NO','','varchar(200)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'inputType','','',55,'','inputType','inputType','NO','','varchar(20)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',56,'','insertedDateTime','insertedDateTime','NO','','timestamp',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',57,'','insertedMemberID','insertedMemberID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'instructions','','',58,'','instructions','instructions','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'labelOnly','0','',59,'','labelOnly','labelOnly','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'labelText','','',60,'','labelText','labelText','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkMatchSQLTableID','0','',61,'','linkMatchSQLTableID','linkMatchSQLTableID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkSourceTableCode','','',62,'','linkSourceTableCode','linkSourceTableCode','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkUpdateEntityRequestCode','','',63,'','linkUpdateEntityRequestCode','linkUpdateEntityRequestCode','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'mask','','',64,'','mask','mask','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'nonDataClass','','',65,'','nonDataClass','nonDataClass','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'nonDataDOMID','','',66,'','nonDataDOMID','nonDataDOMID','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'nonDataHide','0','',67,'','nonDataHide','nonDataHide','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'nonDataStyle','','',68,'','nonDataStyle','nonDataStyle','NO','','varchar(500)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'nonDataTitle','','',69,'','nonDataTitle','nonDataTitle','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'onBlur','','',70,'','onBlur','onBlur','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'onClick','','',71,'','onClick','onClick','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'onFocus','','',72,'','onFocus','onFocus','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'placeholder','','',73,'','placeholder','placeholder','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pickListCode','','',74,'','pickListCode','pickListCode','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'positionLeft','0','',75,'','positionLeft','positionLeft','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'positionTop','0','',76,'','positionTop','positionTop','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'readOnly','0','',77,'','readOnly','readOnly','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'relationSQLTableID','0','',78,'','relationSQLTableID','relationSQLTableID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'selectListID','0','',79,'','selectListID','selectListID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnID','0','',80,'','sqlColumnID','sqlColumnID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlTableID','0','',81,'','sqlTableID','sqlTableID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tabIndex','','',82,'','tabIndex','tabIndex','NO','','smallint(6)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'title','','',83,'','title','title','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',84,'','updatedDateTime','updatedDateTime','NO','','datetime',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',85,'','updatedMemberID','updatedMemberID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updateLogic','','',86,'','updateLogic','updateLogic','NO','','varchar(500)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'validationLogic','','',87,'','validationLogic','validationLogic','NO','','varchar(500)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'validationSequence','0','',88,'','validationSequence','validationSequence','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'joinOutput','','',89,'','joinOutput','joinOutput','NO','','varchar(500)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'joinSelectSQLLimitClause','','',90,'','joinSelectSQLLimitClause','joinSelectSQLLimitClause','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'joinSelectSQLStatement','','',91,'','joinSelectSQLStatement','joinSelectSQLStatement','NO','','varchar(500)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'joinSelectSQLWhereClause','','',92,'','joinSelectSQLWhereClause','joinSelectSQLWhereClause','NO','','varchar(500)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'joinSource','','',93,'','joinSource','joinSource','NO','','varchar(2000)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'joinSourceFileLocal','0','',94,'','joinSourceFileLocal','joinSourceFileLocal','NO','','tinyint(1)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'joinSourceFileName','','',95,'','joinSourceFileName','joinSourceFileName','NO','','varchar(100)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'joinSourceFilePath','','',96,'','joinSourceFilePath','joinSourceFilePath','NO','','varchar(200)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'joinSQLTableID','0','',97,'','joinSQLTableID','joinSQLTableID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'joinSelectSQLOrderByClause','','',98,'','joinSelectSQLOrderByClause','joinSelectSQLOrderByClause','NO','','varchar(500)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkTypeID','0','',99,'','linkTypeID','linkTypeID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formItemLinkManagerID','0','',100,'','formItemLinkManagerID','formItemLinkManagerID','NO','','int(11)',2,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00','',101,'','deletedDateTime','deletedDateTime','NO','','date',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',102,'','deletedMemberID','deletedMemberID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',103,'','insertedMemberID','insertedMemberID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personContentVersionIDHeadshotPrimary','0','',104,'','Person Content Version ID Headshot Primary','Person Content Version ID Headshot Primary','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'nameFirst','','',105,'','nameFirst','nameFirst','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'nameLast','','',106,'','nameLast','nameLast','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personCode','','',107,'','personCode','personCode','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personID','','auto_increment',108,'PRI','personID','personID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personName','','',109,'','personName','personName','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'salutation','','',110,'','salutation','salutation','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',111,'','updatedDateTime','updatedDateTime','NO','','datetime',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',112,'','updatedMemberID','updatedMemberID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressHomeCity','','',113,'','personAddressHomeCity','personAddressHomeCity','NO','','varchar(30)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressHomeCountry','','',114,'','personAddressHomeCountry','personAddressHomeCountry','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressHomeCounty','','',115,'','personAddressHomeCounty','personAddressHomeCounty','NO','','varchar(30)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressHomeStateProvince','','',116,'','personAddressHomeStateProvince','personAddressHomeStateProvince','NO','','varchar(30)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressHomeStreet1','','',117,'','personAddressHomeStreet1','personAddressHomeStreet1','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressHomeStreet2','','',118,'','personAddressHomeStreet2','personAddressHomeStreet2','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressHomeZipPostalCode','','',119,'','personAddressHomeZipPostalCode','personAddressHomeZipPostalCode','NO','','varchar(10)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressWorkCity','','',120,'','personAddressWorkCity','personAddressWorkCity','NO','','varchar(30)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressWorkCountry','','',121,'','personAddressWorkCountry','personAddressWorkCountry','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressWorkCounty','','',122,'','personAddressWorkCounty','personAddressWorkCounty','NO','','varchar(30)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressWorkStateProvince','','',123,'','personAddressWorkStateProvince','personAddressWorkStateProvince','NO','','varchar(30)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressWorkStreet1','','',124,'','personAddressWorkStreet1','personAddressWorkStreet1','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressWorkStreet2','','',125,'','personAddressWorkStreet2','personAddressWorkStreet2','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personAddressWorkZipPostalCode','','',126,'','personAddressWorkZipPostalCode','personAddressWorkZipPostalCode','NO','','varchar(10)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personBestEmailAddress','','',127,'','personBestEmailAddress','personBestEmailAddress','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personBirthDate','0000-00-00','',128,'','personBirthDate','personBirthDate','NO','','date',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personContactAttemptDateTime','0000-00-00 00:00:00','',129,'','personContactAttemptDateTime','personContactAttemptDateTime','NO','','datetime',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personContactAttemptMemberID','0','',130,'','personContactAttemptMemberID','personContactAttemptMemberID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personContactSuccessDateTime','0000-00-00 00:00:00','',131,'','personContactSuccessDateTime','personContactSuccessDateTime','NO','','datetime',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personContactSuccessMemberID','0','',132,'','personContactSuccessMemberID','personContactSuccessMemberID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personDeathDate','0000-00-00','',133,'','personDeathDate','personDeathDate','NO','','date',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personDeletedDateTime','0000-00-00 00:00:00','',134,'','personDeletedDateTime','personDeletedDateTime','NO','','datetime',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personDeletedMemberID','0','',135,'','personDeletedMemberID','personDeletedMemberID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personEmailPersonal','','',136,'','personEmailPersonal','personEmailPersonal','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personEmailProfessional','','',137,'','personEmailProfessional','personEmailProfessional','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personGUID','','',138,'','personGUID','personGUID','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personInitialCleanUp','0000-00-00 00:00:00','',139,'','personInitialCleanUp','personInitialCleanUp','NO','','datetime',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personInsertedDateTime','CURRENT_TIMESTAMP','',140,'','personInsertedDateTime','personInsertedDateTime','NO','','timestamp',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personInsertedMemberID','0','',141,'','personInsertedMemberID','personInsertedMemberID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personLocatorIDBestAddress','0','',142,'','personLocatorIDBestAddress','personLocatorIDBestAddress','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personLocatorIDBestEmail','0','',143,'','personLocatorIDBestEmail','personLocatorIDBestEmail','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personLocatorIDBestPhone','0','',144,'','personLocatorIDBestPhone','personLocatorIDBestPhone','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personLocatorIDBestText','0','',145,'','personLocatorIDBestText','personLocatorIDBestText','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personOptInDateTime','0000-00-00 00:00:00','',146,'','personOptInDateTime','personOptInDateTime','NO','','datetime',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personOptInMethodID','0','',147,'','personOptInMethodID','personOptInMethodID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personOptOutDateTime','0000-00-00 00:00:00','',148,'','personOptOutDateTime','personOptOutDateTime','NO','','datetime',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personOptOutMethodID','0','',149,'','personOptOutMethodID','personOptOutMethodID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personOrganizationName','','',150,'','personOrganizationName','personOrganizationName','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personOrganizationTitle','','',151,'','personOrganizationTitle','personOrganizationTitle','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personNameFirst','','',152,'','personNameFirst','personNameFirst','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personNameLast','','',153,'','personNameLast','personNameLast','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personNameMiddle','','',154,'','personNameMiddle','personNameMiddle','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personOverview','','',155,'','personOverview','personOverview','NO','','varchar(500)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personPhoneFax','','',156,'','personPhoneFax','personPhoneFax','NO','','varchar(20)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personPhoneHome','','',157,'','personPhoneHome','personPhoneHome','NO','','varchar(20)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personPhoneMobile','','',158,'','personPhoneMobile','personPhoneMobile','NO','','varchar(20)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personPhoneText','','',159,'','personPhoneText','personPhoneText','NO','','varchar(20)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personPhoneWork','','',160,'','personPhoneWork','personPhoneWork','NO','','varchar(20)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personSalutation','','',161,'','personSalutation','personSalutation','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personSourceLocation','','',162,'','personSourceLocation','personSourceLocation','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personSourceNameFirst','','',163,'','personSourceNameFirst','personSourceNameFirst','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personSourceNameLast','','',164,'','personSourceNameLast','personSourceNameLast','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personSourceNotes','','',165,'','personSourceNotes','personSourceNotes','NO','','varchar(500)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personSourcePersonID','0','',166,'','personSourcePersonID','personSourcePersonID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personUpdatedDateTime','0000-00-00 00:00:00','',167,'','personUpdatedDateTime','personUpdatedDateTime','NO','','datetime',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personUpdatedMemberID','0','',168,'','personUpdatedMemberID','personUpdatedMemberID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personWebsiteFacebook','','',169,'','personWebsiteFacebook','personWebsiteFacebook','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personWebsiteInstagram','','',170,'','personWebsiteInstagram','personWebsiteInstagram','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personWebsiteLinkedIn','','',171,'','personWebsiteLinkedIn','personWebsiteLinkedIn','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personWebsitePersonal','','',172,'','personWebsitePersonal','personWebsitePersonal','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personWebsiteProfessional','','',173,'','personWebsiteProfessional','personWebsiteProfessional','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personWebsiteTwitterHandle','','',174,'','personWebsiteTwitterHandle','personWebsiteTwitterHandle','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personWebsiteTwitterURL','','',175,'','personWebsiteTwitterURL','personWebsiteTwitterURL','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personTempID','0','',176,'','personTempID','personTempID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personHeadshotPhotoAvailabilityID','0','',177,'','personHeadshotPhotoAvailabilityID','personHeadshotPhotoAvailabilityID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personProfileFacebook','','',178,'','personProfileFacebook','personProfileFacebook','NO','','varchar(200)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personProfileLinkedIn','','',179,'','personProfileLinkedIn','personProfileLinkedIn','NO','','varchar(200)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personPreferredIntroduction','','',180,'','personPreferredIntroduction','personPreferredIntroduction','NO','','varchar(500)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personLinkedInConnection','0','',181,'','personLinkedInConnection','personLinkedInConnection','NO','','tinyint(1)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personWebsiteIntroduction','','',182,'','personWebsiteIntroduction','personWebsiteIntroduction','NO','','varchar(100)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personBestPhone','','',183,'','personBestPhone','personBestPhone','NO','','varchar(20)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personGenderID','0','',184,'','personGenderID','personGenderID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personNameInitials','','',185,'','personNameInitials','personNameInitials','NO','','varchar(5)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personNameNickname','','',186,'','personNameNickname','personNameNickname','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personNamePrefix','','',187,'','personNamePrefix','personNamePrefix','NO','','varchar(20)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personNameSuffix','','',188,'','personNameSuffix','personNameSuffix','NO','','varchar(50)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personSourceDate','0000-00-00','',189,'','personSourceDate','personSourceDate','NO','','date',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personSourceTime','00:00:00','',190,'','personSourceTime','personSourceTime','NO','','time',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionIDHeadshotPrimaryx','0','',191,'','contentVersionIDHeadshotPrimaryx','contentVersionIDHeadshotPrimaryx','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personContentVersionIDAvatar','0','',192,'','personContentVersionIDAvatar','personContentVersionIDAvatar','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueCredits','0.00','',193,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueCurrent','0.00','',194,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueDateTime','0000-00-00 00:00:00','',195,'','dataValueDateTime','dataValueDateTime','NO','','datetime',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueDebits','0.00','',196,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueID','0','',197,'','dataValueID','dataValueID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',198,'','deletedDateTime','deletedDateTime','NO','','datetime',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',199,'','deletedMemberID','deletedMemberID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityID','0','',200,'','entityID','entityID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityLinkTypeID','0','',201,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'favorite','0','',202,'','favorite','favorite','NO','','tinyint(1)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',203,'','insertedDateTime','insertedDateTime','NO','','timestamp',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',204,'','insertedMemberID','insertedMemberID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkNotes','','',205,'','linkNotes','linkNotes','NO','','varchar(200)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkTypeID','0','',206,'','linkTypeID','linkTypeID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkPersonID','','auto_increment',207,'PRI','linkPersonID','linkPersonID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'managerMemberGroupID','0','',208,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchEntityID','0','',209,'','matchEntityID','matchEntityID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchEntityLinkID','0','',210,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchLinkTableID','0','',211,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchLinkTypeID','0','',212,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'ownerMemberGroupID','0','',213,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pastTense','0','',214,'','pastTense','pastTense','NO','','tinyint(1)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',215,'','updatedDateTime','updatedDateTime','NO','','datetime',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',216,'','updatedMemberID','updatedMemberID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verifyDateTime','0000-00-00 00:00:00','',217,'','verifyDateTime','verifyDateTime','NO','','datetime',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verifyMemberID','0','',218,'','verifyMemberID','verifyMemberID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verityLookupID','0','',219,'','verityLookupID','verityLookupID','NO','','int(1)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'visibleMemberGroupID','0','',220,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',4,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionHardcopyCount','','',221,'','contentVersionHardcopyCount','contentVersionHardcopyCount','NO','','smallint(6)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionFormatID','0','',222,'','contentVersionFormatID','contentVersionFormatID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDestroyedTime','00:00:00','',223,'','contentVersionDestroyedTime','contentVersionDestroyedTime','NO','','time',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDestroyedMemberID','0','',224,'','contentVersionDestroyedMemberID','contentVersionDestroyedMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDestroyedDate','0000-00-00','',225,'','contentVersionDestroyedDate','contentVersionDestroyedDate','NO','','date',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDimensionWidth','','',226,'','contentVersionDimensionWidth','contentVersionDimensionWidth','NO','','smallint(6)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDimensionUnitID','0','',227,'','contentVersionDimensionUnitID','contentVersionDimensionUnitID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDimensionHeight','','',228,'','contentVersionDimensionHeight','contentVersionDimensionHeight','NO','','smallint(6)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDimensionDepth','0','',229,'','contentVersionDimensionDepth','contentVersionDimensionDepth','NO','','smallint(6)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDataOwnerOrganizationID','0','',230,'','contentVersionDataOwnerOrganizationID','contentVersionDataOwnerOrganizationID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentID','0','',231,'','contentID','contentID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDataOwnerMemberID','0','',232,'','contentVersionDataOwnerMemberID','contentVersionDataOwnerMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionCode','','',233,'','contentVersionCode','contentVersionCode','NO','','varchar(100)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDeletedDateTime','0000-00-00 00:00:00','',234,'','contentVersionDeletedDateTime','contentVersionDeletedDateTime','NO','','datetime',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDeletedMemberID','0','',235,'','contentVersionDeletedMemberID','contentVersionDeletedMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionExists','0','',236,'','contentVersionExists','contentVersionExists','NO','','tinyint(1)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionID','','auto_increment',237,'PRI','contentVersionID','contentVersionID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionInsertedDateTime','CURRENT_TIMESTAMP','',238,'','contentVersionInsertedDateTime','contentVersionInsertedDateTime','NO','','timestamp',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionInsertedMemberID','0','',239,'','contentVersionInsertedMemberID','contentVersionInsertedMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionOverview','','',240,'','contentVersionOverview','contentVersionOverview','NO','','varchar(500)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionTitle','','',241,'','contentVersionTitle','contentVersionTitle','NO','','varchar(100)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionName','','',242,'','contentVersionName','contentVersionName','NO','','varchar(100)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionUpdatedDateTime','0000-00-00 00:00:00','',243,'','contentVersionUpdatedDateTime','contentVersionUpdatedDateTime','NO','','datetime',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionUpdatedMemberID','0','',244,'','contentVersionUpdatedMemberID','contentVersionUpdatedMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'fileID','0','',245,'','fileID','fileID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionDataManagerMemberID','0','',246,'','contentVersionDataManagerMemberID','contentVersionDataManagerMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionCreatedTime','00:00:00','',247,'','contentVersionCreatedTime','contentVersionCreatedTime','NO','','time',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionCreatedMemberID','0','',248,'','contentVersionCreatedMemberID','contentVersionCreatedMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionCreatedDate','0000-00-00','',249,'','contentVersionCreatedDate','contentVersionCreatedDate','NO','','date',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionContentTemplateID','0','',250,'','contentVersionContentTemplateID','contentVersionContentTemplateID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionContentID','0','',251,'','contentVersionContentID','contentVersionContentID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionCheckedOutTime','00:00:00','',252,'','contentVersionCheckedOutTime','contentVersionCheckedOutTime','NO','','time',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionCheckedOutMemberID','0','',253,'','contentVersionCheckedOutMemberID','contentVersionCheckedOutMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionCheckedOutDate','0000-00-00','',254,'','contentVersionCheckedOutDate','contentVersionCheckedOutDate','NO','','date',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionArchivedTime','00:00:00','',255,'','contentVersionArchivedTime','contentVersionArchivedTime','NO','','time',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionArchivedMemberID','0','',256,'','contentVersionArchivedMemberID','contentVersionArchivedMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionArchivedDate','0000-00-00','',257,'','contentVersionArchivedDate','contentVersionArchivedDate','NO','','date',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',258,'','deletedDateTime','deletedDateTime','NO','','datetime',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionAppID','0','',259,'','contentVersionAppID','contentVersionAppID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionAnalyzedTime','00:00:00','',260,'','contentVersionAnalyzedTime','contentVersionAnalyzedTime','NO','','time',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionAnalyzedMemberID','0','',261,'','contentVersionAnalyzedMemberID','contentVersionAnalyzedMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionAnalyzedDate','0000-00-00','',262,'','contentVersionAnalyzedDate','contentVersionAnalyzedDate','NO','','date',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',263,'','deletedMemberID','deletedMemberID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionResolutionID','0','',264,'','contentVersionResolutionID','contentVersionResolutionID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionSource','','',265,'','contentVersionSource','contentVersionSource','NO','','varchar(4000)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionSourceFileLocal','0','',266,'','contentVersionSourceFileLocal','contentVersionSourceFileLocal','NO','','tinyint(1)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionSourceFileName','','',267,'','contentVersionSourceFileName','contentVersionSourceFileName','NO','','varchar(100)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionSourceFilePath','','',268,'','contentVersionSourceFilePath','contentVersionSourceFilePath','NO','','varchar(100)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionNamePublic','','',269,'','contentVersionNamePublic','contentVersionNamePublic','NO','','varchar(100)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionTypeID','0','',270,'','contentVersionTypeID','contentVersionTypeID','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pixelHeightx','0','',271,'','pixelHeightx','pixelHeightx','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pixelWidthx','0','',272,'','pixelWidthx','pixelWidthx','NO','','int(11)',5,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueCredits','0.00','',273,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueCurrent','0.00','',274,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueDateTime','0000-00-00 00:00:00','',275,'','dataValueDateTime','dataValueDateTime','NO','','datetime',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueDebits','0.00','',276,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueID','0','',277,'','dataValueID','dataValueID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',278,'','deletedDateTime','deletedDateTime','NO','','datetime',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',279,'','deletedMemberID','deletedMemberID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityID','0','',280,'','entityID','entityID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityLinkTypeID','0','',281,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'favorite','0','',282,'','favorite','favorite','NO','','tinyint(1)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',283,'','insertedDateTime','insertedDateTime','NO','','timestamp',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',284,'','insertedMemberID','insertedMemberID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkNotes','','',285,'','linkNotes','linkNotes','NO','','varchar(200)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkTypeID','0','',286,'','linkTypeID','linkTypeID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkContentVersionID','','auto_increment',287,'PRI','linkContentVersionID','linkContentVersionID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'managerMemberGroupID','0','',288,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchEntityID','0','',289,'','matchEntityID','matchEntityID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchEntityLinkID','0','',290,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchLinkTableID','0','',291,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchLinkTypeID','0','',292,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'ownerMemberGroupID','0','',293,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pastTense','0','',294,'','pastTense','pastTense','NO','','tinyint(1)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',295,'','updatedDateTime','updatedDateTime','NO','','datetime',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',296,'','updatedMemberID','updatedMemberID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verifyDateTime','0000-00-00 00:00:00','',297,'','verifyDateTime','verifyDateTime','NO','','datetime',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verifyMemberID','0','',298,'','verifyMemberID','verifyMemberID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verityLookupID','0','',299,'','verityLookupID','verityLookupID','NO','','int(1)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'visibleMemberGroupID','0','',300,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',6,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeSourceFileName','','',301,'','contentTypeSourceFileName','contentTypeSourceFileName','NO','','varchar(100)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeSourceFileLocal','0','',302,'','contentTypeSourceFileLocal','contentTypeSourceFileLocal','NO','','tinyint(1)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'client','0','',303,'','client','client','NO','','tinyint(1)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeCode','','',304,'','contentTypeCode','contentTypeCode','NO','','varchar(100)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeDeletedDateTime','0000-00-00 00:00:00','',305,'','contentTypeDeletedDateTime','contentTypeDeletedDateTime','NO','','datetime',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeDeletedMemberID','0','',306,'','contentTypeDeletedMemberID','contentTypeDeletedMemberID','NO','','int(11)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeID','','auto_increment',307,'PRI','contentTypeID','contentTypeID','NO','','int(11)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeInsertedDateTime','CURRENT_TIMESTAMP','',308,'','contentTypeInsertedDateTime','contentTypeInsertedDateTime','NO','','timestamp',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeInsertedMemberID','0','',309,'','contentTypeInsertedMemberID','contentTypeInsertedMemberID','NO','','int(11)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeName','','',310,'','contentTypeName','contentTypeName','NO','','varchar(100)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeNamePublic','','',311,'','contentTypeNamePublic','contentTypeNamePublic','NO','','varchar(100)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeOverview','','',312,'','contentTypeOverview','contentTypeOverview','NO','','varchar(500)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeStatus','','',313,'','contentTypeStatus','contentTypeStatus','NO','','varchar(20)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeUpdatedDateTime','0000-00-00 00:00:00','',314,'','contentTypeUpdatedDateTime','contentTypeUpdatedDateTime','NO','','datetime',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeUpdatedMemberID','0','',315,'','contentTypeUpdatedMemberID','contentTypeUpdatedMemberID','NO','','int(11)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeSourceFilePath','','',316,'','contentTypeSourceFilePath','contentTypeSourceFilePath','NO','','varchar(200)',7,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentDeletedDateTime','0000-00-00 00:00:00','',317,'','contentDeletedDateTime','contentDeletedDateTime','NO','','datetime',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentDeletedMemberID','0','',318,'','contentDeletedMemberID','contentDeletedMemberID','NO','','int(11)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentExists','0','',319,'','contentExists','contentExists','NO','','tinyint(1)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentID','','auto_increment',320,'PRI','contentID','contentID','NO','','int(11)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentInsertedDateTime','CURRENT_TIMESTAMP','',321,'','contentInsertedDateTime','contentInsertedDateTime','NO','','timestamp',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentInsertedMemberID','0','',322,'','contentInsertedMemberID','contentInsertedMemberID','NO','','int(11)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentOverview','','',323,'','contentOverview','contentOverview','NO','','varchar(500)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentName','','',324,'','contentName','contentName','NO','','varchar(100)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentUpdatedDateTime','0000-00-00 00:00:00','',325,'','contentUpdatedDateTime','contentUpdatedDateTime','NO','','datetime',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentUpdatedMemberID','0','',326,'','contentUpdatedMemberID','contentUpdatedMemberID','NO','','int(11)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',327,'','deletedDateTime','deletedDateTime','NO','','datetime',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',328,'','deletedMemberID','deletedMemberID','NO','','int(11)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentNamePublic','','',329,'','contentNamePublic','contentNamePublic','NO','','varchar(100)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentContentClassID','0','',330,'','contentContentClassID','contentContentClassID','NO','','int(11)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentTypeID','0','',331,'','contentTypeID','contentTypeID','NO','','int(11)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentStatusID','0','',332,'','contentStatusID','contentStatusID','NO','','int(11)',8,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBar','0','',333,'','actionBar','actionBar','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarBookmark','0','',334,'','actionBarBookmark','actionBarBookmark','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarBookmarkEntityRequest','','',335,'','actionBarBookmarkEntityRequest','actionBarBookmarkEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarCall','0','',336,'','actionBarCall','actionBarCall','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarCallEntityRequest','','',337,'','actionBarCallEntityRequest','actionBarCallEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarDelete','0','',338,'','actionBarDelete','actionBarDelete','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarDeleteEntityRequest','','',339,'','actionBarDeleteEntityRequest','actionBarDeleteEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarHelp','0','',340,'','actionBarHelp','actionBarHelp','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarHelpEntityRequest','','',341,'','actionBarHelpEntityRequest','actionBarHelpEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarLinkAdd','0','',342,'','actionBarLinkAdd','actionBarLinkAdd','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarMessage','0','',343,'','actionBarMessage','actionBarMessage','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarMessageEntityRequest','','',344,'','actionBarMessageEntityRequest','actionBarMessageEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarNote','0','',345,'','actionBarNote','actionBarNote','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarNoteEntityRequest','','',346,'','actionBarNoteEntityRequest','actionBarNoteEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarReport','0','',347,'','actionBarReport','actionBarReport','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarReportEntityRequest','','',348,'','actionBarReportEntityRequest','actionBarReportEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarRow','0','',349,'','actionBarRow','actionBarRow','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarRowEntityRequest','','',350,'','actionBarRowEntityRequest','actionBarRowEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarRowFirst','0','',351,'','actionBarRowFirst','actionBarRowFirst','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarRowFirstEntityRequest','','',352,'','actionBarRowFirstEntityRequest','actionBarRowFirstEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarRowLast','0','',353,'','actionBarRowLast','actionBarRowLast','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarRowLastEntityRequest','','',354,'','actionBarRowLastEntityRequest','actionBarRowLastEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarRowNext','0','',355,'','actionBarRowNext','actionBarRowNext','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarRowNextEntityRequest','','',356,'','actionBarRowNextEntityRequest','actionBarRowNextEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarRowPrevious','0','',357,'','actionBarRowPrevious','actionBarRowPrevious','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarRowPreviousEntityRequest','','',358,'','actionBarRowPreviousEntityRequest','actionBarRowPreviousEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarSourceFileName','','',359,'','actionBarSourceFileName','actionBarSourceFileName','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarSourceFilePath','','',360,'','actionBarSourceFilePath','actionBarSourceFilePath','NO','','varchar(200)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarWorkflow','0','',361,'','actionBarWorkflow','actionBarWorkflow','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarWorkflowEntityRequest','','',362,'','actionBarWorkflowEntityRequest','actionBarWorkflowEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',363,'','appID','appID','NO','','int(11)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentAreaSourceFileName','','',364,'','contentAreaSourceFileName','contentAreaSourceFileName','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentAreaSourceFilePath','','',365,'','contentAreaSourceFilePath','contentAreaSourceFilePath','NO','','varchar(200)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerCode','','',366,'','dataManagerCode','dataManagerCode','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerID','','auto_increment',367,'PRI','dataManagerID','dataManagerID','NO','','int(11)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerName','','',368,'','dataManagerName','dataManagerName','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerNamePublic','','',369,'','dataManagerNamePublic','dataManagerNamePublic','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionIDDefault','0','',370,'','dataManagerOptionIDDefault','dataManagerOptionIDDefault','NO','','int(11)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOverview','','',371,'','dataManagerOverview','dataManagerOverview','NO','','varchar(1000)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerQueryIDDefault','0','',372,'','dataManagerQueryIDDefault','dataManagerQueryIDDefault','NO','','int(11)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerUpdateSourceCode','','',373,'','dataManagerUpdateSourceCode','dataManagerUpdateSourceCode','NO','','varchar(4000)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerUpdateSourceFileName','','',374,'','dataManagerUpdateSourceFileName','dataManagerUpdateSourceFileName','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerUpdateSourceFilePath','','',375,'','dataManagerUpdateSourceFilePath','dataManagerUpdateSourceFilePath','NO','','varchar(200)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerWebTemplateID','0','',376,'','dataManagerWebTemplateID','dataManagerWebTemplateID','NO','','int(11)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedCondition','','',377,'','deletedCondition','deletedCondition','NO','','varchar(200)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',378,'','deletedDateTime','deletedDateTime','NO','','datetime',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',379,'','deletedMemberID','deletedMemberID','NO','','int(11)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'footerSection','0','',380,'','footerSection','footerSection','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'footerSectionSourceFileName','','',381,'','footerSectionSourceFileName','footerSectionSourceFileName','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'footerSectionSourceFilePath','','',382,'','footerSectionSourceFilePath','footerSectionSourceFilePath','NO','','varchar(200)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'headerSection','0','',383,'','headerSection','headerSection','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'headerSectionSourceFileName','','',384,'','headerSectionSourceFileName','headerSectionSourceFileName','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'headerSectionSourceFilePath','','',385,'','headerSectionSourceFilePath','headerSectionSourceFilePath','NO','','varchar(200)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',386,'','insertedDateTime','insertedDateTime','NO','','timestamp',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',387,'','insertedMemberID','insertedMemberID','NO','','int(11)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryID','0','',388,'','queryID','queryID','NO','','int(11)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleOptionID','0','',389,'','roleOptionID','roleOptionID','NO','','int(11)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tabMenu','0','',390,'','tabMenu','tabMenu','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tabMenuSourceFileName','','',391,'','tabMenuSourceFileName','tabMenuSourceFileName','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tabMenuSourceFilePath','','',392,'','tabMenuSourceFilePath','tabMenuSourceFilePath','NO','','varchar(200)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',393,'','updatedDateTime','updatedDateTime','NO','','datetime',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',394,'','updatedMemberID','updatedMemberID','NO','','int(11)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarSourceFileLocal','0','',395,'','actionBarSourceFileLocal','actionBarSourceFileLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tabMenuSourceFileLocal','0','',396,'','tabMenuSourceFileLocal','tabMenuSourceFileLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'headerSectionSourceFileLocal','0','',397,'','headerSectionSourceFileLocal','headerSectionSourceFileLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'footerSectionSourceFileLocal','0','',398,'','footerSectionSourceFileLocal','footerSectionSourceFileLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerUpdateSourceFileLocal','0','',399,'','dataManagerUpdateSourceFileLocal','dataManagerUpdateSourceFileLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentAreaSourceFileLocal','0','',400,'','contentAreaSourceFileLocal','contentAreaSourceFileLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarLinkAddEntityRequest','','',401,'','actionBarLinkAddEntityRequest','actionBarLinkAddEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarLinkShow','0','',402,'','actionBarLinkShow','actionBarLinkShow','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarLinkShowEntityRequest','','',403,'','actionBarLinkShowEntityRequest','actionBarLinkShowEntityRequest','NO','','varchar(100)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerShowLinks','0','',404,'','dataManagerShowLinks','dataManagerShowLinks','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarSourceFileName','','',405,'','actionBarSourceFileName','actionBarSourceFileName','NO','','varchar(100)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarSourceFilePath','','',406,'','actionBarSourceFilePath','actionBarSourceFilePath','NO','','varchar(200)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'actionBarSourceLocal','0','',407,'','actionBarSourceLocal','actionBarSourceLocal','NO','','tinyint(1)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentAreaSourceFileName','','',408,'','contentAreaSourceFileName','contentAreaSourceFileName','NO','','varchar(100)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentAreaSourceFilePath','','',409,'','contentAreaSourceFilePath','contentAreaSourceFilePath','NO','','varchar(200)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentAreaSourceLocal','0','',410,'','contentAreaSourceLocal','contentAreaSourceLocal','NO','','tinyint(1)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerID','0','',411,'','dataManagerID','dataManagerID','NO','','int(11)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionCode','','',412,'','dataManagerOptionCode','dataManagerOptionCode','NO','','varchar(100)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionCustom','0','',413,'','dataManagerOptionCustom','dataManagerOptionCustom','NO','','tinyint(1)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionID','','auto_increment',414,'PRI','dataManagerOptionID','dataManagerOptionID','NO','','int(11)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionName','','',415,'','dataManagerOptionName','dataManagerOptionName','NO','','varchar(100)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionNamePublic','','',416,'','dataManagerOptionNamePublic','dataManagerOptionNamePublic','NO','','varchar(100)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionOverview','','',417,'','dataManagerOptionOverview','dataManagerOptionOverview','NO','','varchar(1000)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionSourceFileName','','',418,'','dataManagerOptionSourceFileName','dataManagerOptionSourceFileName','NO','','varchar(100)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionSourceFilePath','','',419,'','dataManagerOptionSourceFilePath','dataManagerOptionSourceFilePath','NO','','varchar(200)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionSourceLocal','0','',420,'','dataManagerOptionSourceLocal','dataManagerOptionSourceLocal','NO','','tinyint(1)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',421,'','deletedDateTime','deletedDateTime','NO','','datetime',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',422,'','deletedMemberID','deletedMemberID','NO','','int(11)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestID','0','',423,'','entityRequestID','entityRequestID','NO','','int(11)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'footerSectionSourceFileName','','',424,'','footerSectionSourceFileName','footerSectionSourceFileName','NO','','varchar(100)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'footerSectionSourceFilePath','','',425,'','footerSectionSourceFilePath','footerSectionSourceFilePath','NO','','varchar(200)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'footerSectionSourceLocal','0','',426,'','footerSectionSourceLocal','footerSectionSourceLocal','NO','','tinyint(1)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'headerSectionSourceFileName','','',427,'','headerSectionSourceFileName','headerSectionSourceFileName','NO','','varchar(100)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'headerSectionSourceFilePath','','',428,'','headerSectionSourceFilePath','headerSectionSourceFilePath','NO','','varchar(200)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'headerSectionSourceLocal','0','',429,'','headerSectionSourceLocal','headerSectionSourceLocal','NO','','tinyint(1)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',430,'','insertedDateTime','insertedDateTime','NO','','timestamp',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',431,'','insertedMemberID','insertedMemberID','NO','','int(11)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlUpdatePrefix','','',432,'','sqlUpdatePrefix','sqlUpdatePrefix','NO','','varchar(1000)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tabMenuSourceFileName','','',433,'','tabMenuSourceFileName','tabMenuSourceFileName','NO','','varchar(100)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tabMenuSourceFilePath','','',434,'','tabMenuSourceFilePath','tabMenuSourceFilePath','NO','','varchar(200)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tabMenuSourceLocal','0','',435,'','tabMenuSourceLocal','tabMenuSourceLocal','NO','','tinyint(1)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00','',436,'','updatedDateTime','updatedDateTime','NO','','date',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',437,'','updatedMemberID','updatedMemberID','NO','','int(11)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'webTemplateID','0','',438,'','webTemplateID','webTemplateID','NO','','int(11)',10,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssStyle','','',439,'','cssStyle','cssStyle','NO','','varchar(500)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssStyleSection','','',440,'','cssStyleSection','cssStyleSection','NO','','varchar(500)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssStyleSectionContent','','',441,'','cssStyleSectionContent','cssStyleSectionContent','NO','','varchar(500)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssClass','','',442,'','cssClass','cssClass','NO','','varchar(100)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssClassSection','','',443,'','cssClassSection','cssClassSection','NO','','varchar(100)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssClassSectionContent','','',444,'','cssClassSectionContent','cssClassSectionContent','NO','','varchar(100)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerID','0','',445,'','dataManagerID','dataManagerID','NO','','int(11)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionID','0','',446,'','dataManagerOptionID','dataManagerOptionID','NO','','int(11)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionCode','','',447,'','dataManagerSectionCode','dataManagerSectionCode','NO','','varchar(100)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionCustom','0','',448,'','dataManagerSectionCustom','dataManagerSectionCustom','NO','','tinyint(1)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionID','','auto_increment',449,'PRI','dataManagerSectionID','dataManagerSectionID','NO','','int(11)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionName','','',450,'','dataManagerSectionName','dataManagerSectionName','NO','','varchar(100)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionNamePublic','','',451,'','dataManagerSectionNamePublic','dataManagerSectionNamePublic','NO','','varchar(100)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionOverview','','',452,'','dataManagerSectionOverview','dataManagerSectionOverview','NO','','varchar(1000)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionSourceCode','','',453,'','dataManagerSectionSourceCode','dataManagerSectionSourceCode','NO','','varchar(4000)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionSourceCustom','0','',454,'','dataManagerSectionSourceCustom','dataManagerSectionSourceCustom','NO','','tinyint(1)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionSourceFileName','','',455,'','dataManagerSectionSourceFileName','dataManagerSectionSourceFileName','NO','','varchar(100)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionSourceFilePath','','',456,'','dataManagerSectionSourceFilePath','dataManagerSectionSourceFilePath','NO','','varchar(200)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionType','','',457,'','dataManagerSectionType','dataManagerSectionType','NO','','varchar(100)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',458,'','deletedDateTime','deletedDateTime','NO','','datetime',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',459,'','deletedMemberID','deletedMemberID','NO','','int(11)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'displayOrder','0','',460,'','displayOrder','displayOrder','NO','','smallint(6)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'domID','','',461,'','domID','domID','NO','','varchar(100)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'draggable','0','',462,'','draggable','draggable','NO','','tinyint(1)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formID','0','',463,'','formID','formID','NO','','int(11)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',464,'','insertedDateTime','insertedDateTime','NO','','timestamp',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',465,'','insertedMemberID','insertedMemberID','NO','','int(11)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'nameVisible','0','',466,'','nameVisible','nameVisible','NO','','tinyint(1)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sectionLayout','','',467,'','sectionLayout','sectionLayout','NO','','varchar(20)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sectionType','','',468,'','sectionType','sectionType','NO','','varchar(20)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sectionVisible','0','',469,'','sectionVisible','sectionVisible','NO','','tinyint(1)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',470,'','updatedDateTime','updatedDateTime','NO','','datetime',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',471,'','updatedMemberID','updatedMemberID','NO','','int(11)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'webTemplateID','0','',472,'','webTemplateID','webTemplateID','NO','','int(11)',11,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',473,'','appID','appID','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'client','0','',474,'','client','client','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'clientVisible','0','',475,'','clientVisible','clientVisible','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',476,'','deletedDateTime','deletedDateTime','NO','','datetime',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',477,'','deletedMemberID','deletedMemberID','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestCode','','',478,'','entityRequestCode','entityRequestCode','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestID','','auto_increment',479,'PRI','entityRequestID','entityRequestID','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestName','','',480,'','entityRequestName','entityRequestName','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestNamePublic','','',481,'','entityRequestNamePublic','entityRequestNamePublic','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestOverview','','',482,'','entityRequestOverview','entityRequestOverview','NO','','varchar(500)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestSourceCode','','',483,'','entityRequestSourceCode','entityRequestSourceCode','NO','','varchar(8000)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestSourceCustom','0','',484,'','entityRequestSourceCustom','entityRequestSourceCustom','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestSourceFileLocal','0','',485,'','entityRequestSourceFileLocal','entityRequestSourceFileLocal','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestSourceFileName','','',486,'','entityRequestSourceFileName','entityRequestSourceFileName','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestSourceFilePath','','',487,'','entityRequestSourceFilePath','entityRequestSourceFilePath','NO','','varchar(200)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestSourceType','','',488,'','entityRequestSourceType','entityRequestSourceType','NO','','varchar(20)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestParameters','','',489,'','entityRequestParameters','entityRequestParameters','NO','','varchar(1000)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestStatusCode','','',490,'','entityRequestStatusCode','entityRequestStatusCode','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestTitle','','',491,'','entityRequestTitle','entityRequestTitle','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestTypeCode','','',492,'','entityRequestTypeCode','entityRequestTypeCode','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestWebTemplateCode','','',493,'','entityRequestWebTemplateCode','entityRequestWebTemplateCode','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'initializedDateTime','0000-00-00 00:00:00','',494,'','initializedDateTime','initializedDateTime','NO','','datetime',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',495,'','insertedDateTime','insertedDateTime','NO','','timestamp',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',496,'','insertedMemberID','insertedMemberID','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'managerMemberID','0','',497,'','managerMemberID','managerMemberID','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter1Code','','',498,'','parameter1Code','parameter1Code','NO','','varchar(50)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter1Value','','',499,'','parameter1Value','parameter1Value','NO','','varchar(200)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter2Code','','',500,'','parameter2Code','parameter2Code','NO','','varchar(50)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter2Value','','',501,'','parameter2Value','parameter2Value','NO','','varchar(50)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter3Code','','',502,'','parameter3Code','parameter3Code','NO','','varchar(50)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter3Value','','',503,'','parameter3Value','parameter3Value','NO','','varchar(200)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter4Code','','',504,'','parameter4Code','parameter4Code','NO','','varchar(50)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter4Value','','',505,'','parameter4Value','parameter4Value','NO','','varchar(200)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter5Code','','',506,'','parameter5Code','parameter5Code','NO','','varchar(50)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter5Value','','',507,'','parameter5Value','parameter5Value','NO','','varchar(200)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter6Code','','',508,'','parameter6Code','parameter6Code','NO','','varchar(50)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter6Value','','',509,'','parameter6Value','parameter6Value','NO','','varchar(200)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter7Code','','',510,'','parameter7Code','parameter7Code','NO','','varchar(50)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter7Value','','',511,'','parameter7Value','parameter7Value','NO','','varchar(200)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter8Code','','',512,'','parameter8Code','parameter8Code','NO','','varchar(50)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter8Value','','',513,'','parameter8Value','parameter8Value','NO','','varchar(200)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter9Code','','',514,'','parameter9Code','parameter9Code','NO','','varchar(50)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameter9Value','','',515,'','parameter9Value','parameter9Value','NO','','varchar(200)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterDelimiter','','',516,'','parameterDelimiter','parameterDelimiter','NO','','varchar(10)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleID','0','',517,'','roleID','roleID','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleOptionID','0','',518,'','roleOptionID','roleOptionID','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'secure','0','',519,'','secure','secure','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',520,'','updatedDateTime','updatedDateTime','NO','','datetime',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',521,'','updatedMemberID','updatedMemberID','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'websiteID','0','',522,'','websiteID','websiteID','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'window','0','',523,'','window','window','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowCenterH','0','',524,'','windowCenterH','windowCenterH','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowCenterV','0','',525,'','windowCenterV','windowCenterV','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowCloseIcon','1','',526,'','windowCloseIcon','windowCloseIcon','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowDOMID','','',527,'','windowDOMID','windowDOMID','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowDraggable','0','',528,'','windowDraggable','windowDraggable','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowHeight','0','',529,'','windowHeight','windowHeight','NO','','smallint(6)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowLeft','0','',530,'','windowLeft','windowLeft','NO','','smallint(6)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowModal','0','',531,'','windowModal','windowModal','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowResizeable','0','',532,'','windowResizeable','windowResizeable','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowTemplateCode','','',533,'','windowTemplateCode','windowTemplateCode','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowTop','0','',534,'','windowTop','windowTop','NO','','smallint(6)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowWidth','0','',535,'','windowWidth','windowWidth','NO','','smallint(6)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'windowZIndex','0','',536,'','windowZIndex','windowZIndex','NO','','smallint(6)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'webPageIDx','0','',537,'','webPageIDx','webPageIDx','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestCodeBase','','',538,'','entityRequestCodeBase','entityRequestCodeBase','NO','','varchar(200)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestAppID','0','',539,'','entityRequestAppID','entityRequestAppID','NO','','int(11)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestClient','0','',540,'','entityRequestClient','entityRequestClient','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestClientVisible','0','',541,'','entityRequestClientVisible','entityRequestClientVisible','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',542,'','updatedMemberID','updatedMemberID','NO','','int(11)',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',543,'','updatedDateTime','updatedDateTime','NO','','datetime',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'itemCountMin','0','',544,'','itemCountMin','itemCountMin','NO','','int(11)',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'itemCountMax','0','',545,'','itemCountMax','itemCountMax','NO','','int(11)',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',546,'','insertedMemberID','insertedMemberID','NO','','int(11)',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',547,'','insertedDateTime','insertedDateTime','NO','','timestamp',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestGroupOverview','','',548,'','entityRequestGroupOverview','entityRequestGroupOverview','NO','','varchar(1000)',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestGroupNamePublic','','',549,'','entityRequestGroupNamePublic','entityRequestGroupNamePublic','NO','','varchar(100)',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestGroupName','','',550,'','entityRequestGroupName','entityRequestGroupName','NO','','varchar(100)',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestGroupID','','auto_increment',551,'PRI','entityRequestGroupID','entityRequestGroupID','NO','','int(11)',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestGroupCode','','',552,'','entityRequestGroupCode','entityRequestGroupCode','NO','','varchar(50)',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',553,'','deletedMemberID','deletedMemberID','NO','','int(11)',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',554,'','deletedDateTime','deletedDateTime','NO','','datetime',13,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deleted','0','',555,'','deleted','deleted','NO','','tinyint(1)',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertDateTime','CURRENT_TIMESTAMP','',556,'','insertDateTime','insertDateTime','NO','','timestamp',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertMemberID','0','',557,'','insertMemberID','insertMemberID','NO','','int(11)',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityTypeCode','','',558,'','entityTypeCode','entityTypeCode','NO','','varchar(100)',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityTypeID','','auto_increment',559,'PRI','entityTypeID','entityTypeID','NO','','int(11)',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityName','','',560,'','entityName','entityName','NO','','varchar(100)',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityNamePublic','','',561,'','entityNamePublic','entityNamePublic','NO','','varchar(100)',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityOverview','','',562,'','entityOverview','entityOverview','NO','','varchar(1000)',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updateDateTime','0000-00-00 00:00:00','',563,'','updateDateTime','updateDateTime','NO','','datetime',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updateMemberID','0','',564,'','updateMemberID','updateMemberID','NO','','int(11)',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deleteMemberID','0','',565,'','deleteMemberID','deleteMemberID','NO','','int(11)',14,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerOrganizationID','0','',566,'','dataOwnerOrganizationID','dataOwnerOrganizationID','NO','','varchar(11)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'editorMemberGroupID','0','',567,'','editorMemberGroupID','editorMemberGroupID','NO','','int(11)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'hostingDirectory','','',568,'','hostingDirectory','hostingDirectory','NO','','varchar(100)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertDateTime','CURRENT_TIMESTAMP','',569,'','insertDateTime','insertDateTime','NO','','timestamp',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'liveViewOK','1','',570,'','liveViewOK','liveViewOK','NO','','tinyint(1)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'objectID','0','',571,'','objectID','objectID','NO','','int(11)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'ownerMemberGroupID','0','',572,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'primaryURL','','',573,'','primaryURL','primaryURL','NO','','varchar(100)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updateDateTime','0000-00-00 00:00:00','',574,'','updateDateTime','updateDateTime','NO','','datetime',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'uploadOK','1','',575,'','uploadOK','uploadOK','NO','','tinyint(1)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'viewerMemberGroupID','0','',576,'','viewerMemberGroupID','viewerMemberGroupID','NO','','int(11)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'websiteCode','','',577,'','websiteCode','websiteCode','NO','','varchar(100)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'websiteID','','auto_increment',578,'PRI','websiteID','websiteID','NO','','int(11)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'websiteName','','',579,'','websiteName','websiteName','NO','','varchar(50)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'websiteType','','',580,'','websiteType','websiteType','NO','','varchar(30)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',581,'','deletedDateTime','deletedDateTime','NO','','datetime',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',582,'','deletedMemberID','deletedMemberID','NO','','int(11)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',583,'','appID','appID','NO','','int(11)',16,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentID','0','',584,'','contentID','contentID','NO','','int(11)',16,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppContentDeletedDateTime','0000-00-00 00:00:00','',585,'','linkAppContentDeletedDateTime','linkAppContentDeletedDateTime','NO','','datetime',16,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppContentDeletedMemberID','0','',586,'','linkAppContentDeletedMemberID','linkAppContentDeletedMemberID','NO','','int(11)',16,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppContentInsertedDateTime','CURRENT_TIMESTAMP','',587,'','linkAppContentInsertedDateTime','linkAppContentInsertedDateTime','NO','','timestamp',16,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppContentInsertedMemberID','0','',588,'','linkAppContentInsertedMemberID','linkAppContentInsertedMemberID','NO','','int(11)',16,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppContentID','','auto_increment',589,'PRI','linkAppContentID','linkAppContentID','NO','','int(11)',16,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppContentUpdatedDateTime','0000-00-00 00:00:00','',590,'','linkAppContentUpdatedDateTime','linkAppContentUpdatedDateTime','NO','','datetime',16,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppContentUpdatedMemberID','0','',591,'','linkAppContentUpdatedMemberID','linkAppContentUpdatedMemberID','NO','','int(11)',16,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',592,'','appID','appID','NO','','int(11)',17,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerDeletedDateTime','0000-00-00 00:00:00','',593,'','linkAppDataManagerDeletedDateTime','linkAppDataManagerDeletedDateTime','NO','','datetime',17,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerDeletedMemberID','0','',594,'','linkAppDataManagerDeletedMemberID','linkAppDataManagerDeletedMemberID','NO','','int(11)',17,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerInsertedDateTime','CURRENT_TIMESTAMP','',595,'','linkAppDataManagerInsertedDateTime','linkAppDataManagerInsertedDateTime','NO','','timestamp',17,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerInsertedMemberID','0','',596,'','linkAppDataManagerInsertedMemberID','linkAppDataManagerInsertedMemberID','NO','','int(11)',17,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerID','','auto_increment',597,'PRI','linkAppDataManagerID','linkAppDataManagerID','NO','','int(11)',17,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerUpdatedDateTime','0000-00-00 00:00:00','',598,'','linkAppDataManagerUpdatedDateTime','linkAppDataManagerUpdatedDateTime','NO','','datetime',17,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerUpdatedMemberID','0','',599,'','linkAppDataManagerUpdatedMemberID','linkAppDataManagerUpdatedMemberID','NO','','int(11)',17,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerID','0','',600,'','dataManagerID','dataManagerID','NO','','int(11)',17,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',601,'','appID','appID','NO','','int(11)',18,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerOptionID','0','',602,'','dataManagerOptionID','dataManagerOptionID','NO','','int(11)',18,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerOptionDeletedDateTime','0000-00-00 00:00:00','',603,'','linkAppDataManagerOptionDeletedDateTime','linkAppDataManagerOptionDeletedDateTime','NO','','datetime',18,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerOptionDeletedMemberID','0','',604,'','linkAppDataManagerOptionDeletedMemberID','linkAppDataManagerOptionDeletedMemberID','NO','','int(11)',18,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerOptionInsertedDateTime','CURRENT_TIMESTAMP','',605,'','linkAppDataManagerOptionInsertedDateTime','linkAppDataManagerOptionInsertedDateTime','NO','','timestamp',18,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerOptionInsertedMemberID','0','',606,'','linkAppDataManagerOptionInsertedMemberID','linkAppDataManagerOptionInsertedMemberID','NO','','int(11)',18,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerOptionID','','auto_increment',607,'PRI','linkAppDataManagerOptionID','linkAppDataManagerOptionID','NO','','int(11)',18,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerOptionUpdatedDateTime','0000-00-00 00:00:00','',608,'','linkAppDataManagerOptionUpdatedDateTime','linkAppDataManagerOptionUpdatedDateTime','NO','','datetime',18,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerOptionUpdatedMemberID','0','',609,'','linkAppDataManagerOptionUpdatedMemberID','linkAppDataManagerOptionUpdatedMemberID','NO','','int(11)',18,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',610,'','appID','appID','NO','','int(11)',19,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerSectionID','0','',611,'','dataManagerSectionID','dataManagerSectionID','NO','','int(11)',19,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerSectionDeletedDateTime','0000-00-00 00:00:00','',612,'','linkAppDataManagerSectionDeletedDateTime','linkAppDataManagerSectionDeletedDateTime','NO','','datetime',19,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerSectionDeletedMemberID','0','',613,'','linkAppDataManagerSectionDeletedMemberID','linkAppDataManagerSectionDeletedMemberID','NO','','int(11)',19,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerSectionInsertedDateTime','CURRENT_TIMESTAMP','',614,'','linkAppDataManagerSectionInsertedDateTime','linkAppDataManagerSectionInsertedDateTime','NO','','timestamp',19,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerSectionInsertedMemberID','0','',615,'','linkAppDataManagerSectionInsertedMemberID','linkAppDataManagerSectionInsertedMemberID','NO','','int(11)',19,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerSectionID','','auto_increment',616,'PRI','linkAppDataManagerSectionID','linkAppDataManagerSectionID','NO','','int(11)',19,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerSectionUpdatedDateTime','0000-00-00 00:00:00','',617,'','linkAppDataManagerSectionUpdatedDateTime','linkAppDataManagerSectionUpdatedDateTime','NO','','datetime',19,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppDataManagerSectionUpdatedMemberID','0','',618,'','linkAppDataManagerSectionUpdatedMemberID','linkAppDataManagerSectionUpdatedMemberID','NO','','int(11)',19,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',619,'','appID','appID','NO','','int(11)',20,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestDeletedDateTime','0000-00-00 00:00:00','',620,'','linkAppEntityRequestDeletedDateTime','linkAppEntityRequestDeletedDateTime','NO','','datetime',20,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestDeletedMemberID','0','',621,'','linkAppEntityRequestDeletedMemberID','linkAppEntityRequestDeletedMemberID','NO','','int(11)',20,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestInsertedDateTime','CURRENT_TIMESTAMP','',622,'','linkAppEntityRequestInsertedDateTime','linkAppEntityRequestInsertedDateTime','NO','','timestamp',20,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestInsertedMemberID','0','',623,'','linkAppEntityRequestInsertedMemberID','linkAppEntityRequestInsertedMemberID','NO','','int(11)',20,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestID','','auto_increment',624,'PRI','linkAppEntityRequestID','linkAppEntityRequestID','NO','','int(11)',20,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestID','0','',625,'','entityRequestID','entityRequestID','NO','','int(11)',20,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestUpdatedDateTime','0000-00-00 00:00:00','',626,'','linkAppEntityRequestUpdatedDateTime','linkAppEntityRequestUpdatedDateTime','NO','','datetime',20,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestUpdatedMemberID','0','',627,'','linkAppEntityRequestUpdatedMemberID','linkAppEntityRequestUpdatedMemberID','NO','','int(11)',20,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',628,'','appID','appID','NO','','int(11)',21,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestGroupDeletedDateTime','0000-00-00 00:00:00','',629,'','linkAppEntityRequestGroupDeletedDateTime','linkAppEntityRequestGroupDeletedDateTime','NO','','datetime',21,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestGroupDeletedMemberID','0','',630,'','linkAppEntityRequestGroupDeletedMemberID','linkAppEntityRequestGroupDeletedMemberID','NO','','int(11)',21,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestGroupInsertedDateTime','CURRENT_TIMESTAMP','',631,'','linkAppEntityRequestGroupInsertedDateTime','linkAppEntityRequestGroupInsertedDateTime','NO','','timestamp',21,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestGroupInsertedMemberID','0','',632,'','linkAppEntityRequestGroupInsertedMemberID','linkAppEntityRequestGroupInsertedMemberID','NO','','int(11)',21,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestGroupID','','auto_increment',633,'PRI','linkAppEntityRequestGroupID','linkAppEntityRequestGroupID','NO','','int(11)',21,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestGroupID','0','',634,'','entityRequestGroupID','entityRequestGroupID','NO','','int(11)',21,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestGroupUpdatedDateTime','0000-00-00 00:00:00','',635,'','linkAppEntityRequestGroupUpdatedDateTime','linkAppEntityRequestGroupUpdatedDateTime','NO','','datetime',21,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppEntityRequestGroupUpdatedMemberID','0','',636,'','linkAppEntityRequestGroupUpdatedMemberID','linkAppEntityRequestGroupUpdatedMemberID','NO','','int(11)',21,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',637,'','appID','appID','NO','','int(11)',22,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFileDeletedDateTime','0000-00-00 00:00:00','',638,'','linkAppFileDeletedDateTime','linkAppFileDeletedDateTime','NO','','datetime',22,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFileDeletedMemberID','0','',639,'','linkAppFileDeletedMemberID','linkAppFileDeletedMemberID','NO','','int(11)',22,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFileInsertedDateTime','CURRENT_TIMESTAMP','',640,'','linkAppFileInsertedDateTime','linkAppFileInsertedDateTime','NO','','timestamp',22,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFileInsertedMemberID','0','',641,'','linkAppFileInsertedMemberID','linkAppFileInsertedMemberID','NO','','int(11)',22,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFileID','','auto_increment',642,'PRI','linkAppFileID','linkAppFileID','NO','','int(11)',22,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'fileID','0','',643,'','fileID','fileID','NO','','int(11)',22,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFileUpdatedDateTime','0000-00-00 00:00:00','',644,'','linkAppFileUpdatedDateTime','linkAppFileUpdatedDateTime','NO','','datetime',22,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFileUpdatedMemberID','0','',645,'','linkAppFileUpdatedMemberID','linkAppFileUpdatedMemberID','NO','','int(11)',22,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',646,'','appID','appID','NO','','int(11)',23,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormDeletedDateTime','0000-00-00 00:00:00','',647,'','linkAppFormDeletedDateTime','linkAppFormDeletedDateTime','NO','','datetime',23,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormDeletedMemberID','0','',648,'','linkAppFormDeletedMemberID','linkAppFormDeletedMemberID','NO','','int(11)',23,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormInsertedDateTime','CURRENT_TIMESTAMP','',649,'','linkAppFormInsertedDateTime','linkAppFormInsertedDateTime','NO','','timestamp',23,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormInsertedMemberID','0','',650,'','linkAppFormInsertedMemberID','linkAppFormInsertedMemberID','NO','','int(11)',23,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormID','','',651,'PRI','linkAppFormID','linkAppFormID','NO','','int(11)',23,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formID','0','',652,'','formID','formID','NO','','int(11)',23,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormUpdatedDateTime','0000-00-00 00:00:00','',653,'','linkAppFormUpdatedDateTime','linkAppFormUpdatedDateTime','NO','','datetime',23,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormUpdatedMemberID','0','',654,'','linkAppFormUpdatedMemberID','linkAppFormUpdatedMemberID','NO','','int(11)',23,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',655,'','appID','appID','NO','','int(11)',24,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormItemDeletedDateTime','0000-00-00 00:00:00','',656,'','linkAppFormItemDeletedDateTime','linkAppFormItemDeletedDateTime','NO','','datetime',24,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormItemDeletedMemberID','0','',657,'','linkAppFormItemDeletedMemberID','linkAppFormItemDeletedMemberID','NO','','int(11)',24,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormItemInsertedDateTime','CURRENT_TIMESTAMP','',658,'','linkAppFormItemInsertedDateTime','linkAppFormItemInsertedDateTime','NO','','timestamp',24,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormItemInsertedMemberID','0','',659,'','linkAppFormItemInsertedMemberID','linkAppFormItemInsertedMemberID','NO','','int(11)',24,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormItemID','','auto_increment',660,'PRI','linkAppFormItemID','linkAppFormItemID','NO','','int(11)',24,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'formItemID','0','',661,'','formItemID','formItemID','NO','','int(11)',24,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormItemUpdatedDateTime','0000-00-00 00:00:00','',662,'','linkAppFormItemUpdatedDateTime','linkAppFormItemUpdatedDateTime','NO','','datetime',24,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppFormItemUpdatedMemberID','0','',663,'','linkAppFormItemUpdatedMemberID','linkAppFormItemUpdatedMemberID','NO','','int(11)',24,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',664,'','appID','appID','NO','','int(11)',25,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppParameterDeletedDateTime','0000-00-00 00:00:00','',665,'','linkAppParameterDeletedDateTime','linkAppParameterDeletedDateTime','NO','','datetime',25,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppParameterDeletedMemberID','0','',666,'','linkAppParameterDeletedMemberID','linkAppParameterDeletedMemberID','NO','','int(11)',25,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppParameterInsertedDateTime','CURRENT_TIMESTAMP','',667,'','linkAppParameterInsertedDateTime','linkAppParameterInsertedDateTime','NO','','timestamp',25,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppParameterInsertedMemberID','0','',668,'','linkAppParameterInsertedMemberID','linkAppParameterInsertedMemberID','NO','','int(11)',25,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppParameterID','','auto_increment',669,'PRI','linkAppParameterID','linkAppParameterID','NO','','int(11)',25,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterID','0','',670,'','parameterID','parameterID','NO','','int(11)',25,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppParameterUpdatedDateTime','0000-00-00 00:00:00','',671,'','linkAppParameterUpdatedDateTime','linkAppParameterUpdatedDateTime','NO','','datetime',25,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppParameterUpdatedMemberID','0','',672,'','linkAppParameterUpdatedMemberID','linkAppParameterUpdatedMemberID','NO','','int(11)',25,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',673,'','appID','appID','NO','','int(11)',26,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPermissionDeletedDateTime','0000-00-00 00:00:00','',674,'','linkAppPermissionDeletedDateTime','linkAppPermissionDeletedDateTime','NO','','datetime',26,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPermissionDeletedMemberID','0','',675,'','linkAppPermissionDeletedMemberID','linkAppPermissionDeletedMemberID','NO','','int(11)',26,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPermissionInsertedDateTime','CURRENT_TIMESTAMP','',676,'','linkAppPermissionInsertedDateTime','linkAppPermissionInsertedDateTime','NO','','timestamp',26,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPermissionInsertedMemberID','0','',677,'','linkAppPermissionInsertedMemberID','linkAppPermissionInsertedMemberID','NO','','int(11)',26,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPermissionID','','auto_increment',678,'PRI','linkAppPermissionID','linkAppPermissionID','NO','','int(11)',26,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'permissionID','0','',679,'','permissionID','permissionID','NO','','int(11)',26,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPermissionUpdatedDateTime','0000-00-00 00:00:00','',680,'','linkAppPermissionUpdatedDateTime','linkAppPermissionUpdatedDateTime','NO','','datetime',26,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPermissionUpdatedMemberID','0','',681,'','linkAppPermissionUpdatedMemberID','linkAppPermissionUpdatedMemberID','NO','','int(11)',26,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',682,'','appID','appID','NO','','int(11)',27,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPortalDeletedDateTime','0000-00-00 00:00:00','',683,'','linkAppPortalDeletedDateTime','linkAppPortalDeletedDateTime','NO','','datetime',27,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPortalDeletedMemberID','0','',684,'','linkAppPortalDeletedMemberID','linkAppPortalDeletedMemberID','NO','','int(11)',27,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPortalInsertedDateTime','CURRENT_TIMESTAMP','',685,'','linkAppPortalInsertedDateTime','linkAppPortalInsertedDateTime','NO','','timestamp',27,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPortalInsertedMemberID','0','',686,'','linkAppPortalInsertedMemberID','linkAppPortalInsertedMemberID','NO','','int(11)',27,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPortalID','','auto_increment',687,'PRI','linkAppPortalID','linkAppPortalID','NO','','int(11)',27,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalID','0','',688,'','portalID','portalID','NO','','int(11)',27,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPortalUpdatedDateTime','0000-00-00 00:00:00','',689,'','linkAppPortalUpdatedDateTime','linkAppPortalUpdatedDateTime','NO','','datetime',27,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppPortalUpdatedMemberID','0','',690,'','linkAppPortalUpdatedMemberID','linkAppPortalUpdatedMemberID','NO','','int(11)',27,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appDefault','0','',691,'','appDefault','appDefault','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appDefaultOverride','0','',692,'','appDefaultOverride','appDefaultOverride','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',693,'','appID','appID','NO','','int(11)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'conditionForUse','','',694,'','conditionForUse','conditionForUse','NO','','varchar(1000)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',695,'','deletedDateTime','deletedDateTime','NO','','datetime',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',696,'','deletedMemberID','deletedMemberID','NO','','int(11)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',697,'','insertedDateTime','insertedDateTime','NO','','timestamp',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',698,'','insertedMemberID','insertedMemberID','NO','','int(11)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isMassUpdateQuery','0','',699,'','isMassUpdateQuery','isMassUpdateQuery','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isMasterQuery','0','',700,'','isMasterQuery','isMasterQuery','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isMessageQuery','0','',701,'','isMessageQuery','isMessageQuery','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isQuickQuery','0','',702,'','isQuickQuery','isQuickQuery','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isQuickSearchQuery','0','',703,'','isQuickSearchQuery','isQuickSearchQuery','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isWorkflowQuery','0','',704,'','isWorkflowQuery','isWorkflowQuery','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppQueryID','','auto_increment',705,'PRI','linkAppQueryID','linkAppQueryID','NO','','int(11)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberID','0','',706,'','memberID','memberID','NO','','int(11)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'managerMemberID','0','',707,'','managerMemberID','managerMemberID','NO','','int(11)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'ownerMemberID','0','',708,'','ownerMemberID','ownerMemberID','NO','','int(11)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryID','0','',709,'','queryID','queryID','NO','','int(11)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',710,'','updatedDateTime','updatedDateTime','NO','','datetime',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',711,'','updatedMemberID','updatedMemberID','NO','','int(11)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryTypeDataManager','0','',712,'','queryTypeDataManager','queryTypeDataManager','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryTypeDefault','0','',713,'','queryTypeDefault','queryTypeDefault','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryTypeMassUpdate','0','',714,'','queryTypeMassUpdate','queryTypeMassUpdate','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryTypeMaster','0','',715,'','queryTypeMaster','queryTypeMaster','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryTypeMessage','0','',716,'','queryTypeMessage','queryTypeMessage','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryTypeQuick','0','',717,'','queryTypeQuick','queryTypeQuick','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryTypeSearch','0','',718,'','queryTypeSearch','queryTypeSearch','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryTypeWorkflow','0','',719,'','queryTypeWorkflow','queryTypeWorkflow','NO','','tinyint(1)',28,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',720,'','appID','appID','NO','','int(11)',29,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppQueryFilterDeletedDateTime','0000-00-00 00:00:00','',721,'','linkAppQueryFilterDeletedDateTime','linkAppQueryFilterDeletedDateTime','NO','','datetime',29,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppQueryFilterDeletedMemberID','0','',722,'','linkAppQueryFilterDeletedMemberID','linkAppQueryFilterDeletedMemberID','NO','','int(11)',29,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppQueryFilterInsertedDateTime','CURRENT_TIMESTAMP','',723,'','linkAppQueryFilterInsertedDateTime','linkAppQueryFilterInsertedDateTime','NO','','timestamp',29,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppQueryFilterInsertedMemberID','0','',724,'','linkAppQueryFilterInsertedMemberID','linkAppQueryFilterInsertedMemberID','NO','','int(11)',29,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppQueryFilterID','','auto_increment',725,'PRI','linkAppQueryFilterID','linkAppQueryFilterID','NO','','int(11)',29,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryFilterID','0','',726,'','queryFilterID','queryFilterID','NO','','int(11)',29,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppQueryFilterUpdatedDateTime','0000-00-00 00:00:00','',727,'','linkAppQueryFilterUpdatedDateTime','linkAppQueryFilterUpdatedDateTime','NO','','datetime',29,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppQueryFilterUpdatedMemberID','0','',728,'','linkAppQueryFilterUpdatedMemberID','linkAppQueryFilterUpdatedMemberID','NO','','int(11)',29,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',729,'','appID','appID','NO','','int(11)',30,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',730,'','deletedDateTime','deletedDateTime','NO','','datetime',30,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',731,'','deletedMemberID','deletedMemberID','NO','','int(11)',30,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',732,'','insertedDateTime','insertedDateTime','NO','','timestamp',30,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',733,'','insertedMemberID','insertedMemberID','NO','','int(11)',30,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppQueryViewID','','auto_increment',734,'PRI','linkAppQueryViewID','linkAppQueryViewID','NO','','int(11)',30,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewID','0','',735,'','queryViewID','queryViewID','NO','','int(11)',30,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',736,'','updatedDateTime','updatedDateTime','NO','','datetime',30,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',737,'','updatedMemberID','updatedMemberID','NO','','int(11)',30,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',738,'','appID','appID','NO','','int(11)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',739,'','deletedDateTime','deletedDateTime','NO','','datetime',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',740,'','deletedMemberID','deletedMemberID','NO','','int(11)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'displayOrder','0','',741,'','displayOrder','displayOrder','NO','','int(11)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'filterDataManagerMember','0','',742,'','filterDataManagerMember','filterDataManagerMember','NO','','tinyint(1)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'filterDataOwnerMember','0','',743,'','filterDataOwnerMember','filterDataOwnerMember','NO','','tinyint(1)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'filterDataOwnerOrganization','0','',744,'','filterDataOwnerOrganization','filterDataOwnerOrganization','NO','','tinyint(1)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',745,'','insertedDateTime','insertedDateTime','NO','','timestamp',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',746,'','insertedMemberID','insertedMemberID','NO','','int(11)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppRoleID','','auto_increment',747,'PRI','linkAppRoleID','linkAppRoleID','NO','','int(11)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalID','0','',748,'','portalID','portalID','NO','','int(11)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryIDDefault','0','',749,'','queryIDDefault','queryIDDefault','NO','','int(11)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewIDDefault','0','',750,'','queryViewIDDefault','queryViewIDDefault','NO','','int(11)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleID','0','',751,'','roleID','roleID','NO','','int(11)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',752,'','updatedDateTime','updatedDateTime','NO','','datetime',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',753,'','updatedMemberID','updatedMemberID','NO','','int(11)',31,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',754,'','appID','appID','NO','','int(11)',32,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListDeletedDateTime','0000-00-00 00:00:00','',755,'','linkAppSelectListDeletedDateTime','linkAppSelectListDeletedDateTime','NO','','datetime',32,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListDeletedMemberID','0','',756,'','linkAppSelectListDeletedMemberID','linkAppSelectListDeletedMemberID','NO','','int(11)',32,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListInsertedDateTime','CURRENT_TIMESTAMP','',757,'','linkAppSelectListInsertedDateTime','linkAppSelectListInsertedDateTime','NO','','timestamp',32,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListInsertedMemberID','0','',758,'','linkAppSelectListInsertedMemberID','linkAppSelectListInsertedMemberID','NO','','int(11)',32,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListID','','auto_increment',759,'PRI','linkAppSelectListID','linkAppSelectListID','NO','','int(11)',32,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'selectListID','0','',760,'','selectListID','selectListID','NO','','int(11)',32,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListUpdatedDateTime','0000-00-00 00:00:00','',761,'','linkAppSelectListUpdatedDateTime','linkAppSelectListUpdatedDateTime','NO','','datetime',32,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListUpdatedMemberID','0','',762,'','linkAppSelectListUpdatedMemberID','linkAppSelectListUpdatedMemberID','NO','','int(11)',32,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',763,'','appID','appID','NO','','int(11)',33,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListItemDeletedDateTime','0000-00-00 00:00:00','',764,'','linkAppSelectListItemDeletedDateTime','linkAppSelectListItemDeletedDateTime','NO','','datetime',33,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListItemDeletedMemberID','0','',765,'','linkAppSelectListItemDeletedMemberID','linkAppSelectListItemDeletedMemberID','NO','','int(11)',33,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListItemInsertedDateTime','CURRENT_TIMESTAMP','',766,'','linkAppSelectListItemInsertedDateTime','linkAppSelectListItemInsertedDateTime','NO','','timestamp',33,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListItemInsertedMemberID','0','',767,'','linkAppSelectListItemInsertedMemberID','linkAppSelectListItemInsertedMemberID','NO','','int(11)',33,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListItemID','','auto_increment',768,'PRI','linkAppSelectListItemID','linkAppSelectListItemID','NO','','int(11)',33,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'selectListItemID','0','',769,'','selectListItemID','selectListItemID','NO','','int(11)',33,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListItemUpdatedDateTime','0000-00-00 00:00:00','',770,'','linkAppSelectListItemUpdatedDateTime','linkAppSelectListItemUpdatedDateTime','NO','','datetime',33,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSelectListItemUpdatedMemberID','0','',771,'','linkAppSelectListItemUpdatedMemberID','linkAppSelectListItemUpdatedMemberID','NO','','int(11)',33,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',772,'','appID','appID','NO','','int(11)',34,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSQLColumnDeletedDateTime','0000-00-00 00:00:00','',773,'','linkAppSQLColumnDeletedDateTime','linkAppSQLColumnDeletedDateTime','NO','','datetime',34,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSQLColumnDeletedMemberID','0','',774,'','linkAppSQLColumnDeletedMemberID','linkAppSQLColumnDeletedMemberID','NO','','int(11)',34,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSQLColumnInsertedDateTime','CURRENT_TIMESTAMP','',775,'','linkAppSQLColumnInsertedDateTime','linkAppSQLColumnInsertedDateTime','NO','','timestamp',34,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSQLColumnInsertedMemberID','0','',776,'','linkAppSQLColumnInsertedMemberID','linkAppSQLColumnInsertedMemberID','NO','','int(11)',34,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSQLColumnID','','auto_increment',777,'PRI','linkAppSQLColumnID','linkAppSQLColumnID','NO','','int(11)',34,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnID','0','',778,'','sqlColumnID','sqlColumnID','NO','','int(11)',34,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSQLColumnUpdatedDateTime','0000-00-00 00:00:00','',779,'','linkAppSQLColumnUpdatedDateTime','linkAppSQLColumnUpdatedDateTime','NO','','datetime',34,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSQLColumnUpdatedMemberID','0','',780,'','linkAppSQLColumnUpdatedMemberID','linkAppSQLColumnUpdatedMemberID','NO','','int(11)',34,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appID','0','',781,'','appID','appID','NO','','int(11)',35,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',782,'','deletedDateTime','deletedDateTime','NO','','datetime',35,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',783,'','deletedMemberID','deletedMemberID','NO','','int(11)',35,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'displayOrder','0','',784,'','displayOrder','displayOrder','NO','','int(11)',35,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',785,'','insertedDateTime','insertedDateTime','NO','','timestamp',35,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0000-00-00 00:00:00','',786,'','insertedMemberID','insertedMemberID','NO','','datetime',35,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkAppSQLTableID','','auto_increment',787,'PRI','linkAppSQLTableID','linkAppSQLTableID','NO','','int(11)',35,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlTableID','0','',788,'','sqlTableID','sqlTableID','NO','','int(11)',35,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',789,'','updatedDateTime','updatedDateTime','NO','','datetime',35,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',790,'','updatedMemberID','updatedMemberID','NO','','int(11)',35,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',791,'','deletedDateTime','deletedDateTime','NO','','datetime',36,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',792,'','deletedMemberID','deletedMemberID','NO','','int(11)',36,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contentVersionID','0','',793,'','contentVersionID','contentVersionID','NO','','int(11)',36,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',794,'','insertedDateTime','insertedDateTime','NO','','timestamp',36,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',795,'','insertedMemberID','insertedMemberID','NO','','int(11)',36,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkContentVersionRoleID','','auto_increment',796,'PRI','linkContentVersionRoleID','linkContentVersionRoleID','NO','','int(11)',36,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalID','0','',797,'','portalID','portalID','NO','','int(11)',36,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleID','0','',798,'','roleID','roleID','NO','','int(11)',36,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',799,'','updatedDateTime','updatedDateTime','NO','','datetime',36,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',800,'','updatedMemberID','updatedMemberID','NO','','int(11)',36,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',801,'','updatedMemberID','updatedMemberID','NO','','int(11)',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',802,'','updatedDateTime','updatedDateTime','NO','','datetime',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'managerMemberID','0','',803,'','managerMemberID','managerMemberID','NO','','int(11)',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkEntityRequestGroupEntityRequestID','','auto_increment',804,'PRI','linkEntityRequestGroupEntityRequestID','linkEntityRequestGroupEntityRequestID','NO','','int(11)',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',805,'','insertedMemberID','insertedMemberID','NO','','int(11)',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',806,'','insertedDateTime','insertedDateTime','NO','','timestamp',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestID','0','',807,'','entityRequestID','entityRequestID','NO','','int(11)',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestGroupID','0','',808,'','entityRequestGroupID','entityRequestGroupID','NO','','int(11)',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'displayOrder','0','',809,'','displayOrder','displayOrder','NO','','int(11)',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',810,'','deletedMemberID','deletedMemberID','NO','','int(11)',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',811,'','deletedDateTime','deletedDateTime','NO','','datetime',37,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueCredits','0.00','',812,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueCurrent','0.00','',813,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueDateTime','0000-00-00 00:00:00','',814,'','dataValueDateTime','dataValueDateTime','NO','','datetime',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueDebits','0.00','',815,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueID','0','',816,'','dataValueID','dataValueID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityID','0','',817,'','entityID','entityID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityLinkTypeID','0','',818,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'favorite','0','',819,'','favorite','favorite','NO','','tinyint(1)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkNotes','','',820,'','linkNotes','linkNotes','NO','','varchar(200)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkTypeID','0','',821,'','linkTypeID','linkTypeID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkLocatorID','','auto_increment',822,'PRI','linkLocatorID','linkLocatorID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'managerMemberGroupID','0','',823,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchEntityID','0','',824,'','matchEntityID','matchEntityID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchEntityLinkID','0','',825,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchLinkTableID','0','',826,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchLinkTypeID','0','',827,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'ownerMemberGroupID','0','',828,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pastTense','0','',829,'','pastTense','pastTense','NO','','tinyint(1)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verifyDateTime','0000-00-00 00:00:00','',830,'','verifyDateTime','verifyDateTime','NO','','datetime',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verifyMemberID','0','',831,'','verifyMemberID','verifyMemberID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verityLookupID','0','',832,'','verityLookupID','verityLookupID','NO','','int(1)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'visibleMemberGroupID','0','',833,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',834,'','deletedDateTime','deletedDateTime','NO','','datetime',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',835,'','deletedMemberID','deletedMemberID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',836,'','insertedDateTime','insertedDateTime','NO','','timestamp',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',837,'','insertedMemberID','insertedMemberID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',838,'','updatedDateTime','updatedDateTime','NO','','datetime',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',839,'','updatedMemberID','updatedMemberID','NO','','int(11)',38,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',840,'','deletedDateTime','deletedDateTime','NO','','datetime',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',841,'','deletedMemberID','deletedMemberID','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerCode','','',842,'','linkManagerCode','linkManagerCode','NO','','varchar(100)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerDataSource','','',843,'','linkManagerDataSource','linkManagerDataSource','NO','','varchar(100)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerDeletedDateTime','0','',844,'','linkManagerDeletedDateTime','linkManagerDeletedDateTime','NO','','tinyint(1)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerDeletedMemberID','0','',845,'','linkManagerDeletedMemberID','linkManagerDeletedMemberID','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerEntityRequestIDLinkDelete','0','',846,'','linkManagerEntityRequestIDLinkDelete','linkManagerEntityRequestIDLinkDelete','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerEntityRequestIDLinkDetail','0','',847,'','linkManagerEntityRequestIDLinkDetail','linkManagerEntityRequestIDLinkDetail','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerEntityRequestIDLinkInsert','0','',848,'','linkManagerEntityRequestIDLinkInsert','linkManagerEntityRequestIDLinkInsert','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerEntityRequestIDLinkSelect','0','',849,'','linkManagerEntityRequestIDLinkSelect','linkManagerEntityRequestIDLinkSelect','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerEntityRequestIDMaximize','0','',850,'','linkManagerEntityRequestIDMaximize','linkManagerEntityRequestIDMaximize','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerID','','auto_increment',851,'PRI','linkManagerID','linkManagerID','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerInsertedDateTime','CURRENT_TIMESTAMP','',852,'','linkManagerInsertedDateTime','linkManagerInsertedDateTime','NO','','timestamp',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerInsertedMemberID','0','',853,'','linkManagerInsertedMemberID','linkManagerInsertedMemberID','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerLinkCountMaximum','0','',854,'','linkManagerLinkCountMaximum','linkManagerLinkCountMaximum','NO','','smallint(6)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerLinkCountMinimum','0','',855,'','linkManagerLinkCountMinimum','linkManagerLinkCountMinimum','NO','','smallint(6)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerLinkMatchSQLTableID','0','',856,'','linkManagerLinkMatchSQLTableID','linkManagerLinkMatchSQLTableID','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerLinkSourceSQLTableID','0','',857,'','linkManagerLinkSourceSQLTableID','linkManagerLinkSourceSQLTableID','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerName','','',858,'','linkManagerName','linkManagerName','NO','','varchar(100)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerNamePublic','','',859,'','linkManagerNamePublic','linkManagerNamePublic','NO','','varchar(100)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerOverview','','',860,'','linkManagerOverview','linkManagerOverview','NO','','varchar(100)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerQueryIDInsert','0','',861,'','linkManagerQueryIDInsert','linkManagerQueryIDInsert','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerQueryViewIDInsert','0','',862,'','linkManagerQueryViewIDInsert','linkManagerQueryViewIDInsert','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerQueryIDDisplay','0','',863,'','linkManagerQueryIDDisplay','linkManagerQueryIDDisplay','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerQueryViewIDDisplay','0','',864,'','linkManagerQueryViewIDDisplay','linkManagerQueryViewIDDisplay','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerSourceFileLocal','0','',865,'','linkManagerSourceFileLocal','linkManagerSourceFileLocal','NO','','tinyint(1)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerSourceFileName','','',866,'','linkManagerSourceFileName','linkManagerSourceFileName','NO','','varchar(100)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerSourceFilePath','','',867,'','linkManagerSourceFilePath','linkManagerSourceFilePath','NO','','varchar(200)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerTitle','','',868,'','linkManagerTitle','linkManagerTitle','NO','','varchar(100)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerUpdatedDateTime','0000-00-00 00:00:00','',869,'','linkManagerUpdatedDateTime','linkManagerUpdatedDateTime','NO','','datetime',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkManagerUpdatedMemberID','0','',870,'','linkManagerUpdatedMemberID','linkManagerUpdatedMemberID','NO','','int(11)',39,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appDisplay','','',871,'','appDisplay','appDisplay','NO','','varchar(30)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',872,'','deletedDateTime','deletedDateTime','NO','','datetime',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',873,'','deletedMemberID','deletedMemberID','NO','','int(11)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',874,'','insertedDateTime','insertedDateTime','NO','','timestamp',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',875,'','insertedMemberID','insertedMemberID','NO','','int(11)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isCustom','0','',876,'','isCustom','isCustom','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkMemberRoleID','','auto_increment',877,'PRI','linkMemberRoleID','linkMemberRoleID','NO','','int(11)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberID','0','',878,'','memberID','memberID','NO','','int(11)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleID','0','',879,'','roleID','roleID','NO','','int(11)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showCoachWidget','0','',880,'','showCoachWidget','showCoachWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showFriendWidget','0','',881,'','showFriendWidget','showFriendWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showGoalWidget','1','',882,'','showGoalWidget','showGoalWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showHealthWidget','0','',883,'','showHealthWidget','showHealthWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showHumorWidget','0','',884,'','showHumorWidget','showHumorWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showInspirationWidget','0','',885,'','showInspirationWidget','showInspirationWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showJournalWidget','0','',886,'','showJournalWidget','showJournalWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showKnowledgeWidget','0','',887,'','showKnowledgeWidget','showKnowledgeWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showNetworkingWidget','0','',888,'','showNetworkingWidget','showNetworkingWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showPhotoWidget','0','',889,'','showPhotoWidget','showPhotoWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showPostWidget','0','',890,'','showPostWidget','showPostWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showStatisticWidget','0','',891,'','showStatisticWidget','showStatisticWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showSurveyWidget','0','',892,'','showSurveyWidget','showSurveyWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showTaskWidget','1','',893,'','showTaskWidget','showTaskWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showTeamWidget','0','',894,'','showTeamWidget','showTeamWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showVideoWidget','0','',895,'','showVideoWidget','showVideoWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showWealthWidget','0','',896,'','showWealthWidget','showWealthWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'showWelcomeWidget','1','',897,'','showWelcomeWidget','showWelcomeWidget','NO','','tinyint(1)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',898,'','updatedDateTime','updatedDateTime','NO','','datetime',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',899,'','updatedMemberID','updatedMemberID','NO','','int(11)',40,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'defaultAppID','0','',900,'','defaultAppID','defaultAppID','NO','','int(11)',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'defaultRoleID','0','',901,'','defaultRoleID','defaultRoleID','NO','','int(11)',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',902,'','deletedDateTime','deletedDateTime','NO','','datetime',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',903,'','deletedMemberID','deletedMemberID','NO','','int(11)',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',904,'','insertedDateTime','insertedDateTime','NO','','timestamp',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',905,'','insertedMemberID','insertedMemberID','NO','','int(11)',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkMemberWebsiteID','','auto_increment',906,'PRI','linkMemberWebsiteID','linkMemberWebsiteID','NO','','int(11)',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberID','0','',907,'','memberID','memberID','NO','','int(11)',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',908,'','updatedDateTime','updatedDateTime','NO','','datetime',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',909,'','updatedMemberID','updatedMemberID','NO','','int(11)',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'urlSignIn','','',910,'','urlSignIn','urlSignIn','NO','','varchar(200)',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'urlSignOut','','',911,'','urlSignOut','urlSignOut','NO','','varchar(200)',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'websiteID','0','',912,'','websiteID','websiteID','NO','','int(11)',41,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',913,'','deletedDateTime','deletedDateTime','NO','','datetime',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',914,'','deletedMemberID','deletedMemberID','NO','','int(11)',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',915,'','insertedDateTime','insertedDateTime','NO','','timestamp',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',916,'','insertedMemberID','insertedMemberID','NO','','int(11)',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkPermissionRoleID','','auto_increment',917,'PRI','linkPermissionRoleID','linkPermissionRoleID','NO','','int(11)',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberID','0','',918,'','memberID','memberID','NO','','int(11)',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'permissionID','0','',919,'','permissionID','permissionID','NO','','int(11)',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalID','0','',920,'','portalID','portalID','NO','','int(11)',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleID','0','',921,'','roleID','roleID','NO','','int(11)',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',922,'','updatedDateTime','updatedDateTime','NO','','datetime',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',923,'','updatedMemberID','updatedMemberID','NO','','int(11)',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberGroupID','0','',924,'','memberGroupID','memberGroupID','NO','','int(11)',42,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueCredits','0.00','',925,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueCurrent','0.00','',926,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueDateTime','0000-00-00 00:00:00','',927,'','dataValueDateTime','dataValueDateTime','NO','','datetime',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueDebits','0.00','',928,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataValueID','0','',929,'','dataValueID','dataValueID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',930,'','updatedMemberID','updatedMemberID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',931,'','updatedDateTime','updatedDateTime','NO','','datetime',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityID','0','',932,'','entityID','entityID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityLinkTypeID','0','',933,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'favorite','0','',934,'','favorite','favorite','NO','','tinyint(1)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',935,'','insertedMemberID','insertedMemberID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkNotes','','',936,'','linkNotes','linkNotes','NO','','varchar(200)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkTypeID','0','',937,'','linkTypeID','linkTypeID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkPingID','','auto_increment',938,'PRI','linkPingID','linkPingID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'managerMemberGroupID','0','',939,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchEntityID','0','',940,'','matchEntityID','matchEntityID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchEntityLinkID','0','',941,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchLinkTableID','0','',942,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'matchLinkTypeID','0','',943,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'ownerMemberGroupID','0','',944,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pastTense','0','',945,'','pastTense','pastTense','NO','','tinyint(1)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',946,'','insertedDateTime','insertedDateTime','NO','','timestamp',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',947,'','deletedMemberID','deletedMemberID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',948,'','deletedDateTime','deletedDateTime','NO','','datetime',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verifyDateTime','0000-00-00 00:00:00','',949,'','verifyDateTime','verifyDateTime','NO','','datetime',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verifyMemberID','0','',950,'','verifyMemberID','verifyMemberID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'verityLookupID','0','',951,'','verityLookupID','verityLookupID','NO','','int(1)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'visibleMemberGroupID','0','',952,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',43,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',953,'','deletedDateTime','deletedDateTime','NO','','datetime',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',954,'','deletedMemberID','deletedMemberID','NO','','int(11)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestCode','','',955,'','entityRequestCode','entityRequestCode','NO','','varchar(100)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'entityRequestID','0','',956,'','entityRequestID','entityRequestID','NO','','int(11)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',957,'','insertedDateTime','insertedDateTime','NO','','timestamp',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',958,'','insertedMemberID','insertedMemberID','NO','','int(11)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkPortalRoleID','','auto_increment',959,'PRI','linkPortalRoleID','linkPortalRoleID','NO','','int(11)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalID','0','',960,'','portalID','portalID','NO','','int(11)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleID','0','',961,'','roleID','roleID','NO','','int(11)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleSourceFileLocal','0','',962,'','roleSourceFileLocal','roleSourceFileLocal','NO','','tinyint(1)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleSourceFileName','','',963,'','roleSourceFileName','roleSourceFileName','NO','','varchar(100)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleSourceFilePath','','',964,'','roleSourceFilePath','roleSourceFilePath','NO','','varchar(200)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',965,'','updatedDateTime','updatedDateTime','NO','','datetime',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',966,'','updatedMemberID','updatedMemberID','NO','','int(11)',44,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',967,'','deletedDateTime','deletedDateTime','NO','','datetime',45,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',968,'','deletedMemberID','deletedMemberID','NO','','int(11)',45,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',969,'','insertedDateTime','insertedDateTime','NO','','timestamp',45,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',970,'','insertedMemberID','insertedMemberID','NO','','int(11)',45,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkQueryFilterRoleID','','auto_increment',971,'PRI','linkQueryFilterRoleID','linkQueryFilterRoleID','NO','','int(11)',45,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'mandatory','0','',972,'','mandatory','mandatory','NO','','tinyint(1)',45,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryFilterID','0','',973,'','queryFilterID','queryFilterID','NO','','int(11)',45,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleID','0','',974,'','roleID','roleID','NO','','int(11)',45,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',975,'','updatedDateTime','updatedDateTime','NO','','datetime',45,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',976,'','updatedMemberID','updatedMemberID','NO','','int(11)',45,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',977,'','updatedMemberID','updatedMemberID','NO','','int(11)',46,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleID','0','',978,'','roleID','roleID','NO','','int(11)',46,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',979,'','updatedDateTime','updatedDateTime','NO','','datetime',46,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryID','0','',980,'','queryID','queryID','NO','','int(11)',46,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'maximumPageRows','0','',981,'','maximumPageRows','maximumPageRows','NO','','smallint(6)',46,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkQueryRoleID','','auto_increment',982,'PRI','linkQueryRoleID','linkQueryRoleID','NO','','int(11)',46,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',983,'','insertedMemberID','insertedMemberID','NO','','int(11)',46,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',984,'','insertedDateTime','insertedDateTime','NO','','timestamp',46,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',985,'','deletedMemberID','deletedMemberID','NO','','int(11)',46,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',986,'','deletedDateTime','deletedDateTime','NO','','datetime',46,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',987,'','deletedDateTime','deletedDateTime','NO','','datetime',47,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',988,'','deletedMemberID','deletedMemberID','NO','','int(11)',47,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',989,'','insertedDateTime','insertedDateTime','NO','','timestamp',47,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',990,'','insertedMemberID','insertedMemberID','NO','','int(11)',47,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkQueryViewQueryID','','auto_increment',991,'PRI','linkQueryViewQueryID','linkQueryViewQueryID','NO','','int(11)',47,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryID','0','',992,'','queryID','queryID','NO','','int(11)',47,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewID','0','',993,'','queryViewID','queryViewID','NO','','int(11)',47,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',994,'','updatedDateTime','updatedDateTime','NO','','datetime',47,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',995,'','updatedMemberID','updatedMemberID','NO','','int(11)',47,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',996,'','deletedDateTime','deletedDateTime','NO','','datetime',48,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',997,'','deletedMemberID','deletedMemberID','NO','','int(11)',48,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',998,'','insertedDateTime','insertedDateTime','NO','','timestamp',48,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',999,'','insertedMemberID','insertedMemberID','NO','','int(11)',48,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'linkQueryViewRoleID','','auto_increment',1000,'PRI','linkQueryViewRoleID','linkQueryViewRoleID','NO','','int(11)',48,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalID','0','',1001,'','portalID','portalID','NO','','int(11)',48,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewID','0','',1002,'','queryViewID','queryViewID','NO','','int(11)',48,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleID','0','',1003,'','roleID','roleID','NO','','int(11)',48,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1004,'','updatedDateTime','updatedDateTime','NO','','datetime',48,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1005,'','updatedMemberID','updatedMemberID','NO','','int(11)',48,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'accountCode','','',1006,'','accountCode','accountCode','NO','','varchar(50)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'accountCodeOld','','',1007,'','accountCodeOld','accountCodeOld','NO','','varchar(50)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'accountHold','0','',1008,'','accountHold','accountHold','NO','','tinyint(1)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'accountHoldDateTime','0000-00-00 00:00:00','',1009,'','accountHoldDateTime','accountHoldDateTime','NO','','datetime',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'accountHoldReason','','',1010,'','accountHoldReason','accountHoldReason','NO','','varchar(20)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'accountPassword','','',1011,'','accountPassword','accountPassword','NO','','varbinary(50)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'accountPasswordOld','','',1012,'','accountPasswordOld','accountPasswordOld','NO','','varbinary(50)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'accountSalt','','',1013,'','accountSalt','accountSalt','NO','','varchar(40)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'accountStatus','','',1014,'','accountStatus','accountStatus','NO','','varchar(10)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'applicationMode','','',1015,'','applicationMode','applicationMode','NO','','varchar(20)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerOrganizationID','0','',1016,'','dataOwnerOrganizationID','dataOwnerOrganizationID','NO','','int(11)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerOrganizationIDDefault','0','',1017,'','dataOwnerOrganizationIDDefault','dataOwnerOrganizationIDDefault','NO','','int(11)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1018,'','deletedDateTime','deletedDateTime','NO','','datetime',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1019,'','deletedMemberID','deletedMemberID','NO','','int(11)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'eulaDateTime','0000-00-00 00:00:00','',1020,'','eulaDateTime','eulaDateTime','NO','','datetime',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'failedAttempts','0','',1021,'','failedAttempts','failedAttempts','NO','','tinyint(1)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'forgetFlag','0','',1022,'','forgetFlag','forgetFlag','NO','','tinyint(1)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'impersonate','0','',1023,'','impersonate','impersonate','NO','','tinyint(1)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1024,'','insertedDateTime','insertedDateTime','NO','','timestamp',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1025,'','insertedMemberID','insertedMemberID','NO','','int(11)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'ipAddress','','',1026,'','ipAddress','ipAddress','NO','','varchar(40)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isDemo','0','',1027,'','isDemo','isDemo','NO','','tinyint(1)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isNewUser','0','',1028,'','isNewUser','isNewUser','NO','','tinyint(1)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isSetup','0','',1029,'','isSetup','isSetup','NO','','tinyint(1)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'lastLoginAttemptDateTime','0000-00-00 00:00:00','',1030,'','lastLoginAttemptDateTime','lastLoginAttemptDateTime','NO','','datetime',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'lastLoginSuccessDateTime','0000-00-00 00:00:00','',1031,'','lastLoginSuccessDateTime','lastLoginSuccessDateTime','NO','','datetime',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'managerMemberID','0','',1032,'','managerMemberID','managerMemberID','NO','','int(11)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberContentPath','','',1033,'','memberContentPath','memberContentPath','NO','','varchar(100)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberEmailOfRecord','','',1034,'','memberEmailOfRecord','memberEmailOfRecord','NO','','varchar(50)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberEmailOfRecordOld','','',1035,'','memberEmailOfRecordOld','memberEmailOfRecordOld','NO','','varchar(50)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberGUID','','',1036,'','memberGUID','memberGUID','NO','','varchar(38)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberID','','auto_increment',1037,'PRI','memberID','memberID','NO','','int(11)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberSinceDateTime','0000-00-00 00:00:00','',1038,'','memberSinceDateTime','memberSinceDateTime','NO','','datetime',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberType','','',1039,'','memberType','memberType','NO','','varchar(50)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'passwordExpiryDateTime','0000-00-00 00:00:00','',1040,'','passwordExpiryDateTime','passwordExpiryDateTime','NO','','datetime',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'passwordResetRequired','0','',1041,'','passwordResetRequired','passwordResetRequired','NO','','tinyint(1)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personID','0','',1042,'','personID','personID','NO','','int(11)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'salesManager','0','',1043,'','salesManager','salesManager','NO','','tinyint(1)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'secretAnswer1','','',1044,'','secretAnswer1','secretAnswer1','NO','','varchar(30)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'secretAnswer2','','',1045,'','secretAnswer2','secretAnswer2','NO','','varchar(30)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'secretAnswer3','','',1046,'','secretAnswer3','secretAnswer3','NO','','varchar(30)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'secretQuestion1','','',1047,'','secretQuestion1','secretQuestion1','NO','','varchar(100)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'secretQuestion2','','',1048,'','secretQuestion2','secretQuestion2','NO','','varchar(100)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'secretQuestion3','','',1049,'','secretQuestion3','secretQuestion3','NO','','varchar(100)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sessionGUID','','',1050,'','sessionGUID','sessionGUID','NO','','varchar(38)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'shoppingCartDiscount','0','',1051,'','shoppingCartDiscount','shoppingCartDiscount','NO','','tinyint(4)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sponsorMemberID','0','',1052,'','sponsorMemberID','sponsorMemberID','NO','','int(11)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tcgHomeTeam','0','',1053,'','tcgHomeTeam','tcgHomeTeam','NO','','tinyint(1)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tcgLeadCallingDirection','','',1054,'','tcgLeadCallingDirection','tcgLeadCallingDirection','NO','','varchar(10)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'termsAndConditionsDateTime','0000-00-00 00:00:00','',1055,'','termsAndConditionsDateTime','termsAndConditionsDateTime','NO','','datetime',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1056,'','updatedDateTime','updatedDateTime','NO','','datetime',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1057,'','updatedMemberID','updatedMemberID','NO','','int(11)',49,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'clientColumn','0','',1058,'','clientColumn','clientColumn','NO','','tinyint(1)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'clientVisible','0','',1059,'','clientVisible','clientVisible','NO','','tinyint(1)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'customMetadata','0','',1060,'','customMetadata','customMetadata','NO','','tinyint(1)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1061,'','deletedDateTime','deletedDateTime','NO','','datetime',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1062,'','deletedMemberID','deletedMemberID','NO','','int(11)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'inputTypeDefault','','',1063,'','inputTypeDefault','inputTypeDefault','NO','','varchar(20)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1064,'','insertedDateTime','insertedDateTime','NO','','timestamp',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1065,'','insertedMemberID','insertedMemberID','NO','','int(11)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnCode','','',1066,'','sqlColumnCode','sqlColumnCode','NO','','varchar(100)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnDefault','','',1067,'','sqlColumnDefault','sqlColumnDefault','NO','','varchar(200)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnExtra','','',1068,'','sqlColumnExtra','sqlColumnExtra','NO','','varchar(50)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnID','','auto_increment',1069,'PRI','sqlColumnID','sqlColumnID','NO','','int(11)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnKey','','',1070,'','sqlColumnKey','sqlColumnKey','NO','','varchar(20)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnName','','',1071,'','sqlColumnName','sqlColumnName','NO','','varchar(100)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnNamePublic','','',1072,'','sqlColumnNamePublic','sqlColumnNamePublic','NO','','varchar(100)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnNull','','',1073,'','sqlColumnNull','sqlColumnNull','NO','','varchar(3)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnOverview','','',1074,'','sqlColumnOverview','sqlColumnOverview','NO','','varchar(500)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnType','','',1075,'','sqlColumnType','sqlColumnType','NO','','varchar(20)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlTableID','0','',1076,'','sqlTableID','sqlTableID','NO','','int(11)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'twistVersion','','',1077,'','twistVersion','twistVersion','NO','','varchar(10)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1078,'','updatedDateTime','updatedDateTime','NO','','datetime',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1079,'','updatedMemberID','updatedMemberID','NO','','int(11)',50,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'client','0','',1080,'','client','client','NO','','tinyint(1)',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1081,'','deletedDateTime','deletedDateTime','NO','','datetime',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1082,'','deletedMemberID','deletedMemberID','NO','','int(11)',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1083,'','insertedDateTime','insertedDateTime','NO','','timestamp',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1084,'','insertedMemberID','insertedMemberID','NO','','int(11)',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleCode','','',1085,'','roleCode','roleCode','NO','','varchar(50)',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleID','','auto_increment',1086,'PRI','roleID','roleID','NO','','int(11)',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleName','','',1087,'','roleName','roleName','NO','','varchar(100)',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleNamePublic','','',1088,'','roleNamePublic','roleNamePublic','NO','','varchar(100)',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleOverview','','',1089,'','roleOverview','roleOverview','NO','','varchar(500)',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1090,'','updatedDateTime','updatedDateTime','NO','','datetime',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1091,'','updatedMemberID','updatedMemberID','NO','','int(11)',51,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1092,'','deletedDateTime','deletedDateTime','NO','','datetime',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1093,'','deletedMemberID','deletedMemberID','NO','','int(11)',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1094,'','insertedDateTime','insertedDateTime','NO','','timestamp',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1095,'','insertedMemberID','insertedMemberID','NO','','int(11)',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalCode','','',1096,'','portalCode','portalCode','NO','','varchar(100)',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalID','','auto_increment',1097,'PRI','portalID','portalID','NO','','int(11)',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalName','','',1098,'','portalName','portalName','NO','','varchar(100)',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalNamePublic','','',1099,'','portalNamePublic','portalNamePublic','NO','','varchar(100)',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'portalOverview','','',1100,'','portalOverview','portalOverview','NO','','varchar(500)',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1101,'','updatedDateTime','updatedDateTime','NO','','datetime',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1102,'','updatedMemberID','updatedMemberID','NO','','int(11)',52,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'appSpecific','0','',1103,'','appSpecific','appSpecific','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'clientCustomMetadata','0','',1104,'','clientCustomMetadata','clientCustomMetadata','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'clientCustomValue','0','',1105,'','clientCustomValue','clientCustomValue','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'clientDelete','0','',1106,'','clientDelete','clientDelete','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'clientVisible','0','',1107,'','clientVisible','clientVisible','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1108,'','deletedDateTime','deletedDateTime','NO','','datetime',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1109,'','deletedMemberID','deletedMemberID','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1110,'','insertedDateTime','insertedDateTime','NO','','timestamp',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1111,'','insertedMemberID','insertedMemberID','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isColor','0','',1112,'','isColor','isColor','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'isSkin','0','',1113,'','isSkin','isSkin','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberCode','','',1114,'','memberCode','memberCode','NO','','varchar(100)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberCustomizable','0','',1115,'','memberCustomizable','memberCustomizable','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberID','0','',1116,'','memberID','memberID','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberSpecific','0','',1117,'','memberSpecific','memberSpecific','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterCode','','',1118,'','parameterCode','parameterCode','NO','','varchar(100)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterID','','auto_increment',1119,'PRI','parameterID','parameterID','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterName','','',1120,'','parameterName','parameterName','NO','','varchar(100)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterNamePublic','','',1121,'','parameterNamePublic','parameterNamePublic','NO','','varchar(100)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterOverview','','',1122,'','parameterOverview','parameterOverview','NO','','varchar(500)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterStatusLookupID','0','',1123,'','parameterStatusLookupID','parameterStatusLookupID','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterTypeLookupID','0','',1124,'','parameterTypeLookupID','parameterTypeLookupID','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterValueDateTime','0000-00-00 00:00:00','',1125,'','parameterValueDateTime','parameterValueDateTime','NO','','datetime',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterValueInt','0','',1126,'','parameterValueInt','parameterValueInt','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterValueTinyInt','0','',1127,'','parameterValueTinyInt','parameterValueTinyInt','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterValueType','','',1128,'','parameterValueType','parameterValueType','NO','','varchar(20)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'parameterValueVarchar','','',1129,'','parameterValueVarchar','parameterValueVarchar','NO','','varchar(500)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'roleSpecific','0','',1130,'','roleSpecific','roleSpecific','NO','','tinyint(1)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'skinCode','','',1131,'','skinCode','skinCode','NO','','varchar(100)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'skinID','0','',1132,'','skinID','skinID','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'twistVersionID','0','',1133,'','twistVersionID','twistVersionID','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1134,'','updatedDateTime','updatedDateTime','NO','','datetime',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1135,'','updatedMemberID','updatedMemberID','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'webPageCode','','',1136,'','webPageCode','webPageCode','NO','','varchar(100)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'websiteCode','','',1137,'','websiteCode','websiteCode','NO','','varchar(100)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'websiteID','0','',1138,'','websiteID','websiteID','NO','','int(11)',53,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'custom','0','',1139,'','custom','custom','NO','','tinyint(1)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'editorMemberGroupID','0','',1140,'','editorMemberGroupID','editorMemberGroupID','NO','','int(11)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertDateTime','CURRENT_TIMESTAMP','',1141,'','insertDateTime','insertDateTime','NO','','timestamp',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'objectID','0','',1142,'','objectID','objectID','NO','','int(11)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'outputFileName','','',1143,'','outputFileName','outputFileName','NO','','varchar(50)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'outputFilePath','','',1144,'','outputFilePath','outputFilePath','NO','','varchar(100)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'source','','',1145,'','source','source','NO','','varchar(8000)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sourceFileName','','',1146,'','sourceFileName','sourceFileName','NO','','varchar(100)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sourceFilePath','','',1147,'','sourceFilePath','sourceFilePath','NO','','varchar(200)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'status','Draft','',1148,'','status','status','NO','','varchar(20)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'templateType','','',1149,'','templateType','templateType','NO','','varchar(15)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'twistID','0','',1150,'','twistID','twistID','NO','','int(11)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updateDateTime','0000-00-00 00:00:00','',1151,'','updateDateTime','updateDateTime','NO','','datetime',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'uploadID','0','',1152,'','uploadID','uploadID','NO','','int(11)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'viewerMemberGroupID','0','',1153,'','viewerMemberGroupID','viewerMemberGroupID','NO','','int(11)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'webTemplateCode','','',1154,'','webTemplateCode','webTemplateCode','NO','','varchar(100)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'webTemplateID','','auto_increment',1155,'PRI','webTemplateID','webTemplateID','NO','','int(11)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'webTemplateName','','',1156,'','webTemplateName','webTemplateName','NO','','varchar(100)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'webTemplateOverview','','',1157,'','webTemplateOverview','webTemplateOverview','NO','','varchar(1000)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'webTemplateNamePublic','','',1158,'','webTemplateNamePublic','webTemplateNamePublic','NO','','varchar(100)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1159,'','deletedDateTime','deletedDateTime','NO','','datetime',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1160,'','deletedMemberID','deletedMemberID','NO','','int(11)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'ownerMemberGroupID','0','',1161,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',54,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1162,'','deletedDateTime','deletedDateTime','NO','','datetime',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1163,'','deletedMemberID','deletedMemberID','NO','','int(11)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'fileName','','',1164,'','fileName','fileName','NO','','varchar(100)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1165,'','insertedDateTime','insertedDateTime','NO','','timestamp',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1166,'','insertedMemberID','insertedMemberID','NO','','int(11)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'managerMemberID','0','',1167,'','managerMemberID','managerMemberID','NO','','int(11)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'masterQueryViewID','0','',1168,'','masterQueryViewID','masterQueryViewID','NO','','int(11)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'ownerMemberID','0','',1169,'','ownerMemberID','ownerMemberID','NO','','int(11)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewCode','','',1170,'','queryViewCode','queryViewCode','NO','','varchar(100)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewContent','','',1171,'','queryViewContent','queryViewContent','NO','','varchar(4000)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewID','','auto_increment',1172,'PRI','queryViewID','queryViewID','NO','','int(11)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewName','','',1173,'','queryViewName','queryViewName','NO','','varchar(100)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewNamePublic','','',1174,'','queryViewNamePublic','queryViewNamePublic','NO','','varchar(100)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewOverview','','',1175,'','queryViewOverview','queryViewOverview','NO','','varchar(500)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewStatusLookupID','0','',1176,'','queryViewStatusLookupID','queryViewStatusLookupID','NO','','int(11)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewTitle','','',1177,'','queryViewTitle','queryViewTitle','NO','','varchar(100)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewType','','',1178,'','queryViewType','queryViewType','NO','','varchar(20)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewTypeLookupID','0','',1179,'','queryViewTypeLookupID','queryViewTypeLookupID','NO','','int(11)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sourcePath','','',1180,'','sourcePath','sourcePath','NO','','varchar(100)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlTableID','0','',1181,'','sqlTableID','sqlTableID','NO','','int(11)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1182,'','updatedDateTime','updatedDateTime','NO','','datetime',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1183,'','updatedMemberID','updatedMemberID','NO','','int(11)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewTypeDefault','0','',1184,'','queryViewTypeDefault','queryViewTypeDefault','NO','','tinyint(1)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'a','0','',1185,'','a','a','NO','','tinyint(1)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssClass','','',1186,'','cssClass','cssClass','NO','','varchar(100)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssID','','',1187,'','cssID','cssID','NO','','varchar(100)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssStyle','','',1188,'','cssStyle','cssStyle','NO','','varchar(500)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1189,'','deletedDateTime','deletedDateTime','NO','','datetime',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1190,'','deletedMemberID','deletedMemberID','YES','','int(11)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'displayOrder','','',1191,'','displayOrder','displayOrder','NO','','smallint(10)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1192,'','insertedDateTime','insertedDateTime','NO','','timestamp',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1193,'','insertedMemberID','insertedMemberID','NO','','int(11)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewID','0','',1194,'','queryViewID','queryViewID','NO','','int(11)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemID','','auto_increment',1195,'PRI','queryViewItemID','queryViewItemID','NO','','int(11)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemName','','',1196,'','queryViewItemName','queryViewItemName','NO','','varchar(100)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemNamePublic','','',1197,'','queryViewItemNamePublic','queryViewItemNamePublic','NO','','varchar(100)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemOverview','','',1198,'','queryViewItemOverview','queryViewItemOverview','NO','','varchar(1000)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemPublic','','',1199,'','queryViewItemPublic','queryViewItemPublic','NO','','varchar(100)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemSourceCode','','',1200,'','queryViewItemSourceCode','queryViewItemSourceCode','NO','','varchar(4000)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemStatusLookupID','0','',1201,'','queryViewItemStatusLookupID','queryViewItemStatusLookupID','NO','','int(11)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemTitle','','',1202,'','queryViewItemTitle','queryViewItemTitle','NO','','varchar(100)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemTypeLookupID','0','',1203,'','queryViewItemTypeLookupID','queryViewItemTypeLookupID','NO','','int(11)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnCodeCustom','','',1204,'','sqlColumnCodeCustom','sqlColumnCodeCustom','NO','','varchar(8000)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'sqlColumnID','0','',1205,'','sqlColumnID','sqlColumnID','NO','','int(11)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1206,'','updatedDateTime','updatedDateTime','NO','','datetime',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1207,'','updatedMemberID','updatedMemberID','NO','','int(11)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemCode','','',1208,'','queryViewItemCode','queryViewItemCode','NO','','varchar(100)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemStyleData','','',1209,'','queryViewItemStyleData','queryViewItemStyleData','NO','','varchar(500)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'queryViewItemStyleHeader','','',1210,'','queryViewItemStyleHeader','queryViewItemStyleHeader','NO','','varchar(500)',56,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerMemberID','0','',1211,'','dataManagerMemberID','dataManagerMemberID','NO','','int(11)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerMemberID','0','',1212,'','dataOwnerMemberID','dataOwnerMemberID','NO','','int(11)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerOrganizationID','0','',1213,'','dataOwnerOrganizationID','dataOwnerOrganizationID','NO','','int(11)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1214,'','deletedDateTime','deletedDateTime','NO','','datetime',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1215,'','deletedMemberID','deletedMemberID','NO','','int(11)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1216,'','insertedDateTime','insertedDateTime','NO','','timestamp',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1217,'','insertedMemberID','insertedMemberID','NO','','int(11)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobCode','','',1218,'','messageJobCode','messageJobCode','NO','','varchar(100)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobDataSource','','',1219,'','messageJobDataSource','messageJobDataSource','NO','','varchar(20)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobDetailedHistory','0','',1220,'','messageJobDetailedHistory','messageJobDetailedHistory','NO','','tinyint(1)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobFrom','','',1221,'','messageJobFrom','messageJobFrom','NO','','varchar(100)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobID','','auto_increment',1222,'PRI','messageJobID','messageJobID','NO','','int(11)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobName','','',1223,'','messageJobName','messageJobName','NO','','varchar(100)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobNamePublic','','',1224,'','messageJobNamePublic','messageJobNamePublic','NO','','varchar(100)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobQueryID','0','',1225,'','messageJobQueryID','messageJobQueryID','NO','','int(11)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobReleaseDateTime','0000-00-00 00:00:00','',1226,'','messageJobReleaseDateTime','messageJobReleaseDateTime','NO','','datetime',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobSource','','',1227,'','messageJobSource','messageJobSource','NO','','varchar(8000)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobSourceFileLocal','0','',1228,'','messageJobSourceFileLocal','messageJobSourceFileLocal','NO','','tinyint(1)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobSourceFileName','','',1229,'','messageJobSourceFileName','messageJobSourceFileName','NO','','varchar(100)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobSourceFilePath','','',1230,'','messageJobSourceFilePath','messageJobSourceFilePath','NO','','varchar(200)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobStatus','','',1231,'','messageJobStatus','messageJobStatus','NO','','varchar(50)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobSubjectLine','','',1232,'','messageJobSubjectLine','messageJobSubjectLine','NO','','varchar(200)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobType','','',1233,'','messageJobType','messageJobType','NO','','varchar(50)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1234,'','updatedDateTime','updatedDateTime','NO','','datetime',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1235,'','updatedMemberID','updatedMemberID','NO','','int(11)',57,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'attachment01PublicationID','0','',1236,'','attachment01PublicationID','attachment01PublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'attachment02PublicationID','0','',1237,'','attachment02PublicationID','attachment02PublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'attachment03PublicationID','0','',1238,'','attachment03PublicationID','attachment03PublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'attachment04PublicationID','0','',1239,'','attachment04PublicationID','attachment04PublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'attachment05PublicationID','0','',1240,'','attachment05PublicationID','attachment05PublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'attachment06PublicationID','0','',1241,'','attachment06PublicationID','attachment06PublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'attachment07PublicationID','0','',1242,'','attachment07PublicationID','attachment07PublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'attachment08PublicationID','0','',1243,'','attachment08PublicationID','attachment08PublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'attachment09PublicationID','0','',1244,'','attachment09PublicationID','attachment09PublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'attachment10PublicationID','0','',1245,'','attachment10PublicationID','attachment10PublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerMemberID','0','',1246,'','dataManagerMemberID','dataManagerMemberID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerMemberID','0','',1247,'','dataOwnerMemberID','dataOwnerMemberID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerOrganizationID','0','',1248,'','dataOwnerOrganizationID','dataOwnerOrganizationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1249,'','deletedDateTime','deletedDateTime','NO','','datetime',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1250,'','deletedMemberID','deletedMemberID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1251,'','insertedDateTime','insertedDateTime','NO','','timestamp',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1252,'','insertedMemberID','insertedMemberID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageFromMemberID','0','',1253,'','messageFromMemberID','messageFromMemberID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageFromName','','',1254,'','messageFromName','messageFromName','NO','','varchar(200)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageJobID','0','',1255,'','messageJobID','messageJobID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageQueueCode','','',1256,'','messageQueueCode','messageQueueCode','NO','','varchar(100)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageQueueID','','auto_increment',1257,'PRI','messageQueueID','messageQueueID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageQueueName','','',1258,'','messageQueueName','messageQueueName','NO','','varchar(100)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageQueueNamePublic','','',1259,'','messageQueueNamePublic','messageQueueNamePublic','NO','','varchar(100)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageSendEarliestDateTime','0000-00-00 00:00:00','',1260,'','messageSendEarliestDateTime','messageSendEarliestDateTime','NO','','datetime',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageSendLatestDateTime','0000-00-00 00:00:00','',1261,'','messageSendLatestDateTime','messageSendLatestDateTime','NO','','datetime',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageSource','','',1262,'','messageSource','messageSource','NO','','varchar(4000)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageSourceFileLocal','0','',1263,'','messageSourceFileLocal','messageSourceFileLocal','NO','','tinyint(1)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageSourceFileName','','',1264,'','messageSourceFileName','messageSourceFileName','NO','','varchar(100)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageSourceFilePath','','',1265,'','messageSourceFilePath','messageSourceFilePath','NO','','varchar(200)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageSourcePublicationID','0','',1266,'','messageSourcePublicationID','messageSourcePublicationID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageSubject','','',1267,'','messageSubject','messageSubject','NO','','varchar(200)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageToAddress','','',1268,'','messageToAddress','messageToAddress','NO','','varchar(200)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageToGUID','','',1269,'','messageToGUID','messageToGUID','NO','','varchar(50)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageToMemberID','0','',1270,'','messageToMemberID','messageToMemberID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'messageToName','','',1271,'','messageToName','messageToName','NO','','varchar(200)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1272,'','updatedDateTime','updatedDateTime','NO','','datetime',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1273,'','updatedMemberID','updatedMemberID','NO','','int(11)',58,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataManagerMemberID','0','',1274,'','dataManagerMemberID','dataManagerMemberID','NO','','int(11)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerOrganizationID','0','',1275,'','dataOwnerOrganizationID','dataOwnerOrganizationID','NO','','int(11)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerMemberID','0','',1276,'','dataOwnerMemberID','dataOwnerMemberID','NO','','int(11)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1277,'','deletedDateTime','deletedDateTime','NO','','datetime',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1278,'','deletedMemberID','deletedMemberID','NO','','int(11)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1279,'','insertedDateTime','insertedDateTime','NO','','timestamp',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1280,'','insertedMemberID','insertedMemberID','NO','','int(11)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberGroupID','','auto_increment',1281,'PRI','memberGroupID','memberGroupID','NO','','int(11)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberGroupName0','','',1282,'','memberGroupName0','memberGroupName0','NO','','varchar(100)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberGroupName1','','',1283,'','memberGroupName1','memberGroupName1','NO','','varchar(100)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberGroupName2','','',1284,'','memberGroupName2','memberGroupName2','NO','','varchar(100)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberGroupName3','','',1285,'','memberGroupName3','memberGroupName3','NO','','varchar(100)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberGroupName4','','',1286,'','memberGroupName4','memberGroupName4','NO','','varchar(100)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberGroupStatusSLIID','','',1287,'','memberGroupStatusSLIID','memberGroupStatusSLIID','NO','','tinyint(1)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'memberGroupTypeSLIID','','',1288,'','memberGroupTypeSLIID','memberGroupTypeSLIID','NO','','tinyint(1)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1289,'','updatedDateTime','updatedDateTime','NO','','datetime',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1290,'','updatedMemberID','updatedMemberID','NO','','int(11)',59,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactAge','0','',1291,'','contactAge','contactAge','NO','','decimal(3,0)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactBirthday','0000-00-00','',1292,'','contactBirthday','contactBirthday','NO','','date',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactCity','','',1293,'','contactCity','contactCity','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactComments','','',1294,'','contactComments','contactComments','NO','','varchar(1000)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactCounty','','',1295,'','contactCounty','contactCounty','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactCountry','','',1296,'','contactCountry','contactCountry','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactDecisionMaker','0','',1297,'','contactDecisionMaker','contactDecisionMaker','NO','','tinyint(1)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactEmailAddress','','',1298,'','contactEmailAddress','contactEmailAddress','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactFax','','',1299,'','contactFax','contactFax','NO','','varchar(20)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactGender','','',1300,'','contactGender','contactGender','NO','','varchar(1)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactGUID','','',1301,'','contactGUID','contactGUID','NO','','varchar(38)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactID','','',1302,'','contactID','contactID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactIPAddress','','',1303,'','contactIPAddress','contactIPAddress','NO','','varchar(39)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactIsRobot','0','',1304,'','contactIsRobot','contactIsRobot','NO','','tinyint(1)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactLatitude','0.00000000','',1305,'','contactLatitude','contactLatitude','NO','','decimal(10,8)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactLeadID','','',1306,'','contactLeadID','contactLeadID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactLongitude','0.00000000','',1307,'','contactLongitude','contactLongitude','NO','','decimal(11,8)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactMemberID','0','',1308,'','contactMemberID','contactMemberID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactNameFirst','','',1309,'','contactNameFirst','contactNameFirst','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactNameLast','','',1310,'','contactNameLast','contactNameLast','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactNameMiddle','','',1311,'','contactNameMiddle','contactNameMiddle','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactNotes','','',1312,'','contactNotes','contactNotes','NO','','varchar(2000)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactOpportunityID','','',1313,'','contactOpportunityID','contactOpportunityID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactOptInDateTime','0000-00-00 00:00:00','',1314,'','contactOptInDateTime','contactOptInDateTime','NO','','datetime',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactOptOutDateTime','0000-00-00 00:00:00','',1315,'','contactOptOutDateTime','contactOptOutDateTime','NO','','datetime',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactOptType','','',1316,'','contactOptType','contactOptType','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactOrganizationID','0','',1317,'','contactOrganizationID','contactOrganizationID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactOrganizationName','','',1318,'','contactOrganizationName','contactOrganizationName','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactOrganizationWebsite','','',1319,'','contactOrganizationWebsite','contactOrganizationWebsite','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactPersonID','0','',1320,'','contactPersonID','contactPersonID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactPhone','','',1321,'','contactPhone','contactPhone','NO','','varchar(20)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactProjectID','','',1322,'','contactProjectID','contactProjectID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactSource','','',1323,'','contactSource','contactSource','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactState','','',1324,'','contactState','contactState','NO','','varchar(2)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactStatus','','',1325,'','contactStatus','contactStatus','NO','','varchar(30)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactStreet1','','',1326,'','contactStreet1','contactStreet1','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactStreet2','','',1327,'','contactStreet2','contactStreet2','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactTaskID','','',1328,'','contactTaskID','contactTaskID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactTitle','','',1329,'','contactTitle','contactTitle','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactType','','',1330,'','contactType','contactType','NO','','varchar(30)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactWebsite','','',1331,'','contactWebsite','contactWebsite','NO','','varchar(200)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'contactZipPC','','',1332,'','contactZipPC','contactZipPC','NO','','varchar(10)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerOrganizationID','0','',1333,'','dataOwnerOrganizationID','dataOwnerOrganizationID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'dataOwnerPersonID','0','',1334,'','dataOwnerPersonID','dataOwnerPersonID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1335,'','deletedDateTime','deletedDateTime','NO','','datetime',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1336,'','deletedMemberID','deletedMemberID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'destinationMemberID','0','',1337,'','destinationMemberID','destinationMemberID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressCode','','',2077,'','addressCode','addressCode','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressAppID','0','',2076,'','addressAppID','addressAppID','NO','','int(11)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'personID','0','',1340,'','personID','personID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingCallActiveDuration','00:00:00','',1341,'','pingCallActiveDuration','pingCallActiveDuration','NO','','time',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingCallPreviewDuration','00:00:00','',1342,'','pingCallPreviewDuration','pingCallPreviewDuration','NO','','time',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingCallWrapUpDuration','00:00:00','',1343,'','pingCallWrapUpDuration','pingCallWrapUpDuration','NO','','time',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingChannel','','',1344,'','pingChannel','pingChannel','NO','','varchar(20)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingDirection','','',1345,'','pingDirection','pingDirection','NO','','varchar(20)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingDurationSeconds','','',1346,'','pingDurationSeconds','pingDurationSeconds','NO','','decimal(10,0)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingEmailAddress','','',1347,'','pingEmailAddress','pingEmailAddress','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingEndDateTime','0000-00-00 00:00:00','',1348,'','pingEndDateTime','pingEndDateTime','NO','','datetime',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingFollowUpDateTime','0000-00-00 00:00:00','',1349,'','pingFollowUpDateTime','pingFollowUpDateTime','NO','','datetime',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingGUID','','',1350,'','pingGUID','pingGUID','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingID','','auto_increment',1351,'PRI','pingID','pingID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingLocation','','',1352,'','pingLocation','pingLocation','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingSourceMemberID','0','',1353,'','pingSourceMemberID','pingSourceMemberID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingManagerMemberID','0','',1354,'','pingManagerMemberID','pingManagerMemberID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingName','','',1355,'','pingName','pingName','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingNamePublic','','',1356,'','pingNamePublic','pingNamePublic','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingOverview','','',1357,'','pingOverview','pingOverview','NO','','varchar(500)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingProcessedDateTime','0000-00-00 00:00:00','',1358,'','pingProcessedDateTime','pingProcessedDateTime','NO','','datetime',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingReceivedDateTime','0000-00-00 00:00:00','',1359,'','pingReceivedDateTime','pingReceivedDateTime','NO','','datetime',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingResult','','',1360,'','pingResult','pingResult','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingStartDateTime','0000-00-00 00:00:00','',1361,'','pingStartDateTime','pingStartDateTime','NO','','datetime',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingStatus','','',1362,'','pingStatus','pingStatus','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingStatusDateTime','0000-00-00 00:00:00','',1363,'','pingStatusDateTime','pingStatusDateTime','NO','','datetime',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetCity','','',1364,'','pingTargetCity','pingTargetCity','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetEmailAddress','','',1365,'','pingTargetEmailAddress','pingTargetEmailAddress','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetFax','','',1366,'','pingTargetFax','pingTargetFax','NO','','varchar(20)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetIPAddress','','',1367,'','pingTargetIPAddress','pingTargetIPAddress','NO','','varchar(39)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetNameFirst','','',1368,'','pingTargetNameFirst','pingTargetNameFirst','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetNameLast','','',1369,'','pingTargetNameLast','pingTargetNameLast','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetNameMiddle','','',1370,'','pingTargetNameMiddle','pingTargetNameMiddle','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetOrganizationID','0','',1371,'','pingTargetOrganizationID','pingTargetOrganizationID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetOrganizationName','','',1372,'','pingTargetOrganizationName','pingTargetOrganizationName','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetPersonID','0','',1373,'','pingTargetPersonID','pingTargetPersonID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetPhone','','',1374,'','pingTargetPhone','pingTargetPhone','NO','','varchar(20)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetState','','',1375,'','pingTargetState','pingTargetState','NO','','varchar(2)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetStreet1','','',1376,'','pingTargetStreet1','pingTargetStreet1','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetStreet2','','',1377,'','pingTargetStreet2','pingTargetStreet2','NO','','varchar(50)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetWebsite','','',1378,'','pingTargetWebsite','pingTargetWebsite','NO','','varchar(200)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingTargetZipPC','','',1379,'','pingTargetZipPC','pingTargetZipPC','NO','','varchar(10)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingType','','',1380,'','pingType','pingType','NO','','varchar(100)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'pingURL','','',1381,'','pingURL','pingURL','NO','','varchar(300)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'tcgLeadGenerationID','0','',1382,'','tcgLeadGenerationID','tcgLeadGenerationID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1383,'','updatedDateTime','updatedDateTime','NO','','datetime',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1384,'','updatedMemberID','updatedMemberID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'workflowInstanceID','0','',1385,'','workflowInstanceID','workflowInstanceID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssClassSelect','','',1386,'','cssClassSelect','cssClassSelect','NO','','varchar(200)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssClassListItem','','',1387,'','cssClassListItem','cssClassListItem','NO','','varchar(200)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssID','','',1388,'','cssID','cssID','NO','','varchar(100)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssStyleSelect','','',1389,'','cssStyleSelect','cssStyleSelect','NO','','varchar(200)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssStyleListItem','','',1390,'','cssStyleListItem','cssStyleListItem','NO','','varchar(200)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1391,'','deletedDateTime','deletedDateTime','NO','','datetime',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1392,'','deletedMemberID','deletedMemberID','NO','','int(11)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1393,'','insertedDateTime','insertedDateTime','NO','','timestamp',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1394,'','insertedMemberID','insertedMemberID','NO','','int(11)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'itemDisplayOrder','','',1395,'','itemDisplayOrder','itemDisplayOrder','NO','','varchar(20)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'selectListCode','','',1396,'','selectListCode','selectListCode','NO','','varchar(100)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'selectListID','','auto_increment',1397,'PRI','selectListID','selectListID','NO','','int(11)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'selectListName','','',1398,'','selectListName','selectListName','NO','','varchar(100)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'selectListNamePublic','','',1399,'','selectListNamePublic','selectListNamePublic','NO','','varchar(100)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'selectListOverview','','',1400,'','selectListOverview','selectListOverview','NO','','varchar(500)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedDateTime','0000-00-00 00:00:00','',1401,'','updatedDateTime','updatedDateTime','NO','','datetime',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'updatedMemberID','0','',1402,'','updatedMemberID','updatedMemberID','NO','','int(11)',61,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssClass','','',1403,'','cssClass','cssClass','NO','','varchar(200)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssID','','',1404,'','cssID','cssID','NO','','varchar(100)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'cssStyle','','',1405,'','cssStyle','cssStyle','NO','','varchar(200)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedDateTime','0000-00-00 00:00:00','',1406,'','deletedDateTime','deletedDateTime','NO','','datetime',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'deletedMemberID','0','',1407,'','deletedMemberID','deletedMemberID','NO','','int(11)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'displayOrder','0','',1408,'','displayOrder','displayOrder','NO','','int(11)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedDateTime','CURRENT_TIMESTAMP','',1409,'','insertedDateTime','insertedDateTime','NO','','timestamp',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:27',0,'insertedMemberID','0','',1410,'','insertedMemberID','insertedMemberID','NO','','int(11)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'selectListID','0','',1411,'','selectListID','selectListID','NO','','int(11)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'selectListItemCode','','',1412,'','selectListItemCode','selectListItemCode','NO','','varchar(100)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'selectListItemID','','auto_increment',1413,'PRI','selectListItemID','selectListItemID','NO','','int(11)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'selectListItemName','','',1414,'','selectListItemName','selectListItemName','NO','','varchar(100)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'selectListItemNamePublic','','',1415,'','selectListItemNamePublic','selectListItemNamePublic','NO','','varchar(100)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'selectListItemOverview','','',1416,'','selectListItemOverview','selectListItemOverview','NO','','varchar(500)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1417,'','updatedDateTime','updatedDateTime','NO','','datetime',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1418,'','updatedMemberID','updatedMemberID','NO','','int(11)',62,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataType','','',1419,'','dataType','dataType','NO','','varchar(100)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1420,'','deletedDateTime','deletedDateTime','NO','','datetime',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1421,'','deletedMemberID','deletedMemberID','NO','','int(11)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityRequestID','0','',1422,'','entityRequestID','entityRequestID','NO','','int(11)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1423,'','insertedDateTime','insertedDateTime','NO','','timestamp',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1424,'','insertedMemberID','insertedMemberID','YES','','int(11)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1425,'','updatedDateTime','updatedDateTime','NO','','datetime',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1426,'','updatedMemberID','updatedMemberID','NO','','int(11)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionClass','','',1427,'','webPageSectionClass','webPageSectionClass','NO','','varchar(200)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionDataID','0','',1428,'','webPageSectionDataID','webPageSectionDataID','NO','','int(11)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionDOMID','','',1429,'','webPageSectionDOMID','webPageSectionDOMID','NO','','varchar(100)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionID','','auto_increment',1430,'PRI','webPageSectionID','webPageSectionID','NO','','int(11)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionName','','',1431,'','webPageSectionName','webPageSectionName','NO','','varchar(100)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionStatusID','','',1432,'','webPageSectionStatusID','webPageSectionStatusID','NO','','tinyint(1)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionStyle','','',1433,'','webPageSectionStyle','webPageSectionStyle','NO','','varchar(500)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionTypeID','0','',1434,'','webPageSectionTypeID','webPageSectionTypeID','NO','','tinyint(1)',63,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1435,'','deletedDateTime','deletedDateTime','NO','','datetime',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1436,'','deletedMemberID','deletedMemberID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileAncestry','','',1437,'','memberProfileAncestry','memberProfileAncestry','NO','','varchar(100)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileAvatarContentVersionID','0','',1438,'','memberProfileAvatarContentVersionID','memberProfileAvatarContentVersionID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileAvatarPreferredStyleID','0','',1439,'','memberProfileAvatarPreferredStyleID','memberProfileAvatarPreferredStyleID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBiography','I was born...','',1440,'','memberProfileBiography','memberProfileBiography','NO','','varchar(1000)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBirthCity','Anytown','',1441,'','memberProfileBirthCity','memberProfileBirthCity','NO','','varchar(30)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBirthCountry','USA','',1442,'','memberProfileBirthCountry','memberProfileBirthCountry','NO','','varchar(30)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBirthDayOfMonth','01','',1443,'','memberProfileBirthDayOfMonth','memberProfileBirthDayOfMonth','NO','','varchar(2)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBirthMonth','01','',1444,'','memberProfileBirthMonth','memberProfileBirthMonth','NO','','varchar(2)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBirthYear','1980','',1445,'','memberProfileBirthYear','memberProfileBirthYear','NO','','varchar(4)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBirthStateRegion','','',1446,'','memberProfileBirthStateRegion','memberProfileBirthStateRegion','NO','','varchar(30)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBusinessDescription','We...','',1447,'','memberProfileBusinessDescription','memberProfileBusinessDescription','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBusinessIdealProspect','My perfect prospect is...','',1448,'','memberProfileBusinessIdealProspect','memberProfileBusinessIdealProspect','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBusinessMemberRole','I am the...','',1449,'','memberProfileBusinessMemberRole','memberProfileBusinessMemberRole','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBusinessMemberValue','I create value by...','',1450,'','memberProfileBusinessMemberValue','memberProfileBusinessMemberValue','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBusinessRecentSuccess','We are proud...','',1451,'','memberProfileBusinessRecentSuccess','memberProfileBusinessRecentSuccess','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileBusinessValue','Our business is able to...','',1452,'','memberProfileBusinessValue','memberProfileBusinessValue','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCategoryID','0','',1453,'','memberProfileCategoryID','memberProfileCategoryID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileColor0','','',1454,'','memberProfileColor0','memberProfileColor0','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileColor1','','',1455,'','memberProfileColor1','memberProfileColor1','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileColor2','','',1456,'','memberProfileColor2','memberProfileColor2','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileColor3','','',1457,'','memberProfileColor3','memberProfileColor3','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileColor4','','',1458,'','memberProfileColor4','memberProfileColor4','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactEmailPersonal','','',1459,'','memberProfileContactEmailPersonal','memberProfileContactEmailPersonal','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactEmailPublic','','',1460,'','memberProfileContactEmailPublic','memberProfileContactEmailPublic','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactPhonePersonal','','',1461,'','memberProfileContactPhonePersonal','memberProfileContactPhonePersonal','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactPhonePublic','','',1462,'','memberProfileContactPhonePublic','memberProfileContactPhonePublic','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactWebsiteFacebook','','',1463,'','memberProfileContactWebsiteFacebook','memberProfileContactWebsiteFacebook','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactWebsiteGooglePlus','','',1464,'','memberProfileContactWebsiteGooglePlus','memberProfileContactWebsiteGooglePlus','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactWebsiteInstagram','','',1465,'','memberProfileContactWebsiteInstagram','memberProfileContactWebsiteInstagram','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactWebsiteLinkedIn','','',1466,'','memberProfileContactWebsiteLinkedIn','memberProfileContactWebsiteLinkedIn','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactWebsitePersonal0','','',1467,'','memberProfileContactWebsitePersonal0','memberProfileContactWebsitePersonal0','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactWebsitePersonal1','','',1468,'','memberProfileContactWebsitePersonal1','memberProfileContactWebsitePersonal1','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactWebsitePmemberProfileInterest','','',1469,'','memberProfileContactWebsitePmemberProfileInterest','memberProfileContactWebsitePmemberProfileInterest','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactWebsiteTwitter','','',1470,'','memberProfileContactWebsiteTwitter','memberProfileContactWebsiteTwitter','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactWebsiteWork0','','',1471,'','memberProfileContactWebsiteWork0','memberProfileContactWebsiteWork0','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileContactWebsiteWork1','','',1472,'','memberProfileContactWebsiteWork1','memberProfileContactWebsiteWork1','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCredential0','My Credential #1','',1473,'','memberProfileCredential0','memberProfileCredential0','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCredential1','','',1474,'','memberProfileCredential1','memberProfileCredential1','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCredential2','','',1475,'','memberProfileCredential2','memberProfileCredential2','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCredential3','','',1476,'','memberProfileCredential3','memberProfileCredential3','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCredential4','','',1477,'','memberProfileCredential4','memberProfileCredential4','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCredential5','','',1478,'','memberProfileCredential5','memberProfileCredential5','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCredential6','','',1479,'','memberProfileCredential6','memberProfileCredential6','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCredential7','','',1480,'','memberProfileCredential7','memberProfileCredential7','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCredential8','','',1481,'','memberProfileCredential8','memberProfileCredential8','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileCredential9','','',1482,'','memberProfileCredential9','memberProfileCredential9','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileDeletedDateTime','0000-00-00 00:00:00','',1483,'','memberProfileDeletedDateTime','memberProfileDeletedDateTime','NO','','datetime',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileDeletedMemberID','0','',1484,'','memberProfileDeletedMemberID','memberProfileDeletedMemberID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup0','My Group #1','',1485,'','memberProfileGroup0','memberProfileGroup0','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup0Website','http://www.mymemberProfileGroup.com','',1486,'','memberProfileGroup0Website','memberProfileGroup0Website','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup1','','',1487,'','memberProfileGroup1','memberProfileGroup1','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup1Website','','',1488,'','memberProfileGroup1Website','memberProfileGroup1Website','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup2','','',1489,'','memberProfileGroup2','memberProfileGroup2','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup2Website','','',1490,'','memberProfileGroup2Website','memberProfileGroup2Website','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup3','','',1491,'','memberProfileGroup3','memberProfileGroup3','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup3Website','','',1492,'','memberProfileGroup3Website','memberProfileGroup3Website','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup4','','',1493,'','memberProfileGroup4','memberProfileGroup4','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup4Website','','',1494,'','memberProfileGroup4Website','memberProfileGroup4Website','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup5','','',1495,'','memberProfileGroup5','memberProfileGroup5','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup5Website','','',1496,'','memberProfileGroup5Website','memberProfileGroup5Website','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup6','','',1497,'','memberProfileGroup6','memberProfileGroup6','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup6Website','','',1498,'','memberProfileGroup6Website','memberProfileGroup6Website','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup7','','',1499,'','memberProfileGroup7','memberProfileGroup7','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup7Website','','',1500,'','memberProfileGroup7Website','memberProfileGroup7Website','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup8','','',1501,'','memberProfileGroup8','memberProfileGroup8','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup8Website','','',1502,'','memberProfileGroup8Website','memberProfileGroup8Website','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup9','','',1503,'','memberProfileGroup9','memberProfileGroup9','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroup9Website','','',1504,'','memberProfileGroup9Website','memberProfileGroup9Website','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileGroupsOptOut','0','',1505,'','memberProfileGroupsOptOut','memberProfileGroupsOptOut','NO','','tinyint(1)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileHeadshotContentVersionID','0','',1506,'','memberProfileHeadshotContentVersionID','memberProfileHeadshotContentVersionID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInsertedDateTime','CURRENT_TIMESTAMP','',1507,'','memberProfileInsertedDateTime','memberProfileInsertedDateTime','NO','','timestamp',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInsertedMemberID','0','',1508,'','memberProfileInsertedMemberID','memberProfileInsertedMemberID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInterest0','My memberProfileInterest #1','',1509,'','memberProfileInterest0','memberProfileInterest0','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInterest1','','',1510,'','memberProfileInterest1','memberProfileInterest1','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInterest2','','',1511,'','memberProfileInterest2','memberProfileInterest2','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInterest3','','',1512,'','memberProfileInterest3','memberProfileInterest3','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInterest4','','',1513,'','memberProfileInterest4','memberProfileInterest4','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInterest5','','',1514,'','memberProfileInterest5','memberProfileInterest5','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInterest6','','',1515,'','memberProfileInterest6','memberProfileInterest6','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInterest7','','',1516,'','memberProfileInterest7','memberProfileInterest7','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInterest8','','',1517,'','memberProfileInterest8','memberProfileInterest8','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileInterest9','','',1518,'','memberProfileInterest9','memberProfileInterest9','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileIntroduction','','',1519,'','memberProfileIntroduction','memberProfileIntroduction','NO','','varchar(500)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileLanguage0','English','',1520,'','memberProfileLanguage0','memberProfileLanguage0','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileLanguage1','','',1521,'','memberProfileLanguage1','memberProfileLanguage1','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileLanguage2','','',1522,'','memberProfileLanguage2','memberProfileLanguage2','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileLanguage3','','',1523,'','memberProfileLanguage3','memberProfileLanguage3','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileLanguage4','','',1524,'','memberProfileLanguage4','memberProfileLanguage4','NO','','varchar(20)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberID','0','',1525,'','memberID','memberID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileID','','auto_increment',1526,'PRI','memberProfileID','memberProfileID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'membershipID','0','',1527,'','membershipID','membershipID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberSince','0000-00-00','',1528,'','memberSince','memberSince','NO','','date',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileNeedsEducation','','',1529,'','memberProfileNeedsEducation','memberProfileNeedsEducation','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileNeedsOptOut','0','',1530,'','memberProfileNeedsOptOut','memberProfileNeedsOptOut','NO','','tinyint(1)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileNeedsOther','','',1531,'','memberProfileNeedsOther','memberProfileNeedsOther','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileNeedsPeople','','',1532,'','memberProfileNeedsPeople','memberProfileNeedsPeople','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileNeedsResources','','',1533,'','memberProfileNeedsResources','memberProfileNeedsResources','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileNeedsTechnology','','',1534,'','memberProfileNeedsTechnology','memberProfileNeedsTechnology','NO','','varchar(200)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileSearchTerm0','','',1535,'','memberProfileSearchTerm0','memberProfileSearchTerm0','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileSearchTerm1','','',1536,'','memberProfileSearchTerm1','memberProfileSearchTerm1','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileSearchTerm2','','',1537,'','memberProfileSearchTerm2','memberProfileSearchTerm2','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileSearchTerm3','','',1538,'','memberProfileSearchTerm3','memberProfileSearchTerm3','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileSearchTerm4','','',1539,'','memberProfileSearchTerm4','memberProfileSearchTerm4','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileSearchTerm5','','',1540,'','memberProfileSearchTerm5','memberProfileSearchTerm5','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileSearchTerm6','','',1541,'','memberProfileSearchTerm6','memberProfileSearchTerm6','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileSearchTerm7','','',1542,'','memberProfileSearchTerm7','memberProfileSearchTerm7','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileSearchTerm8','','',1543,'','memberProfileSearchTerm8','memberProfileSearchTerm8','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileSearchTerm9','','',1544,'','memberProfileSearchTerm9','memberProfileSearchTerm9','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfleSkill0','My memberProfleSkill #1','',1545,'','memberProfleSkill0','memberProfleSkill0','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfleSkill1','','',1546,'','memberProfleSkill1','memberProfleSkill1','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfleSkill2','','',1547,'','memberProfleSkill2','memberProfleSkill2','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfleSkill3','','',1548,'','memberProfleSkill3','memberProfleSkill3','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfleSkill4','','',1549,'','memberProfleSkill4','memberProfleSkill4','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfleSkill5','','',1550,'','memberProfleSkill5','memberProfleSkill5','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfleSkill6','','',1551,'','memberProfleSkill6','memberProfleSkill6','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfleSkill7','','',1552,'','memberProfleSkill7','memberProfleSkill7','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfleSkill8','','',1553,'','memberProfleSkill8','memberProfleSkill8','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfleSkill9','','',1554,'','memberProfleSkill9','memberProfleSkill9','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle0','Title #1','',1555,'','memberProfileTitle0','memberProfileTitle0','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle0Company','Company #1','',1556,'','memberProfileTitle0Company','memberProfileTitle0Company','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle1','','',1557,'','memberProfileTitle1','memberProfileTitle1','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle1Company','','',1558,'','memberProfileTitle1Company','memberProfileTitle1Company','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle2','','',1559,'','memberProfileTitle2','memberProfileTitle2','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle2Company','','',1560,'','memberProfileTitle2Company','memberProfileTitle2Company','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle3','','',1561,'','memberProfileTitle3','memberProfileTitle3','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle3Company','','',1562,'','memberProfileTitle3Company','memberProfileTitle3Company','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle4','','',1563,'','memberProfileTitle4','memberProfileTitle4','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle4Company','','',1564,'','memberProfileTitle4Company','memberProfileTitle4Company','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle5','','',1565,'','memberProfileTitle5','memberProfileTitle5','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle5Company','','',1566,'','memberProfileTitle5Company','memberProfileTitle5Company','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle6','','',1567,'','memberProfileTitle6','memberProfileTitle6','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle6Company','','',1568,'','memberProfileTitle6Company','memberProfileTitle6Company','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle7','','',1569,'','memberProfileTitle7','memberProfileTitle7','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle7Company','','',1570,'','memberProfileTitle7Company','memberProfileTitle7Company','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle8','','',1571,'','memberProfileTitle8','memberProfileTitle8','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle8Company','','',1572,'','memberProfileTitle8Company','memberProfileTitle8Company','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle9','','',1573,'','memberProfileTitle9','memberProfileTitle9','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileTitle9Company','','',1574,'','memberProfileTitle9Company','memberProfileTitle9Company','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileUpdatedDateTime','0000-00-00 00:00:00','',1575,'','memberProfileUpdatedDateTime','memberProfileUpdatedDateTime','NO','','datetime',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileUpdatedMemberID','0','',1576,'','memberProfileUpdatedMemberID','memberProfileUpdatedMemberID','NO','','int(11)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebAddress','','',1577,'','memberProfileWebAddress','memberProfileWebAddress','NO','','varchar(100)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebContent0Text','This is what I do...','',1578,'','memberProfileWebContent0Text','memberProfileWebContent0Text','NO','','varchar(1000)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebContent0Title','What I Do.','',1579,'','memberProfileWebContent0Title','memberProfileWebContent0Title','NO','','varchar(100)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebContent1Text','This is why I do it...','',1580,'','memberProfileWebContent1Text','memberProfileWebContent1Text','NO','','varchar(1000)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebContent1Title','Why I Do It.','',1581,'','memberProfileWebContent1Title','memberProfileWebContent1Title','NO','','varchar(100)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebsite0','http://www.mymemberProfileWebsite.com','',1582,'','memberProfileWebsite0','memberProfileWebsite0','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebsite0Notes','','',1583,'','memberProfileWebsite0Notes','memberProfileWebsite0Notes','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebsite1','','',1584,'','memberProfileWebsite1','memberProfileWebsite1','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebsite1Notes','','',1585,'','memberProfileWebsite1Notes','memberProfileWebsite1Notes','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebsite2','','',1586,'','memberProfileWebsite2','memberProfileWebsite2','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebsite2Notes','','',1587,'','memberProfileWebsite2Notes','memberProfileWebsite2Notes','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebsite3','','',1588,'','memberProfileWebsite3','memberProfileWebsite3','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebsite3Notes','','',1589,'','memberProfileWebsite3Notes','memberProfileWebsite3Notes','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebsite4','','',1590,'','memberProfileWebsite4','memberProfileWebsite4','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'memberProfileWebsite4Notes','','',1591,'','memberProfileWebsite4Notes','memberProfileWebsite4Notes','NO','','varchar(50)',64,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeCode','','',1592,'','linkTypeCode','linkTypeCode','NO','','varchar(30)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1593,'','deletedDateTime','deletedDateTime','NO','','datetime',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeDeletedDateTime','0000-00-00 00:00:00','',1594,'','linkTypeDeletedDateTime','linkTypeDeletedDateTime','NO','','datetime',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeDeletedMemberID','0','',1595,'','linkTypeDeletedMemberID','linkTypeDeletedMemberID','NO','','int(11)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeGenderID','0','',1596,'','linkTypeGenderID','linkTypeGenderID','NO','','int(11)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeID','','auto_increment',1597,'PRI','linkTypeID','linkTypeID','NO','','int(11)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeInsertedDateTime','CURRENT_TIMESTAMP','',1598,'','linkTypeInsertedDateTime','linkTypeInsertedDateTime','NO','','timestamp',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeInsertedMemberID','0','',1599,'','linkTypeInsertedMemberID','linkTypeInsertedMemberID','NO','','int(11)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeMatchingLinkTypeID','0','',1600,'','linkTypeMatchingLinkTypeID','linkTypeMatchingLinkTypeID','NO','','int(11)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeName','','',1601,'','linkTypeName','linkTypeName','NO','','varchar(100)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeNamePublic','','',1602,'','linkTypeNamePublic','linkTypeNamePublic','NO','','varchar(100)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeOverview','','',1603,'','linkTypeOverview','linkTypeOverview','NO','','varchar(500)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeUpdatedDateTime','0000-00-00 00:00:00','',1604,'','linkTypeUpdatedDateTime','linkTypeUpdatedDateTime','NO','','datetime',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeUpdatedMemberID','0','',1605,'','linkTypeUpdatedMemberID','linkTypeUpdatedMemberID','NO','','int(11)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTypeID','0','',1606,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',65,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'connectorPhraseFuture','','',1607,'','connectorPhraseFuture','connectorPhraseFuture','NO','','varchar(20)',66,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'connectorPhrasePast','','',1608,'','connectorPhrasePast','connectorPhrasePast','NO','','varchar(20)',66,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'connectorPhrasePresent','','',1609,'','connectorPhrasePresent','connectorPhrasePresent','NO','','varchar(20)',66,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertDateTime','CURRENT_TIMESTAMP','',1610,'','insertDateTime','insertDateTime','NO','','timestamp',66,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeDestinationTableID','','auto_increment',1611,'PRI','linkTypeDestinationTableID','linkTypeDestinationTableID','NO','','int(11)',66,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTableID','0','',1612,'','linkTableID','linkTableID','NO','','int(11)',66,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeID','0','',1613,'','linkTypeID','linkTypeID','NO','','int(11)',66,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updateDateTime','0000-00-00 00:00:00','',1614,'','updateDateTime','updateDateTime','NO','','datetime',66,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'selfDestination','0','',1615,'','selfDestination','selfDestination','NO','','tinyint(1)',66,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'sqlTableID','0','',1616,'','sqlTableID','sqlTableID','NO','','int(11)',66,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'connectorPhrase','','',1617,'','connectorPhrase','connectorPhrase','NO','','varchar(10)',67,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1618,'','insertedDateTime','insertedDateTime','NO','','timestamp',67,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1619,'','insertedMemberID','insertedMemberID','NO','','int(11)',67,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTableID','0','',1620,'','linkTableID','linkTableID','NO','','int(11)',67,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeID','0','',1621,'','linkTypeID','linkTypeID','NO','','int(11)',67,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeSourceTableID','','auto_increment',1622,'PRI','linkTypeSourceTableID','linkTypeSourceTableID','NO','','int(11)',67,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'sqlTableID','0','',1623,'','sqlTableID','sqlTableID','NO','','int(11)',67,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1624,'','updatedDateTime','updatedDateTime','NO','','datetime',67,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMembeID','0','',1625,'','updatedMembeID','updatedMembeID','NO','','int(11)',67,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deleted','0','',1626,'','deleted','deleted','NO','','tinyint(1)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1627,'','deletedDateTime','deletedDateTime','NO','','datetime',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1628,'','deletedMemberID','deletedMemberID','NO','','int(11)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'formID','0','',1629,'','formID','formID','NO','','int(11)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1630,'','insertedDateTime','insertedDateTime','NO','','timestamp',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1631,'','insertedMemberID','insertedMemberID','NO','','int(11)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryFilterCode','','',1632,'','queryFilterCode','queryFilterCode','NO','','varchar(100)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryFilterID','','auto_increment',1633,'PRI','queryFilterID','queryFilterID','NO','','int(11)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryFilterName','','',1634,'','queryFilterName','queryFilterName','NO','','varchar(100)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryFilterNamePublic','','',1635,'','queryFilterNamePublic','queryFilterNamePublic','NO','','varchar(100)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryFilterOverview','','',1636,'','queryFilterOverview','queryFilterOverview','NO','','varchar(1000)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryFilterSourceFileLocal','0','',1637,'','queryFilterSourceFileLocal','queryFilterSourceFileLocal','NO','','tinyint(1)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryFilterSourceFileName','','',1638,'','queryFilterSourceFileName','queryFilterSourceFileName','NO','','varchar(100)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryFilterSourceFilePath','','',1639,'','queryFilterSourceFilePath','queryFilterSourceFilePath','NO','','varchar(200)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryFilterStatusSLIID','0','',1640,'','queryFilterStatusSLIID','queryFilterStatusSLIID','NO','','int(11)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryFilterTypeSLIID','0','',1641,'','queryFilterTypeSLIID','queryFilterTypeSLIID','NO','','int(11)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1642,'','updatedDateTime','updatedDateTime','NO','','datetime',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1643,'','updatedMemberID','updatedMemberID','NO','','int(11)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'whereClause','','',1644,'','whereClause','whereClause','NO','','varchar(2000)',68,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelAddress','','',1645,'','channelAddress','channelAddress','NO','','varchar(100)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelCode','','',1646,'','channelCode','channelCode','NO','','varchar(100)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelDeletedMemberID','0','',1647,'','channelDeletedMemberID','channelDeletedMemberID','NO','','int(11)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelDeletedDateTime','0000-00-00 00:00:00','',1648,'','channelDeletedDateTime','channelDeletedDateTime','NO','','datetime',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelID','','auto_increment',1649,'PRI','channelID','channelID','NO','','int(11)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInbound','0','',1650,'','channelInbound','channelInbound','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInboundChat','0','',1651,'','channelInboundChat','channelInboundChat','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInboundEmail','0','',1652,'','channelInboundEmail','channelInboundEmail','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInboundMMS','0','',1653,'','channelInboundMMS','channelInboundMMS','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInboundSIP','0','',1654,'','channelInboundSIP','channelInboundSIP','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInboundSMS','0','',1655,'','channelInboundSMS','channelInboundSMS','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInboundVideo','0','',1656,'','channelInboundVideo','channelInboundVideo','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInboundVoice','0','',1657,'','channelInboundVoice','channelInboundVoice','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelOutboundHTTP','0','',1658,'','channelOutboundHTTP','channelOutboundHTTP','YES','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInsertedDateTime','CURRENT_TIMESTAMP','',1659,'','channelInsertedDateTime','channelInsertedDateTime','NO','','timestamp',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInsertedMemberID','0','',1660,'','channelInsertedMemberID','channelInsertedMemberID','NO','','int(11)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelName','','',1661,'','channelName','channelName','NO','','varchar(100)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelNamePublic','','',1662,'','channelNamePublic','channelNamePublic','NO','','varchar(100)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelOutbound','0','',1663,'','channelOutbound','channelOutbound','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelOutboundChat','0','',1664,'','channelOutboundChat','channelOutboundChat','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelOutboundEmail','0','',1665,'','channelOutboundEmail','channelOutboundEmail','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelOutboundMMS','0','',1666,'','channelOutboundMMS','channelOutboundMMS','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelOutboundSIP','0','',1667,'','channelOutboundSIP','channelOutboundSIP','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelOutboundSMS','0','',1668,'','channelOutboundSMS','channelOutboundSMS','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelOutboundVideo','0','',1669,'','channelOutboundVideo','channelOutboundVideo','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelOutboundVoice','0','',1670,'','channelOutboundVoice','channelOutboundVoice','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelInboundHTTP','0','',1671,'','channelInboundHTTP','channelInboundHTTP','YES','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelOverview','','',1672,'','channelOverview','channelOverview','NO','','varchar(500)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelUpdatedDateTime','0000-00-00 00:00:00','',1673,'','channelUpdatedDateTime','channelUpdatedDateTime','NO','','datetime',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'channelUpdatedMemberID','0','',1674,'','channelUpdatedMemberID','channelUpdatedMemberID','NO','','int(11)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1675,'','deletedDateTime','deletedDateTime','YES','','datetime',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1676,'','deletedMemberID','deletedMemberID','YES','','int(11)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deleted','0','',1677,'','deleted','deleted','NO','','tinyint(1)',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1678,'','deletedDateTime','deletedDateTime','NO','','datetime',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1679,'','deletedMemberID','deletedMemberID','NO','','int(11)',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityTypeID','0','',1680,'','entityTypeID','entityTypeID','NO','','int(11)',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1681,'','insertedDateTime','insertedDateTime','NO','','timestamp',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1682,'','insertedMemberID','insertedMemberID','NO','','int(11)',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkWorkflowEntityTypeID','','auto_increment',1683,'PRI','linkWorkflowEntityTypeID','linkWorkflowEntityTypeID','NO','','int(11)',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'managerMemberID','0','',1684,'','managerMemberID','managerMemberID','NO','','int(11)',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1685,'','updatedDateTime','updatedDateTime','NO','','datetime',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1686,'','updatedMemberID','updatedMemberID','NO','','int(11)',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowID','0','',1687,'','workflowID','workflowID','NO','','int(11)',70,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1688,'','deletedDateTime','deletedDateTime','NO','','datetime',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1689,'','deletedMemberID','deletedMemberID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowAuthorMemberID','0','',1690,'','workflowAuthorMemberID','workflowAuthorMemberID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowBillingNotes','','',1691,'','workflowBillingNotes','workflowBillingNotes','NO','','varchar(200)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowBillingStatusID','','',1692,'','workflowBillingStatusID','workflowBillingStatusID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowCancelledDateTime','0000-00-00 00:00:00','',1693,'','workflowCancelledDateTime','workflowCancelledDateTime','NO','','datetime',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowCancelledMemberID','0','',1694,'','workflowCancelledMemberID','workflowCancelledMemberID','NO','','tinyint(1)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowCode','','',1695,'','workflowCode','workflowCode','NO','','varchar(100)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowCompletedDateTime','0000-00-00 00:00:00','',1696,'','workflowCompletedDateTime','workflowCompletedDateTime','NO','','datetime',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowCompletedMemberID','0','',1697,'','workflowCompletedMemberID','workflowCompletedMemberID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowCustom','0','',1698,'','workflowCustom','workflowCustom','NO','','tinyint(1)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowDataManagerMemberID','0','',1699,'','workflowDataManagerMemberID','workflowDataManagerMemberID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowDataOwnerOrganizationID','0','',1700,'','workflowDataOwnerOrganizationID','workflowDataOwnerOrganizationID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowDataOwnerMemberID','0','',1701,'','workflowDataOwnerMemberID','workflowDataOwnerMemberID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowDeletedDateTime','0000-00-00 00:00:00','',1702,'','workflowDeletedDateTime','workflowDeletedDateTime','NO','','datetime',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowDeletedMemberID','0','',1703,'','workflowDeletedMemberID','workflowDeletedMemberID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowDueDateTime','0000-00-00 00:00:00','',1704,'','workflowDueDateTime','workflowDueDateTime','NO','','datetime',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowEndDateTime','0000-00-00 00:00:00','',1705,'','workflowEndDateTime','workflowEndDateTime','NO','','datetime',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowID','','auto_increment',1706,'PRI','workflowID','workflowID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowInsertedDateTime','CURRENT_TIMESTAMP','',1707,'','workflowInsertedDateTime','workflowInsertedDateTime','NO','','timestamp',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowInsertedMemberID','0','',1708,'','workflowInsertedMemberID','workflowInsertedMemberID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowName','','',1709,'','workflowName','workflowName','NO','','varchar(100)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowNamePublic','','',1710,'','workflowNamePublic','workflowNamePublic','NO','','varchar(100)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowOverview','','',1711,'','workflowOverview','workflowOverview','NO','','varchar(500)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowSourceFileLocal','0','',1712,'','workflowSourceFileLocal','workflowSourceFileLocal','NO','','tinyint(1)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowSourceFileName','','',1713,'','workflowSourceFileName','workflowSourceFileName','NO','','varchar(100)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowcSourceFilePath','','',1714,'','workflowcSourceFilePath','workflowcSourceFilePath','NO','','varchar(200)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowPersonal','0','',1715,'','workflowPersonal','workflowPersonal','NO','','tinyint(1)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowPriorityID','0','',1716,'','workflowPriorityID','workflowPriorityID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowStartDateTime','0000-00-00 00:00:00','',1717,'','workflowStartDateTime','workflowStartDateTime','NO','','datetime',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowStatusID','0','',1718,'','workflowStatusID','workflowStatusID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowTypeID','0','',1719,'','workflowTypeID','workflowTypeID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowUpdatedDateTime','0000-00-00 00:00:00','',1720,'','workflowUpdatedDateTime','workflowUpdatedDateTime','NO','','datetime',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'workflowUpdatedMemberID','0','',1721,'','workflowUpdatedMemberID','workflowUpdatedMemberID','NO','','int(11)',71,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCurrent','0.00','',1722,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDateTime','0000-00-00 00:00:00','',1723,'','dataValueDateTime','dataValueDateTime','NO','','datetime',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDebits','0.00','',1724,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueID','0','',1725,'','dataValueID','dataValueID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1726,'','deletedDateTime','deletedDateTime','NO','','datetime',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1727,'','deletedMemberID','deletedMemberID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityID','0','',1728,'','entityID','entityID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityLinkTypeID','0','',1729,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'favorite','0','',1730,'','favorite','favorite','NO','','tinyint(1)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1731,'','insertedDateTime','insertedDateTime','NO','','timestamp',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1732,'','insertedMemberID','insertedMemberID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkNotes','','',1733,'','linkNotes','linkNotes','NO','','varchar(200)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeID','0','',1734,'','linkTypeID','linkTypeID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkNoteID','','auto_increment',1735,'PRI','linkNoteID','linkNoteID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'managerMemberGroupID','0','',1736,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityID','0','',1737,'','matchEntityID','matchEntityID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityLinkID','0','',1738,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTableID','0','',1739,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTypeID','0','',1740,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'ownerMemberGroupID','0','',1741,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'pastTense','0','',1742,'','pastTense','pastTense','NO','','tinyint(1)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1743,'','updatedDateTime','updatedDateTime','NO','','datetime',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1744,'','updatedMemberID','updatedMemberID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyDateTime','0000-00-00 00:00:00','',1745,'','verifyDateTime','verifyDateTime','NO','','datetime',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyMemberID','0','',1746,'','verifyMemberID','verifyMemberID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verityLookupID','0','',1747,'','verityLookupID','verityLookupID','NO','','int(1)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'visibleMemberGroupID','0','',1748,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCredits','0.00','',1749,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',72,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageCode','','',1750,'','packageCode','packageCode','NO','','varchar(100)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageDatabaseName','','',1751,'','packageDatabaseName','packageDatabaseName','NO','','varchar(100)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageDeletedDateTime','0000-00-00 00:00:00','',1752,'','packageDeletedDateTime','packageDeletedDateTime','NO','','datetime',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageDeletedMemberID','0','',1753,'','packageDeletedMemberID','packageDeletedMemberID','NO','','int(11)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageGUID','','',1754,'','packageGUID','packageGUID','NO','','varchar(38)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageID','','auto_increment',1755,'PRI','packageID','packageID','NO','','int(11)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageName','','',1756,'','packageName','packageName','NO','','varchar(100)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageNamePublic','','',1757,'','packageNamePublic','packageNamePublic','NO','','varchar(100)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageOverview','','',1758,'','packageOverview','packageOverview','NO','','varchar(500)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageUpdatedDateTime','0000-00-00 00:00:00','',1759,'','packageUpdatedDateTime','packageUpdatedDateTime','NO','','datetime',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageUpdatedMemberID','0','',1760,'','packageUpdatedMemberID','packageUpdatedMemberID','NO','','int(11)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'packageVersion','','',1761,'','packageVersion','packageVersion','NO','','varchar(20)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1762,'','deletedDateTime','deletedDateTime','NO','','datetime',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1763,'','deletedMemberID','deletedMemberID','NO','','int(11)',73,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCredits','0.00','',1764,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCurrent','0.00','',1765,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDateTime','0000-00-00 00:00:00','',1766,'','dataValueDateTime','dataValueDateTime','NO','','datetime',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDebits','0.00','',1767,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueID','0','',1768,'','dataValueID','dataValueID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1769,'','deletedDateTime','deletedDateTime','NO','','datetime',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1770,'','deletedMemberID','deletedMemberID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityID','0','',1771,'','entityID','entityID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityLinkTypeID','0','',1772,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'favorite','0','',1773,'','favorite','favorite','NO','','tinyint(1)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1774,'','insertedDateTime','insertedDateTime','NO','','timestamp',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1775,'','insertedMemberID','insertedMemberID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkNotes','','',1776,'','linkNotes','linkNotes','NO','','varchar(200)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeID','0','',1777,'','linkTypeID','linkTypeID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkOrganizationID','','auto_increment',1778,'PRI','linkOrganizationID','linkOrganizationID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'managerMemberGroupID','0','',1779,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityID','0','',1780,'','matchEntityID','matchEntityID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityLinkID','0','',1781,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTableID','0','',1782,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTypeID','0','',1783,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'ownerMemberGroupID','0','',1784,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'pastTense','0','',1785,'','pastTense','pastTense','NO','','tinyint(1)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1786,'','updatedDateTime','updatedDateTime','NO','','datetime',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1787,'','updatedMemberID','updatedMemberID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyDateTime','0000-00-00 00:00:00','',1788,'','verifyDateTime','verifyDateTime','NO','','datetime',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyMemberID','0','',1789,'','verifyMemberID','verifyMemberID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verityLookupID','0','',1790,'','verityLookupID','verityLookupID','NO','','int(1)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'visibleMemberGroupID','0','',1791,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',74,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityID','0','',1792,'','entityID','entityID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueID','0','',1793,'','dataValueID','dataValueID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1794,'','updatedMemberID','updatedMemberID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1795,'','updatedDateTime','updatedDateTime','NO','','datetime',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'ownerMemberGroupID','0','',1796,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkGoalID','','auto_increment',1797,'PRI','linkGoalID','linkGoalID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeID','0','',1798,'','linkTypeID','linkTypeID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1799,'','insertedMemberID','insertedMemberID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1800,'','insertedDateTime','insertedDateTime','NO','','timestamp',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1801,'','deletedMemberID','deletedMemberID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1802,'','deletedDateTime','deletedDateTime','NO','','datetime',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCredits','0.00','',1803,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDebits','0.00','',1804,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCurrent','0.00','',1805,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDateTime','0000-00-00 00:00:00','',1806,'','dataValueDateTime','dataValueDateTime','NO','','datetime',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityLinkTypeID','0','',1807,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'favorite','0','',1808,'','favorite','favorite','NO','','tinyint(1)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkNotes','','',1809,'','linkNotes','linkNotes','NO','','varchar(200)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'managerMemberGroupID','0','',1810,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityID','0','',1811,'','matchEntityID','matchEntityID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityLinkID','0','',1812,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTableID','0','',1813,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTypeID','0','',1814,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'pastTense','0','',1815,'','pastTense','pastTense','NO','','tinyint(1)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyDateTime','0000-00-00 00:00:00','',1816,'','verifyDateTime','verifyDateTime','NO','','datetime',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyMemberID','0','',1817,'','verifyMemberID','verifyMemberID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verityLookupID','0','',1818,'','verityLookupID','verityLookupID','NO','','int(1)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'visibleMemberGroupID','0','',1819,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',75,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageTemplateID','0','',1820,'','webPageTemplateID','webPageTemplateID','NO','','int(11)',76,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSpecific','0','',1821,'','webPageSpecific','webPageSpecific','NO','','tinyint(1)',76,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionID','0','',1822,'','webPageSectionID','webPageSectionID','NO','','int(11)',76,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1823,'','updatedMemberID','updatedMemberID','NO','','int(11)',76,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1824,'','updatedDateTime','updatedDateTime','NO','','datetime',76,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkWebPageTemplateWebPageSectionID','','auto_increment',1825,'PRI','linkWebPageTemplateWebPageSectionID','linkWebPageTemplateWebPageSectionID','NO','','int(11)',76,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1826,'','insertedMemberID','insertedMemberID','NO','','int(11)',76,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1827,'','insertedDateTime','insertedDateTime','NO','','timestamp',76,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1828,'','deletedMemberID','deletedMemberID','NO','','int(11)',76,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1829,'','deletedDateTime','deletedDateTime','NO','','datetime',76,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionID','0','',1830,'','webPageSectionID','webPageSectionID','NO','','int(11)',77,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageID','0','',1831,'','webPageID','webPageID','NO','','int(11)',77,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1832,'','updatedMemberID','updatedMemberID','NO','','int(11)',77,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1833,'','updatedDateTime','updatedDateTime','NO','','datetime',77,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkWebPageWebPageSectionID','','auto_increment',1834,'PRI','linkWebPageWebPageSectionID','linkWebPageWebPageSectionID','NO','','int(11)',77,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1835,'','insertedMemberID','insertedMemberID','NO','','int(11)',77,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1836,'','deletedMemberID','deletedMemberID','NO','','int(11)',77,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1837,'','deletedDateTime','deletedDateTime','NO','','datetime',77,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1838,'','insertedDateTime','insertedDateTime','NO','','timestamp',77,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCredits','0.00','',1839,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCurrent','0.00','',1840,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDateTime','0000-00-00 00:00:00','',1841,'','dataValueDateTime','dataValueDateTime','NO','','datetime',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDebits','0.00','',1842,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueID','0','',1843,'','dataValueID','dataValueID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deleted','0','',1844,'','deleted','deleted','NO','','tinyint(1)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deleteDateTime','0000-00-00 00:00:00','',1845,'','deleteDateTime','deleteDateTime','NO','','datetime',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deleteMemberID','0','',1846,'','deleteMemberID','deleteMemberID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityID','0','',1847,'','entityID','entityID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityLinkTypeID','0','',1848,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'favorite','0','',1849,'','favorite','favorite','NO','','tinyint(1)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertDateTime','CURRENT_TIMESTAMP','',1850,'','insertDateTime','insertDateTime','NO','','timestamp',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertMemberID','0','',1851,'','insertMemberID','insertMemberID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkNotes','','',1852,'','linkNotes','linkNotes','NO','','varchar(200)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeID','0','',1853,'','linkTypeID','linkTypeID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkWebsiteID','','auto_increment',1854,'PRI','linkWebsiteID','linkWebsiteID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'managerMemberGroupID','0','',1855,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityID','0','',1856,'','matchEntityID','matchEntityID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityLinkID','0','',1857,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTableID','0','',1858,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTypeID','0','',1859,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'ownerMemberGroupID','0','',1860,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'pastTense','0','',1861,'','pastTense','pastTense','NO','','tinyint(1)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updateDateTime','0000-00-00 00:00:00','',1862,'','updateDateTime','updateDateTime','NO','','datetime',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updateMemberGroupID','0','',1863,'','updateMemberGroupID','updateMemberGroupID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updateMemberID','0','',1864,'','updateMemberID','updateMemberID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyDateTime','0000-00-00 00:00:00','',1865,'','verifyDateTime','verifyDateTime','NO','','datetime',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyMemberID','0','',1866,'','verifyMemberID','verifyMemberID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verityLookupID','0','',1867,'','verityLookupID','verityLookupID','NO','','int(1)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'visibleMemberGroupID','0','',1868,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',78,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionTextAR','','',1869,'','callToActionTextAR','callToActionTextAR','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionTextDE','','',1870,'','callToActionTextDE','callToActionTextDE','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionTextEN','','',1871,'','callToActionTextEN','callToActionTextEN','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionTextES','','',1872,'','callToActionTextES','callToActionTextES','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionTextFR','','',1873,'','callToActionTextFR','callToActionTextFR','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionTextHI','','',1874,'','callToActionTextHI','callToActionTextHI','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLAR','','',1875,'','callToActionURLAR','callToActionURLAR','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLDE','','',1876,'','callToActionURLDE','callToActionURLDE','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLEN','','',1877,'','callToActionURLEN','callToActionURLEN','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLES','','',1878,'','callToActionURLES','callToActionURLES','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLFR','','',1879,'','callToActionURLFR','callToActionURLFR','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLHI','','',1880,'','callToActionURLHI','callToActionURLHI','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLIT','','',1881,'','callToActionURLIT','callToActionURLIT','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLJA','','',1882,'','callToActionURLJA','callToActionURLJA','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLPT','','',1883,'','callToActionURLPT','callToActionURLPT','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLRU','','',1884,'','callToActionURLRU','callToActionURLRU','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'callToActionURLZH','','',1885,'','callToActionURLZH','callToActionURLZH','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1886,'','deletedDateTime','deletedDateTime','NO','','datetime',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1887,'','deletedMemberID','deletedMemberID','NO','','int(11)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'displaySourceCode','','',1888,'','displaySourceCode','displaySourceCode','NO','','varchar(2000)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'displaySourceCodeLocal','0','',1889,'','displaySourceCodeLocal','displaySourceCodeLocal','NO','','tinyint(1)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'displaySourceCodeFileName','','',1890,'','displaySourceCodeFileName','displaySourceCodeFileName','NO','','varchar(100)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'displaySourceCodeFilePath','','',1891,'','displaySourceCodeFilePath','displaySourceCodeFilePath','NO','','varchar(200)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1892,'','insertedDateTime','insertedDateTime','NO','','timestamp',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1893,'','insertedMemberID','insertedMemberID','NO','','int(11)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1894,'','updatedDateTime','updatedDateTime','NO','','datetime',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1895,'','updatedMemberID','updatedMemberID','NO','','int(11)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionID','0','',1896,'','webPageSectionID','webPageSectionID','NO','','int(11)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionDataCallToActionID','','auto_increment',1897,'PRI','webPageSectionDataCallToActionID','webPageSectionDataCallToActionID','NO','','int(11)',79,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'defaultCode','','',1898,'','defaultCode','defaultCode','NO','','varchar(50)',80,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1899,'','insertedDateTime','insertedDateTime','NO','','timestamp',80,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'siteMapCode','','',1900,'','siteMapCode','siteMapCode','NO','','varchar(100)',80,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1901,'','updatedDateTime','updatedDateTime','NO','','datetime',80,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionID','0','',1902,'','webPageSectionID','webPageSectionID','NO','','int(11)',80,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionFooterID','','auto_increment',1903,'PRI','webPageSectionFooterID','webPageSectionFooterID','NO','','int(11)',80,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'generalContent','','',1904,'','generalContent','generalContent','NO','','varchar(2000)',81,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionDataGeneralID','','auto_increment',1905,'PRI','webPageSectionDataGeneralID','webPageSectionDataGeneralID','NO','','int(11)',81,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'defaultCode','','',1906,'','defaultCode','defaultCode','NO','','varchar(50)',82,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1907,'','insertedDateTime','insertedDateTime','NO','','timestamp',82,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1908,'','updatedDateTime','updatedDateTime','NO','','datetime',82,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webSectionID','0','',1909,'','webSectionID','webSectionID','NO','','int(11)',82,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'webPageSectionHeaderID','','auto_increment',1910,'PRI','webPageSectionHeaderID','webPageSectionHeaderID','NO','','int(11)',82,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1911,'','deletedDateTime','deletedDateTime','NO','','datetime',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1912,'','deletedMemberID','deletedMemberID','NO','','int(11)',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1913,'','insertedDateTime','insertedDateTime','NO','','timestamp',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1914,'','insertedMemberID','insertedMemberID','YES','','int(11)',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1915,'','updatedDateTime','updatedDateTime','NO','','datetime',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1916,'','updatedMemberID','updatedMemberID','NO','','int(11)',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'websiteSectionDataID','0','',1917,'','websiteSectionDataID','websiteSectionDataID','NO','','int(11)',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'websiteSectionDataType','','',1918,'','websiteSectionDataType','websiteSectionDataType','NO','','varchar(100)',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'websiteSectionID','','auto_increment',1919,'PRI','websiteSectionID','websiteSectionID','NO','','int(11)',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'websiteSectionName','','',1920,'','websiteSectionName','websiteSectionName','NO','','varchar(100)',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'websiteSectionStatusID','','',1921,'','websiteSectionStatusID','websiteSectionStatusID','NO','','tinyint(1)',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'websiteSectionTypeID','0','',1922,'','websiteSectionTypeID','websiteSectionTypeID','NO','','tinyint(1)',83,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCredits','0.00','',1923,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCurrent','0.00','',1924,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDateTime','0000-00-00 00:00:00','',1925,'','dataValueDateTime','dataValueDateTime','NO','','datetime',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDebits','0.00','',1926,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueID','0','',1927,'','dataValueID','dataValueID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1928,'','deletedDateTime','deletedDateTime','NO','','datetime',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1929,'','deletedMemberID','deletedMemberID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityID','0','',1930,'','entityID','entityID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityLinkTypeID','0','',1931,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'favorite','0','',1932,'','favorite','favorite','NO','','tinyint(1)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1933,'','insertedDateTime','insertedDateTime','NO','','timestamp',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1934,'','insertedMemberID','insertedMemberID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkNotes','','',1935,'','linkNotes','linkNotes','NO','','varchar(200)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeID','0','',1936,'','linkTypeID','linkTypeID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkOpportunityID','','auto_increment',1937,'PRI','linkOpportunityID','linkOpportunityID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'managerMemberGroupID','0','',1938,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityID','0','',1939,'','matchEntityID','matchEntityID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityLinkID','0','',1940,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTableID','0','',1941,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTypeID','0','',1942,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'ownerMemberGroupID','0','',1943,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'pastTense','0','',1944,'','pastTense','pastTense','NO','','tinyint(1)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1945,'','updatedDateTime','updatedDateTime','NO','','datetime',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1946,'','updatedMemberID','updatedMemberID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyDateTime','0000-00-00 00:00:00','',1947,'','verifyDateTime','verifyDateTime','NO','','datetime',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyMemberID','0','',1948,'','verifyMemberID','verifyMemberID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verityLookupID','0','',1949,'','verityLookupID','verityLookupID','NO','','int(1)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'visibleMemberGroupID','0','',1950,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',84,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCredits','0.00','',1951,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueCurrent','0.00','',1952,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDateTime','0000-00-00 00:00:00','',1953,'','dataValueDateTime','dataValueDateTime','NO','','datetime',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueDebits','0.00','',1954,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'dataValueID','0','',1955,'','dataValueID','dataValueID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1956,'','deletedDateTime','deletedDateTime','NO','','datetime',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1957,'','deletedMemberID','deletedMemberID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityID','0','',1958,'','entityID','entityID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityLinkTypeID','0','',1959,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'favorite','0','',1960,'','favorite','favorite','NO','','tinyint(1)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',1961,'','insertedDateTime','insertedDateTime','NO','','timestamp',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',1962,'','insertedMemberID','insertedMemberID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkNotes','','',1963,'','linkNotes','linkNotes','NO','','varchar(200)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkTypeID','0','',1964,'','linkTypeID','linkTypeID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'linkProjectID','','auto_increment',1965,'PRI','linkProjectID','linkProjectID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'managerMemberGroupID','0','',1966,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityID','0','',1967,'','matchEntityID','matchEntityID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchEntityLinkID','0','',1968,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTableID','0','',1969,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'matchLinkTypeID','0','',1970,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'ownerMemberGroupID','0','',1971,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'pastTense','0','',1972,'','pastTense','pastTense','NO','','tinyint(1)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',1973,'','updatedDateTime','updatedDateTime','NO','','datetime',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',1974,'','updatedMemberID','updatedMemberID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyDateTime','0000-00-00 00:00:00','',1975,'','verifyDateTime','verifyDateTime','NO','','datetime',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verifyMemberID','0','',1976,'','verifyMemberID','verifyMemberID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'verityLookupID','0','',1977,'','verityLookupID','verityLookupID','NO','','int(1)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'visibleMemberGroupID','0','',1978,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',85,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',1979,'','deletedDateTime','deletedDateTime','NO','','datetime',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',1980,'','deletedMemberID','deletedMemberID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectCancelledDate','0000-00-00','',1981,'','projectCancelledDate','projectCancelledDate','NO','','date',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectCancelledTime','00:00:00','',1982,'','projectCancelledTime','projectCancelledTime','NO','','time',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectCancelledMemberID','0','',1983,'','projectCancelledMemberID','projectCancelledMemberID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectCompletedDate','0000-00-00','',1984,'','projectCompletedDate','projectCompletedDate','NO','','date',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectCompletedTime','00:00:00','',1985,'','projectCompletedTime','projectCompletedTime','NO','','time',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectCompletedMemberID','0','',1986,'','projectCompletedMemberID','projectCompletedMemberID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectCode','','',1987,'','projectCode','projectCode','NO','','varchar(100)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectDataManagerMemberID','0','',1988,'','projectDataManagerMemberID','projectDataManagerMemberID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectDataOwnerMemberID','0','',1989,'','projectDataOwnerMemberID','projectDataOwnerMemberID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectDataOwnerOrganizationID','0','',1990,'','projectDataOwnerOrganizationID','projectDataOwnerOrganizationID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectDeletedDateTime','0000-00-00 00:00:00','',1991,'','projectDeletedDateTime','projectDeletedDateTime','NO','','datetime',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectDeletedMemberID','0','',1992,'','projectDeletedMemberID','projectDeletedMemberID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectDueDate','0000-00-00','',1993,'','projectDueDate','projectDueDate','NO','','date',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectDueTime','00:00:00','',1994,'','projectDueTime','projectDueTime','NO','','time',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectEndDate','0000-00-00','',1995,'','projectEndDate','projectEndDate','NO','','date',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectEndTime','00:00:00','',1996,'','projectEndTime','projectEndTime','NO','','time',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectHistory','','',1997,'','projectHistory','projectHistory','NO','','varchar(2000)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectID','','auto_increment',1998,'PRI','projectID','projectID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectInsertedDateTime','CURRENT_TIMESTAMP','',1999,'','projectInsertedDateTime','projectInsertedDateTime','NO','','timestamp',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectInsertedMemberID','0','',2000,'','projectInsertedMemberID','projectInsertedMemberID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectName','','',2001,'','projectName','projectName','NO','','varchar(100)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectNamePublic','','',2002,'','projectNamePublic','projectNamePublic','NO','','varchar(100)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectOverview','','',2003,'','projectOverview','projectOverview','NO','','varchar(500)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectPersonal','0','',2004,'','projectPersonal','projectPersonal','NO','','tinyint(1)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectStatusID','0','',2005,'','projectStatusID','projectStatusID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectSubTypeID','0','',2006,'','projectSubTypeID','projectSubTypeID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectTypeID','0','',2007,'','projectTypeID','projectTypeID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectUpdatedDateTime','0000-00-00 00:00:00','',2008,'','projectUpdatedDateTime','projectUpdatedDateTime','NO','','datetime',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'projectUpdatedMemberID','0','',2009,'','projectUpdatedMemberID','projectUpdatedMemberID','NO','','int(11)',86,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',2010,'','deletedDateTime','deletedDateTime','NO','','datetime',87,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',2011,'','deletedMemberID','deletedMemberID','NO','','int(11)',87,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'leadID','','auto_increment',2012,'PRI','leadID','leadID','NO','','int(11)',87,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'leadName','','',2013,'','leadName','leadName','NO','','varchar(100)',87,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'leadNamePublic','','',2014,'','leadNamePublic','leadNamePublic','NO','','varchar(100)',87,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'leadOverview','','',2015,'','leadOverview','leadOverview','NO','','varchar(500)',87,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appCode','','',2016,'','appCode','appCode','NO','','varchar(100)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appCodeTitleCase','','',2017,'','appCodeTitleCase','appCodeTitleCase','NO','','varchar(100)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appGUID','','',2018,'','appGUID','appGUID','YES','','varchar(38)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appID','','auto_increment',2019,'PRI','appID','appID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appName','','',2020,'','appName','appName','NO','','varchar(100)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appNameLowerCasePlural','','',2021,'','appNameLowerCasePlural','appNameLowerCasePlural','NO','','varchar(50)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appNameLowerCaseSingular','','',2022,'','appNameLowerCaseSingular','appNameLowerCaseSingular','NO','','varchar(50)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appNameMixedCasePlural','','',2023,'','appNameMixedCasePlural','appNameMixedCasePlural','NO','','varchar(50)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appNameMixedCaseSingular','','',2024,'','appNameMixedCaseSingular','appNameMixedCaseSingular','NO','','varchar(50)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appNamePublic','','',2025,'','appNamePublic','appNamePublic','NO','','varchar(100)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appOverview','','',2026,'','appOverview','appOverview','NO','','varchar(500)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appStatus','','',2027,'','appStatus','appStatus','NO','','varchar(30)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appTitle','','',2028,'','appTitle','appTitle','NO','','varchar(100)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appType','','',2029,'','appType','appType','NO','','varchar(20)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appVersionCode','','',2030,'','appVersionCode','appVersionCode','NO','','varchar(20)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'client','0','',2031,'','client','client','NO','','tinyint(1)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'entityRequestID','0','',2032,'','entityRequestID','entityRequestID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedDateTime','CURRENT_TIMESTAMP','',2033,'','insertedDateTime','insertedDateTime','NO','','timestamp',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'insertedMemberID','0','',2034,'','insertedMemberID','insertedMemberID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryIDDefault','0','',2035,'','queryIDDefault','queryIDDefault','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'queryViewIDDefault','0','',2036,'','queryViewIDDefault','queryViewIDDefault','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'sqlTableIDDefault','0','',2037,'','sqlTableIDDefault','sqlTableIDDefault','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedDateTime','0000-00-00 00:00:00','',2038,'','updatedDateTime','updatedDateTime','NO','','datetime',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'updatedMemberID','0','',2039,'','updatedMemberID','updatedMemberID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',2040,'','deletedDateTime','deletedDateTime','NO','','datetime',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'sqlTableIDLinkSource','0','',2041,'','sqlTableIDLinkSource','sqlTableIDLinkSource','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'appClient','0','',2042,'','appClient','appClient','NO','','tinyint(1)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',2043,'','deletedMemberID','deletedMemberID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeURLID','0','',2044,'','locatorTypeURLID','locatorTypeURLID','NO','','int(11)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeSource','0','',2045,'','locatorTypeSource','locatorTypeSource','NO','','tinyint(1)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedDateTime','0000-00-00 00:00:00','',2046,'','deletedDateTime','deletedDateTime','NO','','datetime',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'deletedMemberID','0','',2047,'','deletedMemberID','deletedMemberID','NO','','int(11)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorCode','','',2048,'','locatorCode','locatorCode','NO','','varchar(100)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorDeletedDateTime','0000-00-00 00:00:00','',2049,'','locatorDeletedDateTime','locatorDeletedDateTime','NO','','datetime',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorDeletedMemberID','0','',2050,'','locatorDeletedMemberID','locatorDeletedMemberID','NO','','int(11)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorGUID','','',2051,'','locatorGUID','locatorGUID','NO','','varchar(38)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorID','','auto_increment',2052,'PRI','locatorID','locatorID','NO','','int(11)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorInsertedDateTime','CURRENT_TIMESTAMP','',2053,'','locatorInsertedDateTime','locatorInsertedDateTime','NO','','timestamp',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorInsertedMemberID','0','',2054,'','locatorInsertedMemberID','locatorInsertedMemberID','NO','','int(11)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressDeletedDateTime','0000-00-00 00:00:00','',2081,'','addressDeletedDateTime','addressDeletedDateTime','NO','','datetime',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressContentVersionIDSmall','0','',2080,'','addressContentVersionIDSmall','addressContentVersionIDSmall','NO','','int(11)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorName','','',2057,'','locatorName','locatorName','NO','','varchar(100)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorNamePublic','','',2058,'','locatorNamePublic','locatorNamePublic','NO','','varchar(100)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorOverview','','',2059,'','locatorOverview','locatorOverview','NO','','varchar(500)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeMail','0','',2061,'','locatorTypeMail','locatorTypeMail','NO','','tinyint(1)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeMailCity','','',2062,'','locatorTypeMailCity','locatorTypeMailCity','NO','','varchar(100)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeMailCountry','','',2063,'','locatorTypeMailCountry','locatorTypeMailCountry','NO','','varchar(100)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeMailCounty','','',2064,'','locatorTypeMailCounty','locatorTypeMailCounty','NO','','varchar(100)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeMailStreet1','','',2065,'','locatorTypeMailStreet1','locatorTypeMailStreet1','NO','','varchar(100)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeMailStreet2','','',2066,'','locatorTypeMailStreet2','locatorTypeMailStreet2','NO','','varchar(100)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeMailZipcode','','',2067,'','locatorTypeMailZipcode','locatorTypeMailZipcode','NO','','varchar(10)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressContentVersionIDMedium','0','',2079,'','addressContentVersionIDMedium','addressContentVersionIDMedium','NO','','int(11)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypePhone','0','',2069,'','locatorTypePhone','locatorTypePhone','NO','','tinyint(1)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeTextMMS','0','',2070,'','locatorTypeTextMMS','locatorTypeTextMMS','NO','','tinyint(1)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressContentVersionIDLarge','0','',2078,'','addressContentVersionIDLarge','addressContentVersionIDLarge','NO','','int(11)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorUpdatedDateTime','0000-00-00 00:00:00','',2072,'','locatorUpdatedDateTime','locatorUpdatedDateTime','NO','','datetime',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorUpdatedMemberID','0','',2073,'','locatorUpdatedMemberID','locatorUpdatedMemberID','NO','','int(11)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeMailState','','',2074,'','locatorTypeMailState','locatorTypeMailState','NO','','varchar(100)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2015-11-04 23:15:28',0,'locatorTypeTextSMS','0','',2075,'','locatorTypeTextSMS','locatorTypeTextSMS','NO','','tinyint(4)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressDeletedMemberID','0','',2082,'','addressDeletedMemberID','addressDeletedMemberID','NO','','int(11)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressGUID','','',2083,'','addressGUID','addressGUID','NO','','varchar(38)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressID','','auto_increment',2084,'auto_increment','addressID','addressID','NO','','int(11)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressInsertedDateTime','CURRENT_TIMESTAMP','',2085,'','addressInsertedDateTime','addressInsertedDateTime','NO','','timestamp',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressInsertedMemberID','0','',2086,'','addressInsertedMemberID','addressInsertedMemberID','NO','','int(11)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressName','','',2087,'','addressName','addressName','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressNameAdmin','','',2088,'','addressNameAdmin','addressNameAdmin','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressNameInternal','','',2089,'','addressNameInternal','addressNameInternal','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressNamePublic','','',2090,'','addressNamePublic','addressNamePublic','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressOverview','','',2091,'','addressOverview','addressOverview','NO','','varchar(500)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysical','0','',2092,'','addressPhysical','addressPhysical','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalAltitude','0','',2093,'','addressPhysicalAltitude','addressPhysicalAltitude','NO','','float',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalBusiness','0','',2094,'','addressPhysicalBusiness','addressPhysicalBusiness','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalEarthDistance','0','',2095,'','addressPhysicalEarthDistance','addressPhysicalEarthDistance','NO','','float',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalEarthDistanceUnit','','',2096,'','addressPhysicalEarthDistanceUnit','addressPhysicalEarthDistanceUnit','YES','','varchar(10)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalCity','','',2097,'','addressPhysicalCity','addressPhysicalCity','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalCompiled','','',2098,'','addressPhysicalCompiled','addressPhysicalCompiled','NO','','varchar(200)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalCompiledPostalVerifiedDate','0000-00-00','',2099,'','addressPhysicalCompiledPostalVerifiedDate','addressPhysicalCompiledPostalVerifiedDate','NO','','date',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalCompiledPostalVerifiedTime','00:00:00','',2100,'','addressPhysicalCompiledPostalVerifiedTime','addressPhysicalCompiledPostalVerifiedTime','NO','','time',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalCountry','','',2101,'','addressPhysicalCountry','addressPhysicalCountry','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalCounty','','',2102,'','addressPhysicalCounty','addressPhysicalCounty','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalGalaxy','','',2103,'','addressPhysicalGalaxy','addressPhysicalGalaxy','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalLatitude','0','',2104,'','addressPhysicalLatitude','addressPhysicalLatitude','NO','','float',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalLongitude','0','',2105,'','addressPhysicalLongitude','addressPhysicalLongitude','NO','','float',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalReceiveFreight','0','',2106,'','addressPhysicalReceiveFreight','addressPhysicalReceiveFreight','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalReceiveMail','0','',2107,'','addressPhysicalReceiveMail','addressPhysicalReceiveMail','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalReceivePackage','0','',2108,'','addressPhysicalReceivePackage','addressPhysicalReceivePackage','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalResidence','0','',2109,'','addressPhysicalResidence','addressPhysicalResidence','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalSendFreight','0','',2110,'','addressPhysicalSendFreight','addressPhysicalSendFreight','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalSendMail','0','',2111,'','addressPhysicalSendMail','addressPhysicalSendMail','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalSendPackage','0','',2112,'','addressPhysicalSendPackage','addressPhysicalSendPackage','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalState','','',2113,'','addressPhysicalState','addressPhysicalState','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalStreet1','','',2114,'','addressPhysicalStreet1','addressPhysicalStreet1','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalStreet2','','',2115,'','addressPhysicalStreet2','addressPhysicalStreet2','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressPhysicalZipcode','','',2116,'','addressPhysicalZipcode','addressPhysicalZipcode','NO','','varchar(10)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressUpdatedDateTime','0000-00-00 00:00:00','',2117,'','addressUpdatedDateTime','addressUpdatedDateTime','NO','','datetime',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressUpdatedMemberID','0','',2118,'','addressUpdatedMemberID','addressUpdatedMemberID','NO','','int(11)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtual','0','',2119,'','addressVirtual','addressVirtual','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualIPv4','','',2120,'','addressVirtualIPv4','addressVirtualIPv4','NO','','varchar(15)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualIPv6','','',2121,'','addressVirtualIPv6','addressVirtualIPv6','NO','','varchar(39)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualPhoneAreaCode','','',2122,'','addressVirtualPhoneAreaCode','addressVirtualPhoneAreaCode','NO','','varchar(3)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualPhoneCountryCode','','',2123,'','addressVirtualPhoneCountryCode','addressVirtualPhoneCountryCode','NO','','varchar(10)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualPhoneExtension','','',2124,'','addressVirtualPhoneExtension','addressVirtualPhoneExtension','NO','','varchar(10)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualPhonePrefix','','',2125,'','addressVirtualPhonePrefix','addressVirtualPhonePrefix','NO','','varchar(3)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualPhoneSuffix','','',2126,'','addressVirtualPhoneSuffix','addressVirtualPhoneSuffix','NO','','varchar(3)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolFTP','0','',2127,'','addressVirtualProtocolFTP','addressVirtualProtocolFTP','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolHTTP','0','',2128,'','addressVirtualProtocolHTTP','addressVirtualProtocolHTTP','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolHTTPS','0','',2129,'','addressVirtualProtocolHTTPS','addressVirtualProtocolHTTPS','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolIMAP','0','',2130,'','addressVirtualProtocolIMAP','addressVirtualProtocolIMAP','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolMMS','0','',2131,'','addressVirtualProtocolMMS','addressVirtualProtocolMMS','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolSIP','0','',2132,'','addressVirtualProtocolSIP','addressVirtualProtocolSIP','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolSMS','0','',2133,'','addressVirtualProtocolSMS','addressVirtualProtocolSMS','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolPOP','0','',2134,'','addressVirtualProtocolPOP','addressVirtualProtocolPOP','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolTCP','0','',2135,'','addressVirtualProtocolTCP','addressVirtualProtocolTCP','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolSMTP','0','',2136,'','addressVirtualProtocolSMTP','addressVirtualProtocolSMTP','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProtocolNNTP','0','',2137,'','addressVirtualProtocolNNTP','addressVirtualProtocolNNTP','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProviderCode','','',2138,'','addressVirtualProviderCode','addressVirtualProviderCode','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualProviderOrganizationID','','',2139,'','addressVirtualProviderOrganizationID','addressVirtualProviderOrganizationID','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualReceiveEmail','0','',2140,'','addressVirtualReceiveEmail','addressVirtualReceiveEmail','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualReceiveRichMedia','0','',2141,'','addressVirtualReceiveRichMedia','addressVirtualReceiveRichMedia','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualReceiveText','0','',2142,'','addressVirtualReceiveText','addressVirtualReceiveText','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualReceiveVideo','0','',2143,'','addressVirtualReceiveVideo','addressVirtualReceiveVideo','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualReceiveVoice','0','',2144,'','addressVirtualReceiveVoice','addressVirtualReceiveVoice','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualReceiveVoicemail','0','',2145,'','addressVirtualReceiveVoicemail','addressVirtualReceiveVoicemail','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualSendEmail','0','',2146,'','addressVirtualSendEmail','addressVirtualSendEmail','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualSendRichMedia','0','',2147,'','addressVirtualSendRichMedia','addressVirtualSendRichMedia','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualSendText','0','',2148,'','addressVirtualSendText','addressVirtualSendText','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualSendVideo','0','',2149,'','addressVirtualSendVideo','addressVirtualSendVideo','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualSendVoice','0','',2150,'','addressVirtualSendVoice','addressVirtualSendVoice','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualSendVoicemail','0','',2151,'','addressVirtualSendVoicemail','addressVirtualSendVoicemail','NO','','tinyint(1)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualText','','',2152,'','addressVirtualText','addressVirtualText','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'addressVirtualTypeCode','','',2153,'','addressVirtualTypeCode','addressVirtualTypeCode','NO','','varchar(100)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'deletedDateTime','0000-00-00 00:00:00','',2154,'','deletedDateTime','deletedDateTime','NO','','datetime',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'deletedMemberID','0','',2155,'','deletedMemberID','deletedMemberID','NO','','int(11)',90,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'appDeletedDateTime','0000-00-00 00:00:00','',2156,'','appDeletedDateTime','appDeletedDateTime','NO','','datetime',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'appDeletedMemberID','0','',2157,'','appDeletedMemberID','appDeletedMemberID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'appEntityRequestCode','','',2158,'','appEntityRequestCode','appEntityRequestCode','NO','','varchar(100)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'appEntityRequestID','0','',2159,'','appEntityRequestID','appEntityRequestID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'appInsertedDateTime','CURRENT_TIMESTAMP','',2160,'','appInsertedDateTime','appInsertedDateTime','NO','','timestamp',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'appInsertedMemberID','0','',2161,'','appInsertedMemberID','appInsertedMemberID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:43',0,'appQueryCodeDefault','','',2162,'','appQueryCodeDefault','appQueryCodeDefault','NO','','varchar(100)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appQueryIDDefault','0','',2163,'','appQueryIDDefault','appQueryIDDefault','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appQueryViewCodeDefault','','',2164,'','appQueryViewCodeDefault','appQueryViewCodeDefault','NO','','varchar(100)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appQueryViewIDDefault','0','',2165,'','appQueryViewIDDefault','appQueryViewIDDefault','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appSQLTableCodeDefault','','',2166,'','appSQLTableCodeDefault','appSQLTableCodeDefault','NO','','varchar(100)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appSQLTableCodeLinkSource','','',2167,'','appSQLTableCodeLinkSource','appSQLTableCodeLinkSource','NO','','varchar(100)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appSQLTableIDDefault','0','',2168,'','appSQLTableIDDefault','appSQLTableIDDefault','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appStatusID','0','',2169,'','appStatusID','appStatusID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appTypeID','0','',2170,'','appTypeID','appTypeID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appUpdatedDateTime','0000-00-00 00:00:00','',2171,'','appUpdatedDateTime','appUpdatedDateTime','NO','','datetime',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appUpdatedMemberID','0','',2172,'','appUpdatedMemberID','appUpdatedMemberID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'insertedPersonID','0','',2173,'','insertedPersonID','insertedPersonID','NO','','int(11)',88,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'channelInboundWeb','0','',2174,'','channelInboundWeb','channelInboundWeb','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'channelOutboundWeb','0','',2175,'','channelOutboundWeb','channelOutboundWeb','NO','','tinyint(1)',69,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'actionBarSourceLocal','0','',2176,'','actionBarSourceLocal','actionBarSourceLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'contentAreaSourceLocal','0','',2177,'','contentAreaSourceLocal','contentAreaSourceLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dataManagerUpdateSourceCustom','0','',2178,'','dataManagerUpdateSourceCustom','dataManagerUpdateSourceCustom','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'footerSectionSourceLocal','0','',2179,'','footerSectionSourceLocal','footerSectionSourceLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'headerSectionSourceLocal','0','',2180,'','headerSectionSourceLocal','headerSectionSourceLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'tabMenuSourceLocal','0','',2181,'','tabMenuSourceLocal','tabMenuSourceLocal','NO','','tinyint(1)',9,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dataManagerMemberID','0','',2182,'','dataManagerMemberID','dataManagerMemberID','YES','','int(11)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dataOwnerMemberID','0','',2183,'','dataOwnerMemberID','dataOwnerMemberID','YES','','int(11)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dataOwnerOrganizationID','0','',2184,'','dataOwnerOrganizationID','dataOwnerOrganizationID','YES','','int(11)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressCity','','',2185,'','dealerAddressCity','dealerAddressCity','NO','','varchar(50)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressEmail','','',2186,'','dealerAddressEmail','dealerAddressEmail','NO','','varchar(50)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressPhoneFax','','',2187,'','dealerAddressPhoneFax','dealerAddressPhoneFax','NO','','varchar(20)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressPhoneMain','','',2188,'','dealerAddressPhoneMain','dealerAddressPhoneMain','NO','','varchar(20)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressPhoneTollFree','','',2189,'','dealerAddressPhoneTollFree','dealerAddressPhoneTollFree','NO','','varchar(20)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressState','','',2190,'','dealerAddressState','dealerAddressState','NO','','varchar(20)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressStreet1','','',2191,'','dealerAddressStreet1','dealerAddressStreet1','NO','','varchar(50)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressStreet2','','',2192,'','dealerAddressStreet2','dealerAddressStreet2','NO','','varchar(50)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressWebsite','','',2193,'','dealerAddressWebsite','dealerAddressWebsite','NO','','varchar(100)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressZipCode','','',2194,'','dealerAddressZipCode','dealerAddressZipCode','NO','','varchar(10)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerLogoURL','','',2195,'','dealerLogoURL','dealerLogoURL','NO','','varchar(200)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'deletedDateTime','0000-00-00 00:00:00','',2196,'','deletedDateTime','deletedDateTime','NO','','datetime',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'deletedMemberID','0','',2197,'','deletedMemberID','deletedMemberID','YES','','int(11)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerCode','','',2198,'','dealerCode','dealerCode','NO','','varchar(100)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerDeletedDateTime','0000-00-00 00:00:00','',2199,'','dealerDeletedDateTime','dealerDeletedDateTime','NO','','datetime',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerDeletedMemberID','0','',2200,'','dealerDeletedMemberID','dealerDeletedMemberID','YES','','int(11)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerID','','auto_increment',2201,'auto_increment','dealerID','dealerID','NO','','int(11)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerInsertedDateTime','CURRENT_TIMESTAMP','',2202,'','dealerInsertedDateTime','dealerInsertedDateTime','NO','','timestamp',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerInsertedMemberID','0','',2203,'','dealerInsertedMemberID','dealerInsertedMemberID','YES','','int(11)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerName','','',2204,'','dealerName','dealerName','NO','','varchar(100)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerNamePublic','','',2205,'','dealerNamePublic','dealerNamePublic','NO','','varchar(100)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerOverview','','',2206,'','dealerOverview','dealerOverview','NO','','varchar(500)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerStatusID','0','',2207,'','dealerStatusID','dealerStatusID','NO','','int(11)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerTypeID','0','',2208,'','dealerTypeID','dealerTypeID','NO','','int(11)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerUpdatedDateTime','0000-00-00 00:00:00','',2209,'','dealerUpdatedDateTime','dealerUpdatedDateTime','NO','','datetime',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerUpdatedMemberID','0','',2210,'','dealerUpdatedMemberID','dealerUpdatedMemberID','YES','','int(11)',91,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dataManagerMemberID','0','',2211,'','dataManagerMemberID','dataManagerMemberID','YES','','int(11)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dataOwnerMemberID','0','',2212,'','dataOwnerMemberID','dataOwnerMemberID','YES','','int(11)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dataOwnerOrganizationID','0','',2213,'','dataOwnerOrganizationID','dataOwnerOrganizationID','YES','','int(11)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressCity','','',2214,'','dealerAddressCity','dealerAddressCity','NO','','varchar(50)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressEmail','','',2215,'','dealerAddressEmail','dealerAddressEmail','NO','','varchar(50)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressPhoneFax','','',2216,'','dealerAddressPhoneFax','dealerAddressPhoneFax','NO','','varchar(20)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressPhoneMain','','',2217,'','dealerAddressPhoneMain','dealerAddressPhoneMain','NO','','varchar(20)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressPhoneTollFree','','',2218,'','dealerAddressPhoneTollFree','dealerAddressPhoneTollFree','NO','','varchar(20)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressState','','',2219,'','dealerAddressState','dealerAddressState','NO','','varchar(20)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressStreet1','','',2220,'','dealerAddressStreet1','dealerAddressStreet1','NO','','varchar(50)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressStreet2','','',2221,'','dealerAddressStreet2','dealerAddressStreet2','NO','','varchar(50)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressWebsite','','',2222,'','dealerAddressWebsite','dealerAddressWebsite','NO','','varchar(100)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerAddressZipCode','','',2223,'','dealerAddressZipCode','dealerAddressZipCode','NO','','varchar(10)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerLogoURL','','',2224,'','dealerLogoURL','dealerLogoURL','NO','','varchar(200)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'deletedDateTime','0000-00-00 00:00:00','',2225,'','deletedDateTime','deletedDateTime','NO','','datetime',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'deletedMemberID','0','',2226,'','deletedMemberID','deletedMemberID','YES','','int(11)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerCode','','',2227,'','dealerCode','dealerCode','NO','','varchar(100)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerDeletedDateTime','0000-00-00 00:00:00','',2228,'','dealerDeletedDateTime','dealerDeletedDateTime','NO','','datetime',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerDeletedMemberID','0','',2229,'','dealerDeletedMemberID','dealerDeletedMemberID','YES','','int(11)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerID','','auto_increment',2230,'auto_increment','dealerID','dealerID','NO','','int(11)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerInsertedDateTime','CURRENT_TIMESTAMP','',2231,'','dealerInsertedDateTime','dealerInsertedDateTime','NO','','timestamp',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerInsertedMemberID','0','',2232,'','dealerInsertedMemberID','dealerInsertedMemberID','YES','','int(11)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerName','','',2233,'','dealerName','dealerName','NO','','varchar(100)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerNamePublic','','',2234,'','dealerNamePublic','dealerNamePublic','NO','','varchar(100)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerOverview','','',2235,'','dealerOverview','dealerOverview','NO','','varchar(500)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerStatusID','0','',2236,'','dealerStatusID','dealerStatusID','NO','','int(11)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerTypeID','0','',2237,'','dealerTypeID','dealerTypeID','NO','','int(11)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerUpdatedDateTime','0000-00-00 00:00:00','',2238,'','dealerUpdatedDateTime','dealerUpdatedDateTime','NO','','datetime',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'dealerUpdatedMemberID','0','',2239,'','dealerUpdatedMemberID','dealerUpdatedMemberID','YES','','int(11)',92,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'appCode','','',2240,'','appCode','appCode','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'clientDelete','0','',2241,'','clientDelete','clientDelete','NO','','tinyint(1)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'roleCode','','',2242,'','roleCode','roleCode','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'websiteCode','','',2243,'','websiteCode','websiteCode','NO','','varchar(100)',12,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleAction','','',2244,'','installRuleAction','installRuleAction','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleActionScope','','',2245,'','installRuleActionScope','installRuleActionScope','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleCondition01','','',2246,'','installRuleCondition01','installRuleCondition01','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleCondition02','','',2247,'','installRuleCondition02','installRuleCondition02','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleCondition03','','',2248,'','installRuleCondition03','installRuleCondition03','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleCondition04','','',2249,'','installRuleCondition04','installRuleCondition04','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleCondition05','','',2250,'','installRuleCondition05','installRuleCondition05','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleCondition06','','',2251,'','installRuleCondition06','installRuleCondition06','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleCondition07','','',2252,'','installRuleCondition07','installRuleCondition07','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleCondition08','','',2253,'','installRuleCondition08','installRuleCondition08','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleCondition09','','',2254,'','installRuleCondition09','installRuleCondition09','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleCondition10','','',2255,'','installRuleCondition10','installRuleCondition10','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleDeletedDateTime','0000-00-00 00:00:00','',2256,'','installRuleDeletedDateTime','installRuleDeletedDateTime','NO','','datetime',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleDeletedMemberID','0','',2257,'','installRuleDeletedMemberID','installRuleDeletedMemberID','NO','','int(11)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleID','','auto_increment',2258,'auto_increment','installRuleID','installRuleID','NO','','int(11)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleInsertedDateTime','CURRENT_TIMESTAMP','',2259,'','installRuleInsertedDateTime','installRuleInsertedDateTime','NO','','timestamp',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleInsertedMemberID','0','',2260,'','installRuleInsertedMemberID','installRuleInsertedMemberID','NO','','int(11)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleName','','',2261,'','installRuleName','installRuleName','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleOrder','0','',2262,'','installRuleOrder','installRuleOrder','NO','','smallint(6)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleParameter01','','',2263,'','installRuleParameter01','installRuleParameter01','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleParameter02','','',2264,'','installRuleParameter02','installRuleParameter02','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleParameter03','','',2265,'','installRuleParameter03','installRuleParameter03','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleParameter04','','',2266,'','installRuleParameter04','installRuleParameter04','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleParameter05','','',2267,'','installRuleParameter05','installRuleParameter05','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleParameter06','','',2268,'','installRuleParameter06','installRuleParameter06','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleParameter07','','',2269,'','installRuleParameter07','installRuleParameter07','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleParameter08','','',2270,'','installRuleParameter08','installRuleParameter08','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleParameter09','','',2271,'','installRuleParameter09','installRuleParameter09','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleParameter10','','',2272,'','installRuleParameter10','installRuleParameter10','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleSource','','',2273,'','installRuleSource','installRuleSource','NO','','varchar(4000)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleSourceFileLocal','0','',2274,'','installRuleSourceFileLocal','installRuleSourceFileLocal','NO','','tinyint(1)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleSourceFileName','','',2275,'','installRuleSourceFileName','installRuleSourceFileName','NO','','varchar(100)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleSourceFilePath','','',2276,'','installRuleSourceFilePath','installRuleSourceFilePath','NO','','varchar(200)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleTypeDeinstall','0','',2277,'','installRuleTypeDeinstall','installRuleTypeDeinstall','NO','','tinyint(1)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleTypeInstall','0','',2278,'','installRuleTypeInstall','installRuleTypeInstall','NO','','tinyint(1)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleTypeUpdate','0','',2279,'','installRuleTypeUpdate','installRuleTypeUpdate','NO','','tinyint(1)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleTypeUpload','0','',2280,'','installRuleTypeUpload','installRuleTypeUpload','NO','','tinyint(1)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleUpdatedDateTime','0000-00-00 00:00:00','',2281,'','installRuleUpdatedDateTime','installRuleUpdatedDateTime','NO','','datetime',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:44',0,'installRuleUpdatedMemberID','0','',2282,'','installRuleUpdatedMemberID','installRuleUpdatedMemberID','NO','','int(11)',93,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'appID','0','',2283,'','appID','appID','NO','','int(11)',94,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'linkAppOrganizationID','','auto_increment',2284,'auto_increment','linkAppOrganizationID','linkAppOrganizationID','NO','','int(11)',94,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'organizationID','0','',2285,'','organizationID','organizationID','NO','','int(11)',94,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'appID','0','',2286,'','appID','appID','NO','','int(11)',95,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'linkAppPersonID','','auto_increment',2287,'auto_increment','linkAppPersonID','linkAppPersonID','NO','','int(11)',95,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'personID','0','',2288,'','personID','personID','NO','','int(11)',95,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'queryViewTypeDefault','0','',2289,'','queryViewTypeDefault','queryViewTypeDefault','NO','','tinyint(1)',30,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'dataValueCredits','0.00','',2290,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'dataValueCurrent','0.00','',2291,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'dataValueDateTime','0000-00-00 00:00:00','',2292,'','dataValueDateTime','dataValueDateTime','NO','','datetime',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'dataValueDebits','0.00','',2293,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'dataValueID','0','',2294,'','dataValueID','dataValueID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'deletedDateTime','0000-00-00 00:00:00','',2295,'','deletedDateTime','deletedDateTime','NO','','datetime',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'deletedMemberID','0','',2296,'','deletedMemberID','deletedMemberID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'entityID','0','',2297,'','entityID','entityID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'entityLinkTypeID','0','',2298,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'favorite','0','',2299,'','favorite','favorite','NO','','tinyint(1)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'insertedDateTime','CURRENT_TIMESTAMP','',2300,'','insertedDateTime','insertedDateTime','NO','','timestamp',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'insertedMemberID','0','',2301,'','insertedMemberID','insertedMemberID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'linkNotes','','',2302,'','linkNotes','linkNotes','NO','','varchar(200)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'linkTypeID','0','',2303,'','linkTypeID','linkTypeID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'linkIssueID','','auto_increment',2304,'auto_increment','linkIssueID','linkIssueID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'managerMemberGroupID','0','',2305,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'matchEntityID','0','',2306,'','matchEntityID','matchEntityID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'matchEntityLinkID','0','',2307,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'matchLinkTableID','0','',2308,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'matchLinkTypeID','0','',2309,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'ownerMemberGroupID','0','',2310,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'pastTense','0','',2311,'','pastTense','pastTense','NO','','tinyint(1)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'updatedDateTime','0000-00-00 00:00:00','',2312,'','updatedDateTime','updatedDateTime','NO','','datetime',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'updatedMemberID','0','',2313,'','updatedMemberID','updatedMemberID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'verifyDateTime','0000-00-00 00:00:00','',2314,'','verifyDateTime','verifyDateTime','NO','','datetime',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'verifyMemberID','0','',2315,'','verifyMemberID','verifyMemberID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'verityLookupID','0','',2316,'','verityLookupID','verityLookupID','NO','','int(1)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:45',0,'visibleMemberGroupID','0','',2317,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',96,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'dataValueCredits','0.00','',2318,'','dataValueCredits','dataValueCredits','NO','','decimal(11,2)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'dataValueCurrent','0.00','',2319,'','dataValueCurrent','dataValueCurrent','NO','','decimal(11,2)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'dataValueDateTime','0000-00-00 00:00:00','',2320,'','dataValueDateTime','dataValueDateTime','NO','','datetime',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'dataValueDebits','0.00','',2321,'','dataValueDebits','dataValueDebits','NO','','decimal(11,2)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'dataValueID','0','',2322,'','dataValueID','dataValueID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'deleted','0','',2323,'','deleted','deleted','NO','','tinyint(1)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'deleteDateTime','0000-00-00 00:00:00','',2324,'','deleteDateTime','deleteDateTime','NO','','datetime',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'deleteMemberID','0','',2325,'','deleteMemberID','deleteMemberID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'entityID','0','',2326,'','entityID','entityID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'entityLinkTypeID','0','',2327,'','entityLinkTypeID','entityLinkTypeID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'favorite','0','',2328,'','favorite','favorite','NO','','tinyint(1)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'insertDateTime','CURRENT_TIMESTAMP','',2329,'','insertDateTime','insertDateTime','NO','','timestamp',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'insertMemberID','0','',2330,'','insertMemberID','insertMemberID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'linkNotes','','',2331,'','linkNotes','linkNotes','NO','','varchar(200)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'linkTaskID','','auto_increment',2332,'auto_increment','linkTaskID','linkTaskID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'linkTypeID','0','',2333,'','linkTypeID','linkTypeID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'managerMemberGroupID','0','',2334,'','managerMemberGroupID','managerMemberGroupID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'matchEntityID','0','',2335,'','matchEntityID','matchEntityID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'matchEntityLinkID','0','',2336,'','matchEntityLinkID','matchEntityLinkID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'matchLinkTableID','0','',2337,'','matchLinkTableID','matchLinkTableID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'matchLinkTypeID','0','',2338,'','matchLinkTypeID','matchLinkTypeID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'ownerMemberGroupID','0','',2339,'','ownerMemberGroupID','ownerMemberGroupID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'pastTense','0','',2340,'','pastTense','pastTense','NO','','tinyint(1)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'updateDateTime','0000-00-00 00:00:00','',2341,'','updateDateTime','updateDateTime','NO','','datetime',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'updateMemberGroupID','0','',2342,'','updateMemberGroupID','updateMemberGroupID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'updateMemberID','0','',2343,'','updateMemberID','updateMemberID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'verifyDateTime','0000-00-00 00:00:00','',2344,'','verifyDateTime','verifyDateTime','NO','','datetime',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'verifyMemberID','0','',2345,'','verifyMemberID','verifyMemberID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'verityLookupID','0','',2346,'','verityLookupID','verityLookupID','NO','','int(1)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'visibleMemberGroupID','0','',2347,'','visibleMemberGroupID','visibleMemberGroupID','NO','','int(11)',97,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'locatorTypeEmailAddress','','',2348,'','locatorTypeEmailAddress','locatorTypeEmailAddress','NO','','varchar(100)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'locatorTypeLocation','0','',2349,'','locatorTypeLocation','locatorTypeLocation','NO','','tinyint(1)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'locatorTypeLocationAltitude','0','',2350,'','locatorTypeLocationAltitude','locatorTypeLocationAltitude','NO','','float',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'locatorTypeLocationLatitude','0','',2351,'','locatorTypeLocationLatitude','locatorTypeLocationLatitude','NO','','float',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'locatorTypeLocationLongitude','0','',2352,'','locatorTypeLocationLongitude','locatorTypeLocationLongitude','NO','','float',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'locatorTypeVirtualEmail','0','',2353,'','locatorTypeVirtualEmail','locatorTypeVirtualEmail','NO','','tinyint(1)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'locatorTypeVirtual','0','',2354,'','locatorTypeVirtual','locatorTypeVirtual','NO','','tinyint(1)',89,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'appID','0','',2355,'','appID','appID','NO','','int(11)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'deletedDateTime','0000-00-00 00:00:00','',2356,'','deletedDateTime','deletedDateTime','NO','','datetime',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'deletedMemberID','0','',2357,'','deletedMemberID','deletedMemberID','NO','','int(11)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'insertedDateTime','CURRENT_TIMESTAMP','',2358,'','insertedDateTime','insertedDateTime','NO','','timestamp',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'insertedMemberID','0','',2359,'','insertedMemberID','insertedMemberID','NO','','int(11)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'menuDataManagerAction','0','',2360,'','menuDataManagerAction','menuDataManagerAction','NO','','tinyint(1)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'menuInsert','0','',2361,'','menuInsert','menuInsert','NO','','tinyint(1)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'menuMultiRow','0','',2362,'','menuMultiRow','menuMultiRow','NO','','tinyint(1)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'permissionCode','','',2363,'','permissionCode','permissionCode','NO','','varchar(100)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'permissionCustom','0','',2364,'','permissionCustom','permissionCustom','NO','','tinyint(1)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'permissionID','','auto_increment',2365,'auto_increment','permissionID','permissionID','NO','','int(11)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'permissionName','','',2366,'','permissionName','permissionName','NO','','varchar(100)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'permissionNamePublic','','',2367,'','permissionNamePublic','permissionNamePublic','NO','','varchar(100)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'permissionOverview','','',2368,'','permissionOverview','permissionOverview','NO','','varchar(1000)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'permissionStatus','','',2369,'','permissionStatus','permissionStatus','NO','','varchar(100)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'permissionType','','',2370,'','permissionType','permissionType','NO','','varchar(100)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'updatedDateTime','0000-00-00 00:00:00','',2371,'','updatedDateTime','updatedDateTime','NO','','datetime',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'updatedMemberID','0','',2372,'','updatedMemberID','updatedMemberID','NO','','int(11)',98,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'dataManagerMemberID','0','',2373,'','dataManagerMemberID','dataManagerMemberID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'dataOwnerMemberID','0','',2374,'','dataOwnerMemberID','dataOwnerMemberID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:46',0,'dataOwnerOrganizationID','0','',2375,'','dataOwnerOrganizationID','dataOwnerOrganizationID','NO','','int(11)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'personHeadshotNotAvailable','0','',2376,'','personHeadshotNotAvailable','personHeadshotNotAvailable','NO','','tinyint(1)',3,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'insertedDateTime','CURRENT_TIMESTAMP','',2377,'','insertedDateTime','insertedDateTime','NO','','timestamp',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'insertedMemberID','0','',2378,'','insertedMemberID','insertedMemberID','NO','','int(11)',60,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedDateTime','0000-00-00 00:00:00','',2379,'','deletedDateTime','deletedDateTime','NO','','datetime',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedMemberID','0','',2380,'','deletedMemberID','deletedMemberID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'insertedDateTime','CURRENT_TIMESTAMP','',2381,'','insertedDateTime','insertedDateTime','NO','','timestamp',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'insertedMemberID','0','',2382,'','insertedMemberID','insertedMemberID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'managerMemberID','0','',2383,'','managerMemberID','managerMemberID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'massUpdateQuery','0','',2384,'','massUpdateQuery','massUpdateQuery','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'masterQuery','0','',2385,'','masterQuery','masterQuery','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'messageQuery','0','',2386,'','messageQuery','messageQuery','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'masterQueryID','0','',2387,'','masterQueryID','masterQueryID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'orderByClause','','',2388,'','orderByClause','orderByClause','NO','','varchar(1000)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'orderByClauseBackup','','',2389,'','orderByClauseBackup','orderByClauseBackup','NO','','varchar(1000)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'orderByClauseMasterQueryID','0','',2390,'','orderByClauseMasterQueryID','orderByClauseMasterQueryID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'ownerMemberID','0','',2391,'','ownerMemberID','ownerMemberID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'pagination','','',2392,'','pagination','pagination','NO','','varchar(100)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryCode','','',2393,'','queryCode','queryCode','NO','','varchar(100)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryID','','auto_increment',2394,'auto_increment','queryID','queryID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryName','','',2395,'','queryName','queryName','NO','','varchar(100)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryNamePublic','','',2396,'','queryNamePublic','queryNamePublic','NO','','varchar(100)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryOverview','','',2397,'','queryOverview','queryOverview','NO','','varchar(500)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryStatement','','',2398,'','queryStatement','queryStatement','NO','','varchar(2000)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryStatementBackup','','',2399,'','queryStatementBackup','queryStatementBackup','NO','','varchar(1000)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryStatementMasterQueryID','0','',2400,'','queryStatementMasterQueryID','queryStatementMasterQueryID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryStatusLookupID','0','',2401,'','queryStatusLookupID','queryStatusLookupID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTitle','','',2402,'','queryTitle','queryTitle','NO','','varchar(100)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeAppQuick','0','',2403,'','queryTypeAppQuick','queryTypeAppQuick','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeAppSearch','0','',2404,'','queryTypeAppSearch','queryTypeAppSearch','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeDataManager','0','',2405,'','queryTypeDataManager','queryTypeDataManager','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeDataManagerSelect','0','',2406,'','queryTypeDataManagerSelect','queryTypeDataManagerSelect','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeDefault','0','',2407,'','queryTypeDefault','queryTypeDefault','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeFormItem','0','',2408,'','queryTypeFormItem','queryTypeFormItem','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeFormSelect','0','',2409,'','queryTypeFormSelect','queryTypeFormSelect','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeGlobalQuick','0','',2410,'','queryTypeGlobalQuick','queryTypeGlobalQuick','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeGlobalSearch','0','',2411,'','queryTypeGlobalSearch','queryTypeGlobalSearch','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeMassUpdate','0','',2412,'','queryTypeMassUpdate','queryTypeMassUpdate','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeMaster','0','',2413,'','queryTypeMaster','queryTypeMaster','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeMessage','0','',2414,'','queryTypeMessage','queryTypeMessage','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryTypeWorkflow','0','',2415,'','queryTypeWorkflow','queryTypeWorkflow','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'queryViewIDDefault','0','',2416,'','queryViewIDDefault','queryViewIDDefault','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'quickQuery','0','',2417,'','quickQuery','quickQuery','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'quickSearchQuery','0','',2418,'','quickSearchQuery','quickSearchQuery','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'updatedDateTime','0000-00-00 00:00:00','',2419,'','updatedDateTime','updatedDateTime','NO','','datetime',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'updatedMemberID','0','',2420,'','updatedMemberID','updatedMemberID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'whereAuthorMemberID','0','',2421,'','whereAuthorMemberID','whereAuthorMemberID','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'whereClause','','',2422,'','whereClause','whereClause','NO','','varchar(2000)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'whereClauseBackup','','',2423,'','whereClauseBackup','whereClauseBackup','NO','','varchar(1000)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'whereClauseMasterQueryID','0','',2424,'','whereClauseMasterQueryID','whereClauseMasterQueryID','NO','','int(11)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'whereDeletedMemberID','0','',2425,'','whereDeletedMemberID','whereDeletedMemberID','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'whereManagerMemberID','0','',2426,'','whereManagerMemberID','whereManagerMemberID','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'whereOwnerMemberID','0','',2427,'','whereOwnerMemberID','whereOwnerMemberID','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'whereUpdatedMemberID','0','',2428,'','whereUpdatedMemberID','whereUpdatedMemberID','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'workflowQuery','0','',2429,'','workflowQuery','workflowQuery','NO','','tinyint(1)',99,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'a','0','',2430,'','a','a','NO','','tinyint(1)',55,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'clientTable','0','',2431,'','clientTable','clientTable','NO','','tinyint(1)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'clientVisible','0','',2432,'','clientVisible','clientVisible','NO','','tinyint(1)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'customMetadata','0','',2433,'','customMetadata','customMetadata','NO','','tinyint(1)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedDateTime','0000-00-00 00:00:00','',2434,'','deletedDateTime','deletedDateTime','NO','','datetime',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedMemberID','0','',2435,'','deletedMemberID','deletedMemberID','NO','','int(11)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'insertedDateTime','CURRENT_TIMESTAMP','',2436,'','insertedDateTime','insertedDateTime','NO','','timestamp',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'insertedMemberID','0','',2437,'','insertedMemberID','insertedMemberID','NO','','int(11)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'linkableTable','0','',2438,'','linkableTable','linkableTable','NO','','tinyint(1)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'linkDataSQLTableID','0','',2439,'','linkDataSQLTableID','linkDataSQLTableID','NO','','int(11)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'linkSourceSQLTableID','0','',2440,'','linkSourceSQLTableID','linkSourceSQLTableID','NO','','int(11)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'linkTable','0','',2441,'','linkTable','linkTable','NO','','tinyint(1)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlDatabaseID','0','',2442,'','sqlDatabaseID','sqlDatabaseID','NO','','int(11)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlTableAlias','','',2443,'','sqlTableAlias','sqlTableAlias','NO','','varchar(100)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlTableCode','','',2444,'','sqlTableCode','sqlTableCode','NO','','varchar(100)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlTableCodeLink','','',2445,'','sqlTableCodeLink','sqlTableCodeLink','NO','','varchar(100)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlTableCodeLinkTitleCase','','',2446,'','sqlTableCodeLinkTitleCase','sqlTableCodeLinkTitleCase','NO','','varchar(100)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlTableGlobalPurge','0','',2447,'','sqlTableGlobalPurge','sqlTableGlobalPurge','NO','','tinyint(1)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlTableID','','auto_increment',2448,'auto_increment','sqlTableID','sqlTableID','NO','','int(11)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlTableName','','',2449,'','sqlTableName','sqlTableName','NO','','varchar(100)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlTableNamePublic','','',2450,'','sqlTableNamePublic','sqlTableNamePublic','NO','','varchar(100)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlTableOverview','','',2451,'','sqlTableOverview','sqlTableOverview','NO','','varchar(500)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sqlTablePrimaryIDCode','','',2452,'','sqlTablePrimaryIDCode','sqlTablePrimaryIDCode','NO','','varchar(100)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'twistVersion','','',2453,'','twistVersion','twistVersion','NO','','varchar(10)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'updatedDateTime','0000-00-00 00:00:00','',2454,'','updatedDateTime','updatedDateTime','NO','','datetime',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'updatedMemberID','0','',2455,'','updatedMemberID','updatedMemberID','NO','','int(11)',100,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedDateTime','0000-00-00 00:00:00','',2456,'','deletedDateTime','deletedDateTime','NO','','datetime',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedMemberID','0','',2457,'','deletedMemberID','deletedMemberID','YES','','int(11)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionCode','','',2458,'','sparkActionCode','sparkActionCode','NO','','varchar(100)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionDeletedDateTime','0000-00-00 00:00:00','',2459,'','sparkActionDeletedDateTime','sparkActionDeletedDateTime','NO','','datetime',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionDeletedMemberID','0','',2460,'','sparkActionDeletedMemberID','sparkActionDeletedMemberID','YES','','int(11)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionID','','auto_increment',2461,'auto_increment','sparkActionID','sparkActionID','NO','','int(11)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionInsertedDateTime','CURRENT_TIMESTAMP','',2462,'','sparkActionInsertedDateTime','sparkActionInsertedDateTime','NO','','timestamp',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionInsertedMemberID','0','',2463,'','sparkActionInsertedMemberID','sparkActionInsertedMemberID','YES','','int(11)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionName','','',2464,'','sparkActionName','sparkActionName','NO','','varchar(100)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionNamePublic','','',2465,'','sparkActionNamePublic','sparkActionNamePublic','NO','','varchar(100)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionOverview','','',2466,'','sparkActionOverview','sparkActionOverview','NO','','varchar(500)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionStatusID','0','',2467,'','sparkActionStatusID','sparkActionStatusID','NO','','int(11)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionTypeID','0','',2468,'','sparkActionTypeID','sparkActionTypeID','NO','','int(11)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionUpdatedDateTime','0000-00-00 00:00:00','',2469,'','sparkActionUpdatedDateTime','sparkActionUpdatedDateTime','NO','','datetime',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'sparkActionUpdatedMemberID','0','',2470,'','sparkActionUpdatedMemberID','sparkActionUpdatedMemberID','YES','','int(11)',101,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedDateTime','0000-00-00 00:00:00','',2471,'','deletedDateTime','deletedDateTime','NO','','datetime',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedMemberID','0','',2472,'','deletedMemberID','deletedMemberID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskAuthorMemberID','0','',2473,'','taskAuthorMemberID','taskAuthorMemberID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskBilledDate','0000-00-00','',2474,'','taskBilledDate','taskBilledDate','NO','','date',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskBilledMemberID','0','',2475,'','taskBilledMemberID','taskBilledMemberID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskBilledTime','00:00:00','',2476,'','taskBilledTime','taskBilledTime','NO','','time',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskBillingNotes','','',2477,'','taskBillingNotes','taskBillingNotes','NO','','varchar(200)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskBillingStatusLookupID','','',2478,'','taskBillingStatusLookupID','taskBillingStatusLookupID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskCancelledDate','0000-00-00','',2479,'','taskCancelledDate','taskCancelledDate','NO','','date',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskCancelledMemberID','0','',2480,'','taskCancelledMemberID','taskCancelledMemberID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskCancelledTime','','',2481,'','taskCancelledTime','taskCancelledTime','NO','','time',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskCompletedDate','0000-00-00','',2482,'','taskCompletedDate','taskCompletedDate','NO','','date',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskCompletedMemberID','0','',2483,'','taskCompletedMemberID','taskCompletedMemberID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskCompletedTime','00:00:00','',2484,'','taskCompletedTime','taskCompletedTime','NO','','time',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskDataManagerMemberID','0','',2485,'','taskDataManagerMemberID','taskDataManagerMemberID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskDataOwnerMemberID','0','',2486,'','taskDataOwnerMemberID','taskDataOwnerMemberID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskDataOwnerOrganizationID','0','',2487,'','taskDataOwnerOrganizationID','taskDataOwnerOrganizationID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskDeletedDateTime','0000-00-00 00:00:00','',2488,'','taskDeletedDateTime','taskDeletedDateTime','NO','','datetime',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskDeletedMemberID','0','',2489,'','taskDeletedMemberID','taskDeletedMemberID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskDueDate','0000-00-00','',2490,'','taskDueDate','taskDueDate','NO','','date',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskDueTime','00:00:00','',2491,'','taskDueTime','taskDueTime','NO','','time',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskEndDate','0000-00-00','',2492,'','taskEndDate','taskEndDate','NO','','date',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskEndTime','00:00:00','',2493,'','taskEndTime','taskEndTime','NO','','time',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskHighPriority','0','',2494,'','taskHighPriority','taskHighPriority','NO','','tinyint(1)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskHistory','','',2495,'','taskHistory','taskHistory','NO','','varchar(2000)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskID','','auto_increment',2496,'auto_increment','taskID','taskID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskInsertedDateTime','CURRENT_TIMESTAMP','',2497,'','taskInsertedDateTime','taskInsertedDateTime','NO','','timestamp',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskInsertedMemberID','0','',2498,'','taskInsertedMemberID','taskInsertedMemberID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskMarkedCompleteDateTime','0000-00-00 00:00:00','',2499,'','taskMarkedCompleteDateTime','taskMarkedCompleteDateTime','NO','','datetime',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskName','','',2500,'','taskName','taskName','NO','','varchar(100)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskOverview','','',2501,'','taskOverview','taskOverview','NO','','varchar(1000)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskPersonal','0','',2502,'','taskPersonal','taskPersonal','NO','','tinyint(1)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskStartDate','0000-00-00','',2503,'','taskStartDate','taskStartDate','NO','','date',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskStartTime','00:00:00','',2504,'','taskStartTime','taskStartTime','NO','','time',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskStatusID','0','',2505,'','taskStatusID','taskStatusID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskTypeID','0','',2506,'','taskTypeID','taskTypeID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskUpdatedDateTime','0000-00-00 00:00:00','',2507,'','taskUpdatedDateTime','taskUpdatedDateTime','NO','','datetime',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'taskUpdatedMemberID','0','',2508,'','taskUpdatedMemberID','taskUpdatedMemberID','NO','','int(11)',102,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedDateTime','0000-00-00 00:00:00','',2509,'','deletedDateTime','deletedDateTime','NO','','datetime',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedMemberID','0','',2510,'','deletedMemberID','deletedMemberID','YES','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingCode','','',2511,'','thingCode','thingCode','NO','','varchar(100)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingDeletedDateTime','0000-00-00 00:00:00','',2512,'','thingDeletedDateTime','thingDeletedDateTime','NO','','datetime',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingDeletedMemberID','0','',2513,'','thingDeletedMemberID','thingDeletedMemberID','YES','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingDeviceID','0','',2514,'','thingDeviceID','thingDeviceID','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingDisplayContentVersionIDExtraLarge','0','',2515,'','thingDisplayContentVersionIDExtraLarge','thingDisplayContentVersionIDExtraLarge','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingDisplayContentVersionIDLarge','0','',2516,'','thingDisplayContentVersionIDLarge','thingDisplayContentVersionIDLarge','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingDisplayContentVersionIDMedium','0','',2517,'','thingDisplayContentVersionIDMedium','thingDisplayContentVersionIDMedium','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingDisplayContentVersionIDSmall','0','',2518,'','thingDisplayContentVersionIDSmall','thingDisplayContentVersionIDSmall','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingID','','auto_increment',2519,'auto_increment','thingID','thingID','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingInsertedDateTime','CURRENT_TIMESTAMP','',2520,'','thingInsertedDateTime','thingInsertedDateTime','NO','','timestamp',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingInsertedMemberID','0','',2521,'','thingInsertedMemberID','thingInsertedMemberID','YES','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingInterfaceAddressID','0','',2522,'','thingInterfaceAddressID','thingInterfaceAddressID','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingLocationAddressID','0','',2523,'','thingLocationAddressID','thingLocationAddressID','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingManagerMemberGroupID','0','',2524,'','thingManagerMemberGroupID','thingManagerMemberGroupID','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingName','','',2525,'','thingName','thingName','NO','','varchar(100)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingNamePublic','','',2526,'','thingNamePublic','thingNamePublic','NO','','varchar(100)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingOverview','','',2527,'','thingOverview','thingOverview','NO','','varchar(500)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingOwnerOrganizationID','0','',2528,'','thingOwnerOrganizationID','thingOwnerOrganizationID','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingOwnerPersonID','0','',2529,'','thingOwnerPersonID','thingOwnerPersonID','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingStatusID','0','',2530,'','thingStatusID','thingStatusID','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingTypeID','0','',2531,'','thingTypeID','thingTypeID','NO','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingUpdatedDateTime','0000-00-00 00:00:00','',2532,'','thingUpdatedDateTime','thingUpdatedDateTime','NO','','datetime',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'thingUpdatedMemberID','0','',2533,'','thingUpdatedMemberID','thingUpdatedMemberID','YES','','int(11)',103,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'bodyCode','','',2534,'','bodyCode','bodyCode','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'cssCode','','',2535,'','cssCode','cssCode','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedDateTime','0000-00-00 00:00:00','',2536,'','deletedDateTime','deletedDateTime','NO','','datetime',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'deletedMemberID','0','',2537,'','deletedMemberID','deletedMemberID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'googleFontCode','','',2538,'','googleFontCode','googleFontCode','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'javascriptCodeTop','','',2539,'','javascriptCodeTop','javascriptCodeTop','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'javascriptCodeBottom','','',2540,'','javascriptCodeBottom','javascriptCodeBottom','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'defaultCode','','',2541,'','defaultCode','defaultCode','NO','','varchar(50)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'insertedDateTime','CURRENT_TIMESTAMP','',2542,'','insertedDateTime','insertedDateTime','NO','','timestamp',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'insertedMemberID','0','',2543,'','insertedMemberID','insertedMemberID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'updatedDateTime','0000-00-00 00:00:00','',2544,'','updatedDateTime','updatedDateTime','NO','','datetime',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'updatedMemberID','0','',2545,'','updatedMemberID','updatedMemberID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageCode','','',2546,'','webPageCode','webPageCode','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageDeletedDateTime','0000-00-00 00:00:00','',2547,'','webPageDeletedDateTime','webPageDeletedDateTime','NO','','datetime',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageDeletedMemberID','0','',2548,'','webPageDeletedMemberID','webPageDeletedMemberID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageDescription','','',2549,'','webPageDescription','webPageDescription','NO','','varchar(150)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageEntityRequestID','0','',2550,'','webPageEntityRequestID','webPageEntityRequestID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageID','','auto_increment',2551,'auto_increment','webPageID','webPageID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageInsertedDateTime','CURRENT_TIMESTAMP','',2552,'','webPageInsertedDateTime','webPageInsertedDateTime','YES','','timestamp',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageInsertedMemberID','0','',2553,'','webPageInsertedMemberID','webPageInsertedMemberID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName','','',2554,'','webPageName','webPageName','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageNamePublic','','',2555,'','webPageNamePublic','webPageNamePublic','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName0','','',2556,'','webPageName0','webPageName0','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName1','','',2557,'','webPageName1','webPageName1','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName2','','',2558,'','webPageName2','webPageName2','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName3','','',2559,'','webPageName3','webPageName3','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName4','','',2560,'','webPageName4','webPageName4','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName5','','',2561,'','webPageName5','webPageName5','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName6','','',2562,'','webPageName6','webPageName6','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName7','','',2563,'','webPageName7','webPageName7','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName8','','',2564,'','webPageName8','webPageName8','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageName9','','',2565,'','webPageName9','webPageName9','NO','','varchar(100)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageOverview','','',2566,'','webPageOverview','webPageOverview','NO','','varchar(500)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageStatusID','0','',2567,'','webPageStatusID','webPageStatusID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageTemplateIDDesktop','0','',2568,'','webPageTemplateIDDesktop','webPageTemplateIDDesktop','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageTemplateIDMobile','0','',2569,'','webPageTemplateIDMobile','webPageTemplateIDMobile','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageTemplateIDSmartPhone','0','',2570,'','webPageTemplateIDSmartPhone','webPageTemplateIDSmartPhone','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageTemplateIDTablet','0','',2571,'','webPageTemplateIDTablet','webPageTemplateIDTablet','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageTitle','','',2572,'','webPageTitle','webPageTitle','NO','','varchar(150)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageTypeID','0','',2573,'','webPageTypeID','webPageTypeID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageUpdatedDateTime','0000-00-00 00:00:00','',2574,'','webPageUpdatedDateTime','webPageUpdatedDateTime','NO','','datetime',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageUpdatedMemberID','0','',2575,'','webPageUpdatedMemberID','webPageUpdatedMemberID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageWebsiteID','0','',2576,'','webPageWebsiteID','webPageWebsiteID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:47',0,'webPageWebsiteSectionID','0','',2577,'','webPageWebsiteSectionID','webPageWebsiteSectionID','NO','','int(11)',104,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'deletedDateTime','0000-00-00 00:00:00','',2578,'','deletedDateTime','deletedDateTime','NO','','datetime',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'deletedMemberID','0','',2579,'','deletedMemberID','deletedMemberID','NO','','int(11)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateDeletedDateTime','0000-00-00 00:00:00','',2580,'','webPageTemplateDeletedDateTime','webPageTemplateDeletedDateTime','NO','','datetime',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateDeletedMemberID','0','',2581,'','webPageTemplateDeletedMemberID','webPageTemplateDeletedMemberID','NO','','int(11)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateDeviceDesktop','0','',2582,'','webPageTemplateDeviceDesktop','webPageTemplateDeviceDesktop','NO','','tinyint(1)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateDeviceMobile','0','',2583,'','webPageTemplateDeviceMobile','webPageTemplateDeviceMobile','NO','','tinyint(1)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateDeviceSmartPhone','0','',2584,'','webPageTemplateDeviceSmartPhone','webPageTemplateDeviceSmartPhone','NO','','tinyint(1)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateDeviceTable','0','',2585,'','webPageTemplateDeviceTable','webPageTemplateDeviceTable','NO','','tinyint(1)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateInsertedDateTime','CURRENT_TIMESTAMP','',2586,'','webPageTemplateInsertedDateTime','webPageTemplateInsertedDateTime','NO','','timestamp',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateInsertedMemberID','0','',2587,'','webPageTemplateInsertedMemberID','webPageTemplateInsertedMemberID','NO','','int(11)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateCode','','',2588,'','webPageTemplateCode','webPageTemplateCode','NO','','varchar(100)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateID','','auto_increment',2589,'auto_increment','webPageTemplateID','webPageTemplateID','NO','','int(11)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateName','','',2590,'','webPageTemplateName','webPageTemplateName','NO','','varchar(100)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateNamePublic','','',2591,'','webPageTemplateNamePublic','webPageTemplateNamePublic','NO','','varchar(100)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateOverview','','',2592,'','webPageTemplateOverview','webPageTemplateOverview','NO','','varchar(500)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplatePreview','','',2593,'','webPageTemplatePreview','webPageTemplatePreview','NO','','varchar(4000)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateSource','','',2594,'','webPageTemplateSource','webPageTemplateSource','NO','','varchar(8000)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateSourceFileLocal','0','',2595,'','webPageTemplateSourceFileLocal','webPageTemplateSourceFileLocal','NO','','tinyint(1)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateSourceFileName','','',2596,'','webPageTemplateSourceFileName','webPageTemplateSourceFileName','NO','','varchar(100)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateSourceFilePath','','',2597,'','webPageTemplateSourceFilePath','webPageTemplateSourceFilePath','NO','','varchar(200)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateStatusID','0','',2598,'','webPageTemplateStatusID','webPageTemplateStatusID','NO','','int(11)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateTypeID','0','',2599,'','webPageTemplateTypeID','webPageTemplateTypeID','NO','','int(11)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateUpdatedDateTime','0000-00-00 00:00:00','',2600,'','webPageTemplateUpdatedDateTime','webPageTemplateUpdatedDateTime','NO','','datetime',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'webPageTemplateUpdatedMemberID','0','',2601,'','webPageTemplateUpdatedMemberID','webPageTemplateUpdatedMemberID','NO','','int(11)',105,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'websiteURL','','',2602,'','websiteURL','websiteURL','NO','','varchar(100)',15,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_id','','auto_increment',2603,'auto_increment','meta_id','meta_id','NO','','bigint(20) unsigned',106,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_id','0','',2604,'','comment_id','comment_id','NO','','bigint(20) unsigned',106,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_key','','',2605,'','meta_key','meta_key','YES','','varchar(255)',106,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_value','','',2606,'','meta_value','meta_value','YES','','longtext',106,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_ID','','auto_increment',2607,'auto_increment','comment_ID','comment_ID','NO','','bigint(20) unsigned',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_post_ID','0','',2608,'','comment_post_ID','comment_post_ID','NO','','bigint(20) unsigned',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_author','','',2609,'','comment_author','comment_author','NO','','tinytext',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_author_email','','',2610,'','comment_author_email','comment_author_email','NO','','varchar(100)',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_author_url','','',2611,'','comment_author_url','comment_author_url','NO','','varchar(200)',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_author_IP','','',2612,'','comment_author_IP','comment_author_IP','NO','','varchar(100)',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_date','0000-00-00 00:00:00','',2613,'','comment_date','comment_date','NO','','datetime',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_date_gmt','0000-00-00 00:00:00','',2614,'','comment_date_gmt','comment_date_gmt','NO','','datetime',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_content','','',2615,'','comment_content','comment_content','NO','','text',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_karma','0','',2616,'','comment_karma','comment_karma','NO','','int(11)',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_approved','1','',2617,'','comment_approved','comment_approved','NO','','varchar(20)',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_agent','','',2618,'','comment_agent','comment_agent','NO','','varchar(255)',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_type','','',2619,'','comment_type','comment_type','NO','','varchar(20)',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_parent','0','',2620,'','comment_parent','comment_parent','NO','','bigint(20) unsigned',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'user_id','0','',2621,'','user_id','user_id','NO','','bigint(20) unsigned',107,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_id','','auto_increment',2622,'auto_increment','meta_id','meta_id','NO','','bigint(20) unsigned',108,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'fw_term_id','0','',2623,'','fw_term_id','fw_term_id','NO','','bigint(20) unsigned',108,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_key','','',2624,'','meta_key','meta_key','YES','','varchar(255)',108,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_value','','',2625,'','meta_value','meta_value','YES','','longtext',108,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'id','','auto_increment',2626,'auto_increment','id','id','NO','','int(10)',109,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'author','0','',2627,'','author','author','NO','','int(10)',109,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'name','','',2628,'','name','name','NO','','varchar(100)',109,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'slug','','',2629,'','slug','slug','NO','','varchar(100)',109,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'data','','',2630,'','data','data','NO','','mediumtext',109,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'date_c','','',2631,'','date_c','date_c','NO','','int(10)',109,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'date_m','','',2632,'','date_m','date_m','NO','','int(11)',109,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'flag_hidden','0','',2633,'','flag_hidden','flag_hidden','NO','','tinyint(1)',109,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'flag_deleted','0','',2634,'','flag_deleted','flag_deleted','NO','','tinyint(1)',109,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_id','','auto_increment',2635,'auto_increment','link_id','link_id','NO','','bigint(20) unsigned',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_url','','',2636,'','link_url','link_url','NO','','varchar(255)',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_name','','',2637,'','link_name','link_name','NO','','varchar(255)',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_image','','',2638,'','link_image','link_image','NO','','varchar(255)',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_target','','',2639,'','link_target','link_target','NO','','varchar(25)',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_description','','',2640,'','link_description','link_description','NO','','varchar(255)',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_visible','Y','',2641,'','link_visible','link_visible','NO','','varchar(20)',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_owner','1','',2642,'','link_owner','link_owner','NO','','bigint(20) unsigned',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_rating','0','',2643,'','link_rating','link_rating','NO','','int(11)',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_updated','0000-00-00 00:00:00','',2644,'','link_updated','link_updated','NO','','datetime',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_rel','','',2645,'','link_rel','link_rel','NO','','varchar(255)',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_notes','','',2646,'','link_notes','link_notes','NO','','mediumtext',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'link_rss','','',2647,'','link_rss','link_rss','NO','','varchar(255)',110,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'option_id','','auto_increment',2648,'auto_increment','option_id','option_id','NO','','bigint(20) unsigned',111,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'option_name','','',2649,'','option_name','option_name','NO','','varchar(191)',111,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'option_value','','',2650,'','option_value','option_value','NO','','longtext',111,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'autoload','yes','',2651,'','autoload','autoload','NO','','varchar(20)',111,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_id','','auto_increment',2652,'auto_increment','meta_id','meta_id','NO','','bigint(20) unsigned',112,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_id','0','',2653,'','post_id','post_id','NO','','bigint(20) unsigned',112,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_key','','',2654,'','meta_key','meta_key','YES','','varchar(255)',112,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_value','','',2655,'','meta_value','meta_value','YES','','longtext',112,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'ID','','auto_increment',2656,'auto_increment','ID','ID','NO','','bigint(20) unsigned',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_author','0','',2657,'','post_author','post_author','NO','','bigint(20) unsigned',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_date','0000-00-00 00:00:00','',2658,'','post_date','post_date','NO','','datetime',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_date_gmt','0000-00-00 00:00:00','',2659,'','post_date_gmt','post_date_gmt','NO','','datetime',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_content','','',2660,'','post_content','post_content','NO','','longtext',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_title','','',2661,'','post_title','post_title','NO','','text',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_excerpt','','',2662,'','post_excerpt','post_excerpt','NO','','text',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_status','publish','',2663,'','post_status','post_status','NO','','varchar(20)',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_status','open','',2664,'','comment_status','comment_status','NO','','varchar(20)',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'ping_status','open','',2665,'','ping_status','ping_status','NO','','varchar(20)',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_password','','',2666,'','post_password','post_password','NO','','varchar(20)',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_name','','',2667,'','post_name','post_name','NO','','varchar(200)',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'to_ping','','',2668,'','to_ping','to_ping','NO','','text',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'pinged','','',2669,'','pinged','pinged','NO','','text',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_modified','0000-00-00 00:00:00','',2670,'','post_modified','post_modified','NO','','datetime',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_modified_gmt','0000-00-00 00:00:00','',2671,'','post_modified_gmt','post_modified_gmt','NO','','datetime',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_content_filtered','','',2672,'','post_content_filtered','post_content_filtered','NO','','longtext',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_parent','0','',2673,'','post_parent','post_parent','NO','','bigint(20) unsigned',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'guid','','',2674,'','guid','guid','NO','','varchar(255)',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'menu_order','0','',2675,'','menu_order','menu_order','NO','','int(11)',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_type','post','',2676,'','post_type','post_type','NO','','varchar(20)',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'post_mime_type','','',2677,'','post_mime_type','post_mime_type','NO','','varchar(100)',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'comment_count','0','',2678,'','comment_count','comment_count','NO','','bigint(20)',113,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'id','','auto_increment',2679,'auto_increment','id','id','NO','','int(9)',114,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'handle','','',2680,'','handle','handle','NO','','text',114,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'settings','','',2681,'','settings','settings','YES','','text',114,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'hover','','',2682,'','hover','hover','YES','','text',114,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'params','','',2683,'','params','params','NO','','text',114,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'advanced','','',2684,'','advanced','advanced','YES','','longtext',114,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'id','','auto_increment',2685,'auto_increment','id','id','NO','','int(9)',115,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'handle','','',2686,'','handle','handle','NO','','text',115,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'params','','',2687,'','params','params','NO','','text',115,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'settings','','',2688,'','settings','settings','YES','','text',115,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'id','','auto_increment',2689,'auto_increment','id','id','NO','','int(9)',116,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'name','','',2690,'','name','name','NO','','varchar(191)',116,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'handle','','',2691,'','handle','handle','NO','','varchar(191)',116,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'css','','',2692,'','css','css','NO','','mediumtext',116,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'markup','','',2693,'','markup','markup','NO','','mediumtext',116,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'settings','','',2694,'','settings','settings','YES','','mediumtext',116,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'id','','auto_increment',2695,'auto_increment','id','id','NO','','int(9)',117,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'title','','',2696,'','title','title','NO','','tinytext',117,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'alias','','',2697,'','alias','alias','YES','','tinytext',117,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'params','','',2698,'','params','params','NO','','longtext',117,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'settings','','',2699,'','settings','settings','YES','','text',117,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'type','','',2700,'','type','type','NO','','varchar(191)',117,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'id','','auto_increment',2701,'auto_increment','id','id','NO','','int(9)',118,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'slider_id','','',2702,'','slider_id','slider_id','NO','','int(9)',118,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'slide_order','','',2703,'','slide_order','slide_order','NO','','int(11)',118,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'params','','',2704,'','params','params','NO','','longtext',118,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'layers','','',2705,'','layers','layers','NO','','longtext',118,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'settings','','',2706,'','settings','settings','NO','','text',118,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'id','','auto_increment',2707,'auto_increment','id','id','NO','','int(9)',119,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'slider_id','','',2708,'','slider_id','slider_id','NO','','int(9)',119,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'params','','',2709,'','params','params','NO','','longtext',119,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'layers','','',2710,'','layers','layers','NO','','longtext',119,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'settings','','',2711,'','settings','settings','NO','','text',119,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'object_id','0','',2712,'','object_id','object_id','NO','','bigint(20) unsigned',120,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'term_taxonomy_id','0','',2713,'','term_taxonomy_id','term_taxonomy_id','NO','','bigint(20) unsigned',120,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'term_order','0','',2714,'','term_order','term_order','NO','','int(11)',120,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'term_taxonomy_id','','auto_increment',2715,'auto_increment','term_taxonomy_id','term_taxonomy_id','NO','','bigint(20) unsigned',121,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'term_id','0','',2716,'','term_id','term_id','NO','','bigint(20) unsigned',121,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'taxonomy','','',2717,'','taxonomy','taxonomy','NO','','varchar(32)',121,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'description','','',2718,'','description','description','NO','','longtext',121,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'parent','0','',2719,'','parent','parent','NO','','bigint(20) unsigned',121,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'count','0','',2720,'','count','count','NO','','bigint(20)',121,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_id','','auto_increment',2721,'auto_increment','meta_id','meta_id','NO','','bigint(20) unsigned',122,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'term_id','0','',2722,'','term_id','term_id','NO','','bigint(20) unsigned',122,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_key','','',2723,'','meta_key','meta_key','YES','','varchar(255)',122,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_value','','',2724,'','meta_value','meta_value','YES','','longtext',122,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'term_id','','auto_increment',2725,'auto_increment','term_id','term_id','NO','','bigint(20) unsigned',123,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'name','','',2726,'','name','name','NO','','varchar(200)',123,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'slug','','',2727,'','slug','slug','NO','','varchar(200)',123,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'term_group','0','',2728,'','term_group','term_group','NO','','bigint(10)',123,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'umeta_id','','auto_increment',2729,'auto_increment','umeta_id','umeta_id','NO','','bigint(20) unsigned',124,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'user_id','0','',2730,'','user_id','user_id','NO','','bigint(20) unsigned',124,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_key','','',2731,'','meta_key','meta_key','YES','','varchar(255)',124,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'meta_value','','',2732,'','meta_value','meta_value','YES','','longtext',124,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'ID','','auto_increment',2733,'auto_increment','ID','ID','NO','','bigint(20) unsigned',125,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'user_login','','',2734,'','user_login','user_login','NO','','varchar(60)',125,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'user_pass','','',2735,'','user_pass','user_pass','NO','','varchar(255)',125,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'user_nicename','','',2736,'','user_nicename','user_nicename','NO','','varchar(50)',125,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'user_email','','',2737,'','user_email','user_email','NO','','varchar(100)',125,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'user_url','','',2738,'','user_url','user_url','NO','','varchar(100)',125,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'user_registered','0000-00-00 00:00:00','',2739,'','user_registered','user_registered','NO','','datetime',125,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'user_activation_key','','',2740,'','user_activation_key','user_activation_key','NO','','varchar(255)',125,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'user_status','0','',2741,'','user_status','user_status','NO','','int(11)',125,'','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'text','2016-05-02 14:02:48',0,'display_name','','',2742,'','display_name','display_name','NO','','varchar(250)',125,'','0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistSQLColumn` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistSQLTable`
--

DROP TABLE IF EXISTS `twistSQLTable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistSQLTable` (
  `clientTable` tinyint(1) NOT NULL DEFAULT '0',
  `clientVisible` tinyint(1) NOT NULL DEFAULT '0',
  `customMetadata` tinyint(1) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `linkableTable` tinyint(1) NOT NULL DEFAULT '0',
  `linkDataSQLTableID` int(11) NOT NULL DEFAULT '0',
  `linkSourceSQLTableID` int(11) NOT NULL DEFAULT '0',
  `linkTable` tinyint(1) NOT NULL DEFAULT '0',
  `sqlDatabaseID` int(11) NOT NULL DEFAULT '0',
  `sqlTableAlias` varchar(100) NOT NULL,
  `sqlTableCode` varchar(100) NOT NULL,
  `sqlTableCodeLink` varchar(100) NOT NULL,
  `sqlTableCodeLinkTitleCase` varchar(100) NOT NULL,
  `sqlTableGlobalPurge` tinyint(1) NOT NULL DEFAULT '0',
  `sqlTableID` int(11) NOT NULL AUTO_INCREMENT,
  `sqlTableName` varchar(100) NOT NULL,
  `sqlTableNamePublic` varchar(100) NOT NULL,
  `sqlTableOverview` varchar(500) NOT NULL,
  `sqlTablePrimaryIDCode` varchar(100) NOT NULL,
  `twistVersion` varchar(10) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`sqlTableID`)
) ENGINE=MyISAM AUTO_INCREMENT=126 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistSQLTable`
--

LOCK TABLES `twistSQLTable` WRITE;
/*!40000 ALTER TABLE `twistSQLTable` DISABLE KEYS */;
INSERT INTO `twistSQLTable` VALUES (0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'form','twistForm','','',1,1,'twistForm','Form','','formID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'fitm','twistFormItem','','',1,2,'twistFormItem','Form Item','','formItemID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,1,4,0,0,0,'prsn','twistPerson','person','Person',1,3,'twistPerson','Person','','personID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,3,0,1,0,'','twistLinkPerson','','',1,4,'twistLinkPerson','twistLinkPerson','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,1,6,6,0,0,'conv','twistContentVersion','contentVersion','ContentVersion',1,5,'twistContentVersion','Content Version','','contentVersionID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,5,5,1,0,'','twistLinkContentVersion','','',0,6,'twistLinkContentVersion','twistLinkContentVersion','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'ctyp','twistContentType','','',1,7,'twistContentType','Content Type','','contentTypeID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'cont','twistContent','','',1,8,'twistContent','Content','','contentID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'dmgr','twistDataManager','','',1,9,'twistDataManager','Data Manager','','dataManagerID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'dmop','twistDataManagerOption','','',1,10,'twistDataManagerOption','Data Manager Option','','dataManagerOptionID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'dmsc','twistDataManagerSection','','',1,11,'twistDataManagerSection','Data Manager Section','','dataManagerSectionID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'ereq','twistEntityRequest','','',1,12,'twistEntityRequest','Entity Request','','entityRequestID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'erqg','twistEntityRequestGroup','','',1,13,'twistEntityRequestGroup','Entity Request Group','','entityRequestGroupID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'etyp','twistEntityType','','',1,14,'twistEntityType','Entity Type','','entityTypeID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,1,78,0,0,0,'wbst','twistWebsite','website','Website',1,15,'twistWebsite','Website','','websiteID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'lapc','twistLinkAppContent','','',0,16,'twistLinkAppContent','Link App Content','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppDataManager','','',0,17,'twistLinkAppDataManager','Link App Data Manager','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppDataManagerOption','','',0,18,'twistLinkAppDataManagerOption','Link App Data Manager Option','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppDataManagerSection','','',0,19,'twistLinkAppDataManagerSection','Link App Data Manager Section','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppEntityRequest','','',0,20,'twistLinkAppEntityRequest','Link App Entity Request','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppEntityRequestGroup','','',0,21,'twistLinkAppEntityRequestGroup','Link App Entity Request Group','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppFile','','',0,22,'twistLinkAppFile','Link App File','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppForm','','',0,23,'twistLinkAppForm','Link App Form','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppFormItem','','',0,24,'twistLinkAppFormItem','Link App Form Item','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppParameter','','',0,25,'twistLinkAppParameter','Link App Parameter','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppPermission','','',0,26,'twistLinkAppPermission','Link App Permission','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppPortal','','',0,27,'twistLinkAppPortal','Link App Portal','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppQuery','','',1,28,'twistLinkAppQuery','twistLinkAppQuery','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppQueryFilter','','',0,29,'twistLinkAppQueryFilter','twistLinkAppQueryFilter','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppQueryView','','',1,30,'twistLinkAppQueryView','twistLinkAppQueryView','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppRole','','',1,31,'twistLinkAppRole','twistLinkAppRole','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppSelectList','','',0,32,'twistLinkAppSelectList','twistLinkAppSelectList','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppSelectListItem','','',0,33,'twistLinkAppSelectListItem','twistLinkAppSelectListItem','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppSQLColumn','','',0,34,'twistLinkAppSQLColumn','twistLinkAppSQLColumn','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkAppSQLTable','','',1,35,'twistLinkAppSQLTable','twistLinkAppSQLTable','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkContentVersionRole','','',0,36,'twistLinkContentVersionRole','twistLinkContentVersionRole','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkEntityRequestGroupEntityRequest','','',1,37,'twistLinkEntityRequestGroupEntityRequest','twistLinkEntityRequestGroupEntityRequest','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,89,0,1,0,'','twistLinkLocator','locator','',1,38,'twistLinkLocator','twistLinkLocator','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkManager','','',0,39,'twistLinkManager','twistLinkManager','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkMemberRole','','',1,40,'twistLinkMemberRole','twistLinkMemberRole','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkMemberWebsite','','',1,41,'twistLinkMemberWebsite','twistLinkMemberWebsite','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkPermissionRoleMember','','',1,42,'twistLinkPermissionRoleMember','twistLinkPermissionRoleMember','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,1,0,'','twistLinkPing','','',1,43,'twistLinkPing','twistLinkPing','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkPortalRole','','',1,44,'twistLinkPortalRole','twistLinkPortalRole','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkQueryFilterRole','','',0,45,'twistLinkQueryFilterRole','twistLinkQueryFilterRole','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkQueryRole','','',1,46,'twistLinkQueryRole','twistLinkQueryRole','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkQueryViewQuery','','',1,47,'twistLinkQueryViewQuery','twistLinkQueryViewQuery','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistLinkQueryViewRole','','',1,48,'twistLinkQueryViewRole','twistLinkQueryViewRole','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'mber','twistMember','','',1,49,'twistMember','twistMember','','memberID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistSQLColumn','','',1,50,'twistSQLColumn','twistSQLColumn','','sqlColumnID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'role','twistRole','','',1,51,'twistRole','twistRole','','roleID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'port','twistPortal','','',1,52,'twistPortal','twistPortal','','portalID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'pram','twistParameter','','',1,53,'twistParameter','twistParameter','','parameterID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'','twistWebTemplate','','',1,54,'twistWebTemplate','twistWebTemplate','','webTemplateID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'qvew','twistQueryView','','',1,55,'twistQueryView','twistQueryView','','queryViewID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'qvit','twistQueryViewItem','','',1,56,'twistQueryViewItem','twistQueryViewItem','','queryViewItemID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'msgj','twistMessageJob','','',1,57,'twistMessageJob','twistMessageJob','','messageJobID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'msgq','twistMessageQueue','','',1,58,'twistMessageQueue','twistMessageQueue','','messageQueueID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'mbrg','twistMemberGroup','','',1,59,'twistMemberGroup','twistMemberGroup','','memberGroupID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,1,43,0,0,0,'ping','twistPing','ping','Ping',1,60,'twistPing','Ping','','pingID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'slst','twistSelectList','','',1,61,'twistSelectList','twistSelectList','','selectListID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:27',0,0,0,0,0,0,'slsi','twistSelectListItem','','',1,62,'twistSelectListItem','twistSelectListItem','','selectListItemID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'wpsc','twistWebPageSection','','',1,63,'twistWebPageSection','twistWebPageSection','','webPageSectionID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'mbrp','twistMemberProfile','','',1,64,'twistMemberProfile','twistMemberProfile','','memberProfileID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistLinkType','','',1,65,'twistLinkType','twistLinkType','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistLinkTypeDestinationTable','','',1,66,'twistLinkTypeDestinationTable','twistLinkTypeDestinationTable','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistLinkTypeSourceTable','','',1,67,'twistLinkTypeSourceTable','twistLinkTypeSourceTable','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'qflt','twistQueryFilter','','',0,68,'twistQueryFilter','twistQueryFilter','','queryFilterID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'chnl','twistChannel','','',1,69,'twistChannel','Channel','','channelID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistLinkWorkflowEntityType','','',1,70,'twistLinkWorkflowEntityType','twistLinkWorkflowEntityType','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistWorkflow','','',1,71,'twistWorkflow','twistWorkflow','','workflowID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,1,0,'','twistLinkNote','','',1,72,'twistLinkNote','twistLinkNote','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'pckg','twistPackage','','',0,73,'twistPackage','twistPackage','','packageID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,1,0,'','twistLinkOrganization','','',1,74,'twistLinkOrganization','twistLinkOrganization','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,1,0,'','twistLinkGoal','','',0,75,'twistLinkGoal','twistLinkGoal','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistLinkWebPageTemplateWebPageSection','','',0,76,'twistLinkWebPageTemplateWebPageSection','twistLinkWebPageTemplateWebPageSection','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistLinkWebPageWebPageSection','','',0,77,'twistLinkWebPageWebPageSection','twistLinkWebPageWebPageSection','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,1,0,'','twistLinkWebsite','','',1,78,'twistLinkWebsite','twistLinkWebsite','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistWebPageSectionDataCallToAction','','',0,79,'twistWebPageSectionDataCallToAction','twistWebPageSectionDataCallToAction','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistWebPageSectionDataFooter','','',0,80,'twistWebPageSectionDataFooter','twistWebPageSectionDataFooter','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistWebPageSectionDataGeneral','','',0,81,'twistWebPageSectionDataGeneral','twistWebPageSectionDataGeneral','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistWebPageSectionDataHeader','','',0,82,'twistWebPageSectionDataHeader','twistWebPageSectionDataHeader','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistWebsiteSection','','',0,83,'twistWebsiteSection','twistWebsiteSection','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,1,0,'','twistLinkOpportunity','','',0,84,'twistLinkOpportunity','twistLinkOpportunity','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,1,0,'','twistLinkProject','','',1,85,'twistLinkProject','twistLinkProject','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,1,85,0,0,0,'proj','twistProject','project','Project',1,86,'twistProject','Project','','projectID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'','twistLead','','',0,87,'twistLead','twistLead','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,0,0,0,0,0,'app','twistApp','','',1,88,'twistApp','App','','appID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2015-11-04 23:15:28',0,1,38,0,0,0,'loca','twistLocator','locator','Locator',1,89,'twistLocator','Locator','','locatorID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:43',0,0,0,0,0,0,'','twistAddress','','',0,90,'twistAddress','twistAddress','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:44',0,1,0,0,0,0,'deal','twistDealer','dealer','Person',0,91,'twistDealer','twistDealer','','dealerID','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:44',0,0,0,0,0,0,'','twistDealerx','','',0,92,'twistDealerx','twistDealerx','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:44',0,0,0,0,0,0,'','twistInstallRule','','',0,93,'twistInstallRule','twistInstallRule','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:45',0,0,0,0,0,0,'','twistLinkAppOrganization','','',0,94,'twistLinkAppOrganization','twistLinkAppOrganization','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:45',0,0,0,0,0,0,'','twistLinkAppPerson','','',0,95,'twistLinkAppPerson','twistLinkAppPerson','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:45',0,0,0,0,0,0,'','twistLinkIssue','','',0,96,'twistLinkIssue','twistLinkIssue','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:46',0,0,0,0,0,0,'','twistLinkTask','','',0,97,'twistLinkTask','twistLinkTask','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:46',0,0,0,0,0,0,'','twistPermission','','',0,98,'twistPermission','twistPermission','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:47',0,0,0,0,0,0,'','twistQuery','','',0,99,'twistQuery','twistQuery','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:47',0,0,0,0,0,0,'','twistSQLTable','','',0,100,'twistSQLTable','twistSQLTable','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:47',0,0,0,0,0,0,'','twistSparkAction','','',0,101,'twistSparkAction','twistSparkAction','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:47',0,0,0,0,0,0,'','twistTask','','',0,102,'twistTask','twistTask','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:47',0,0,0,0,0,0,'','twistThing','','',0,103,'twistThing','twistThing','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:47',0,0,0,0,0,0,'','twistWebPage','','',0,104,'twistWebPage','twistWebPage','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','twistWebPageTemplate','','',0,105,'twistWebPageTemplate','twistWebPageTemplate','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wpcommentmeta','','',0,106,'wpcommentmeta','wpcommentmeta','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wpcomments','','',0,107,'wpcomments','wpcomments','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wpfw_termmeta','','',0,108,'wpfw_termmeta','wpfw_termmeta','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wplayerslider','','',0,109,'wplayerslider','wplayerslider','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wplinks','','',0,110,'wplinks','wplinks','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wpoptions','','',0,111,'wpoptions','wpoptions','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wppostmeta','','',0,112,'wppostmeta','wppostmeta','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wpposts','','',0,113,'wpposts','wpposts','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wprevslider_css','','',0,114,'wprevslider_css','wprevslider_css','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wprevslider_layer_animations','','',0,115,'wprevslider_layer_animations','wprevslider_layer_animations','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wprevslider_navigations','','',0,116,'wprevslider_navigations','wprevslider_navigations','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wprevslider_sliders','','',0,117,'wprevslider_sliders','wprevslider_sliders','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wprevslider_slides','','',0,118,'wprevslider_slides','wprevslider_slides','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wprevslider_static_slides','','',0,119,'wprevslider_static_slides','wprevslider_static_slides','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wpterm_relationships','','',0,120,'wpterm_relationships','wpterm_relationships','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wpterm_taxonomy','','',0,121,'wpterm_taxonomy','wpterm_taxonomy','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wptermmeta','','',0,122,'wptermmeta','wptermmeta','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wpterms','','',0,123,'wpterms','wpterms','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wpusermeta','','',0,124,'wpusermeta','wpusermeta','','','','0000-00-00 00:00:00',0),(0,0,0,'0000-00-00 00:00:00',0,'2016-05-02 14:02:48',0,0,0,0,0,0,'','wpusers','','',0,125,'wpusers','wpusers','','','','0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `twistSQLTable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistSelectList`
--

DROP TABLE IF EXISTS `twistSelectList`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistSelectList` (
  `cssClassListItem` varchar(200) NOT NULL,
  `cssClassSelect` varchar(200) NOT NULL,
  `cssID` varchar(100) NOT NULL,
  `cssStyleListItem` varchar(200) NOT NULL,
  `cssStyleSelect` varchar(200) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `itemDisplayOrder` varchar(20) NOT NULL,
  `selectListCode` varchar(100) NOT NULL,
  `selectListID` int(11) NOT NULL AUTO_INCREMENT,
  `selectListName` varchar(100) NOT NULL,
  `selectListNamePublic` varchar(100) NOT NULL,
  `selectListOverview` varchar(500) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`selectListID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistSelectList`
--

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

--
-- Table structure for table `twistSelectListItem`
--

DROP TABLE IF EXISTS `twistSelectListItem`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistSelectListItem` (
  `cssClass` varchar(200) NOT NULL,
  `cssID` varchar(100) NOT NULL,
  `cssStyle` varchar(200) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `displayOrder` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `selectListID` int(11) NOT NULL DEFAULT '0',
  `selectListItemCode` varchar(100) NOT NULL,
  `selectListItemID` int(11) NOT NULL AUTO_INCREMENT,
  `selectListItemName` varchar(100) NOT NULL,
  `selectListItemNamePublic` varchar(100) NOT NULL,
  `selectListItemOverview` varchar(500) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`selectListItemID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistSelectListItem`
--

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

--
-- Table structure for table `twistSparkAction`
--

DROP TABLE IF EXISTS `twistSparkAction`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistSparkAction` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) DEFAULT '0',
  `sparkActionCode` varchar(100) NOT NULL,
  `sparkActionDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `sparkActionDeletedMemberID` int(11) DEFAULT '0',
  `sparkActionID` int(11) NOT NULL AUTO_INCREMENT,
  `sparkActionInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `sparkActionInsertedMemberID` int(11) DEFAULT '0',
  `sparkActionName` varchar(100) NOT NULL,
  `sparkActionNamePublic` varchar(100) NOT NULL,
  `sparkActionOverview` varchar(500) NOT NULL,
  `sparkActionStatusID` int(11) NOT NULL DEFAULT '0',
  `sparkActionTypeID` int(11) NOT NULL DEFAULT '0',
  `sparkActionUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `sparkActionUpdatedMemberID` int(11) DEFAULT '0',
  PRIMARY KEY (`sparkActionID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistSparkAction`
--

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

--
-- Table structure for table `twistTask`
--

DROP TABLE IF EXISTS `twistTask`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistTask` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `taskAuthorMemberID` int(11) NOT NULL DEFAULT '0',
  `taskBilledDate` date NOT NULL DEFAULT '0000-00-00',
  `taskBilledMemberID` int(11) NOT NULL DEFAULT '0',
  `taskBilledTime` time NOT NULL DEFAULT '00:00:00',
  `taskBillingNotes` varchar(200) NOT NULL,
  `taskBillingStatusLookupID` int(11) NOT NULL,
  `taskCancelledDate` date NOT NULL DEFAULT '0000-00-00',
  `taskCancelledMemberID` int(11) NOT NULL DEFAULT '0',
  `taskCancelledTime` time NOT NULL,
  `taskCompletedDate` date NOT NULL DEFAULT '0000-00-00',
  `taskCompletedMemberID` int(11) NOT NULL DEFAULT '0',
  `taskCompletedTime` time NOT NULL DEFAULT '00:00:00',
  `taskDataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `taskDataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `taskDataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `taskDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `taskDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `taskDueDate` date NOT NULL DEFAULT '0000-00-00',
  `taskDueTime` time NOT NULL DEFAULT '00:00:00',
  `taskEndDate` date NOT NULL DEFAULT '0000-00-00',
  `taskEndTime` time NOT NULL DEFAULT '00:00:00',
  `taskHighPriority` tinyint(1) NOT NULL DEFAULT '0',
  `taskHistory` varchar(2000) NOT NULL,
  `taskID` int(11) NOT NULL AUTO_INCREMENT,
  `taskInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `taskInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `taskMarkedCompleteDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `taskName` varchar(100) NOT NULL,
  `taskOverview` varchar(1000) NOT NULL,
  `taskPersonal` tinyint(1) NOT NULL DEFAULT '0',
  `taskStartDate` date NOT NULL DEFAULT '0000-00-00',
  `taskStartTime` time NOT NULL DEFAULT '00:00:00',
  `taskStatusID` int(11) NOT NULL DEFAULT '0',
  `taskTypeID` int(11) NOT NULL DEFAULT '0',
  `taskUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `taskUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`taskID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistTask`
--

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

--
-- Table structure for table `twistThing`
--

DROP TABLE IF EXISTS `twistThing`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistThing` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) DEFAULT '0',
  `thingCode` varchar(100) NOT NULL,
  `thingDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `thingDeletedMemberID` int(11) DEFAULT '0',
  `thingDeviceID` int(11) NOT NULL DEFAULT '0',
  `thingDisplayContentVersionIDExtraLarge` int(11) NOT NULL DEFAULT '0',
  `thingDisplayContentVersionIDLarge` int(11) NOT NULL DEFAULT '0',
  `thingDisplayContentVersionIDMedium` int(11) NOT NULL DEFAULT '0',
  `thingDisplayContentVersionIDSmall` int(11) NOT NULL DEFAULT '0',
  `thingID` int(11) NOT NULL AUTO_INCREMENT,
  `thingInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `thingInsertedMemberID` int(11) DEFAULT '0',
  `thingInterfaceAddressID` int(11) NOT NULL DEFAULT '0',
  `thingLocationAddressID` int(11) NOT NULL DEFAULT '0',
  `thingManagerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `thingName` varchar(100) NOT NULL,
  `thingNamePublic` varchar(100) NOT NULL,
  `thingOverview` varchar(500) NOT NULL,
  `thingOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `thingOwnerPersonID` int(11) NOT NULL DEFAULT '0',
  `thingStatusID` int(11) NOT NULL DEFAULT '0',
  `thingTypeID` int(11) NOT NULL DEFAULT '0',
  `thingUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `thingUpdatedMemberID` int(11) DEFAULT '0',
  PRIMARY KEY (`thingID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistThing`
--

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

--
-- Table structure for table `twistWebPage`
--

DROP TABLE IF EXISTS `twistWebPage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWebPage` (
  `bodyCode` varchar(100) NOT NULL,
  `cssCode` varchar(100) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `googleFontCode` varchar(100) NOT NULL,
  `javascriptCodeTop` varchar(100) NOT NULL,
  `javascriptCodeBottom` varchar(100) NOT NULL,
  `defaultCode` varchar(50) NOT NULL,
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageCode` varchar(100) NOT NULL,
  `webPageDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `webPageDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageDescription` varchar(150) NOT NULL,
  `webPageEntityRequestID` int(11) NOT NULL DEFAULT '0',
  `webPageID` int(11) NOT NULL AUTO_INCREMENT,
  `webPageInsertedDateTime` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  `webPageInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageName` varchar(100) NOT NULL,
  `webPageNamePublic` varchar(100) NOT NULL,
  `webPageName0` varchar(100) NOT NULL,
  `webPageName1` varchar(100) NOT NULL,
  `webPageName2` varchar(100) NOT NULL,
  `webPageName3` varchar(100) NOT NULL,
  `webPageName4` varchar(100) NOT NULL,
  `webPageName5` varchar(100) NOT NULL,
  `webPageName6` varchar(100) NOT NULL,
  `webPageName7` varchar(100) NOT NULL,
  `webPageName8` varchar(100) NOT NULL,
  `webPageName9` varchar(100) NOT NULL,
  `webPageOverview` varchar(500) NOT NULL,
  `webPageStatusID` int(11) NOT NULL DEFAULT '0',
  `webPageTemplateIDDesktop` int(11) NOT NULL DEFAULT '0',
  `webPageTemplateIDMobile` int(11) NOT NULL DEFAULT '0',
  `webPageTemplateIDSmartPhone` int(11) NOT NULL DEFAULT '0',
  `webPageTemplateIDTablet` int(11) NOT NULL DEFAULT '0',
  `webPageTitle` varchar(150) NOT NULL,
  `webPageTypeID` int(11) NOT NULL DEFAULT '0',
  `webPageUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `webPageUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageWebsiteID` int(11) NOT NULL DEFAULT '0',
  `webPageWebsiteSectionID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webPageID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWebPage`
--

LOCK TABLES `twistWebPage` WRITE;
/*!40000 ALTER TABLE `twistWebPage` DISABLE KEYS */;
INSERT INTO `twistWebPage` VALUES ('','','0000-00-00 00:00:00',0,'','','','','2015-07-04 05:35:46',0,'0000-00-00 00:00:00',0,'','0000-00-00 00:00:00',0,'',103,1,'2015-10-04 02:18:35',0,'Test','Test','','','','','','0','','','','','Test Page',0,1,2,2,3,'Testing 123',0,'0000-00-00 00:00:00',0,1,1);
/*!40000 ALTER TABLE `twistWebPage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistWebPageSection`
--

DROP TABLE IF EXISTS `twistWebPageSection`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWebPageSection` (
  `dataType` varchar(100) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `entityRequestID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageSectionClass` varchar(200) NOT NULL,
  `webPageSectionDataID` int(11) NOT NULL DEFAULT '0',
  `webPageSectionDOMID` varchar(100) NOT NULL,
  `webPageSectionID` int(11) NOT NULL AUTO_INCREMENT,
  `webPageSectionName` varchar(100) NOT NULL,
  `webPageSectionStatusID` tinyint(1) NOT NULL,
  `webPageSectionStyle` varchar(500) NOT NULL,
  `webPageSectionTypeID` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webPageSectionID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWebPageSection`
--

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

--
-- Table structure for table `twistWebPageSectionDataCallToAction`
--

DROP TABLE IF EXISTS `twistWebPageSectionDataCallToAction`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWebPageSectionDataCallToAction` (
  `callToActionTextAR` varchar(200) NOT NULL,
  `callToActionTextDE` varchar(200) NOT NULL,
  `callToActionTextEN` varchar(200) NOT NULL,
  `callToActionTextES` varchar(200) NOT NULL,
  `callToActionTextFR` varchar(200) NOT NULL,
  `callToActionTextHI` varchar(200) NOT NULL,
  `callToActionURLAR` varchar(200) NOT NULL,
  `callToActionURLDE` varchar(200) NOT NULL,
  `callToActionURLEN` varchar(200) NOT NULL,
  `callToActionURLES` varchar(200) NOT NULL,
  `callToActionURLFR` varchar(200) NOT NULL,
  `callToActionURLHI` varchar(200) NOT NULL,
  `callToActionURLIT` varchar(200) NOT NULL,
  `callToActionURLJA` varchar(200) NOT NULL,
  `callToActionURLPT` varchar(200) NOT NULL,
  `callToActionURLRU` varchar(200) NOT NULL,
  `callToActionURLZH` varchar(200) NOT NULL,
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `displaySourceCode` varchar(2000) NOT NULL,
  `displaySourceCodeFileName` varchar(100) NOT NULL,
  `displaySourceCodeFilePath` varchar(200) NOT NULL,
  `displaySourceCodeLocal` tinyint(1) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) NOT NULL DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageSectionDataCallToActionID` int(11) NOT NULL AUTO_INCREMENT,
  `webPageSectionID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webPageSectionDataCallToActionID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWebPageSectionDataCallToAction`
--

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

--
-- Table structure for table `twistWebPageSectionDataFooter`
--

DROP TABLE IF EXISTS `twistWebPageSectionDataFooter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWebPageSectionDataFooter` (
  `defaultCode` varchar(50) NOT NULL,
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `siteMapCode` varchar(100) NOT NULL,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `webPageSectionFooterID` int(11) NOT NULL AUTO_INCREMENT,
  `webPageSectionID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webPageSectionFooterID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWebPageSectionDataFooter`
--

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

--
-- Table structure for table `twistWebPageSectionDataGeneral`
--

DROP TABLE IF EXISTS `twistWebPageSectionDataGeneral`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWebPageSectionDataGeneral` (
  `generalContent` varchar(2000) NOT NULL,
  `webPageSectionDataGeneralID` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`webPageSectionDataGeneralID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWebPageSectionDataGeneral`
--

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

--
-- Table structure for table `twistWebPageSectionDataHeader`
--

DROP TABLE IF EXISTS `twistWebPageSectionDataHeader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWebPageSectionDataHeader` (
  `defaultCode` varchar(50) NOT NULL,
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `webPageSectionHeaderID` int(11) NOT NULL AUTO_INCREMENT,
  `webSectionID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webPageSectionHeaderID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWebPageSectionDataHeader`
--

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

--
-- Table structure for table `twistWebPageTemplate`
--

DROP TABLE IF EXISTS `twistWebPageTemplate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWebPageTemplate` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageTemplateDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `webPageTemplateDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageTemplateDeviceDesktop` tinyint(1) NOT NULL DEFAULT '0',
  `webPageTemplateDeviceMobile` tinyint(1) NOT NULL DEFAULT '0',
  `webPageTemplateDeviceSmartPhone` tinyint(1) NOT NULL DEFAULT '0',
  `webPageTemplateDeviceTable` tinyint(1) NOT NULL DEFAULT '0',
  `webPageTemplateInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `webPageTemplateInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `webPageTemplateCode` varchar(100) NOT NULL,
  `webPageTemplateID` int(11) NOT NULL AUTO_INCREMENT,
  `webPageTemplateName` varchar(100) NOT NULL,
  `webPageTemplateNamePublic` varchar(100) NOT NULL,
  `webPageTemplateOverview` varchar(500) NOT NULL,
  `webPageTemplatePreview` varchar(4000) NOT NULL,
  `webPageTemplateSource` varchar(8000) NOT NULL,
  `webPageTemplateSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `webPageTemplateSourceFileName` varchar(100) NOT NULL,
  `webPageTemplateSourceFilePath` varchar(200) NOT NULL,
  `webPageTemplateStatusID` int(11) NOT NULL DEFAULT '0',
  `webPageTemplateTypeID` int(11) NOT NULL DEFAULT '0',
  `webPageTemplateUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `webPageTemplateUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webPageTemplateID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWebPageTemplate`
--

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

--
-- Table structure for table `twistWebTemplate`
--

DROP TABLE IF EXISTS `twistWebTemplate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWebTemplate` (
  `custom` tinyint(1) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `editorMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `insertDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `objectID` int(11) NOT NULL DEFAULT '0',
  `outputFileName` varchar(50) NOT NULL,
  `outputFilePath` varchar(100) NOT NULL,
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `source` varchar(8000) NOT NULL,
  `sourceFileName` varchar(100) NOT NULL,
  `sourceFilePath` varchar(200) NOT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'Draft',
  `templateType` varchar(15) NOT NULL,
  `twistID` int(11) NOT NULL DEFAULT '0',
  `updateDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `uploadID` int(11) NOT NULL DEFAULT '0',
  `viewerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `webTemplateCode` varchar(100) NOT NULL,
  `webTemplateID` int(11) NOT NULL AUTO_INCREMENT,
  `webTemplateName` varchar(100) NOT NULL,
  `webTemplateNamePublic` varchar(100) NOT NULL,
  `webTemplateOverview` varchar(1000) NOT NULL,
  PRIMARY KEY (`webTemplateID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWebTemplate`
--

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

--
-- Table structure for table `twistWebsite`
--

DROP TABLE IF EXISTS `twistWebsite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWebsite` (
  `dataOwnerOrganizationID` varchar(11) NOT NULL DEFAULT '0',
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `editorMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `hostingDirectory` varchar(100) NOT NULL,
  `insertDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `liveViewOK` tinyint(1) NOT NULL DEFAULT '1',
  `objectID` int(11) NOT NULL DEFAULT '0',
  `ownerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `primaryURL` varchar(100) NOT NULL,
  `updateDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `uploadOK` tinyint(1) NOT NULL DEFAULT '1',
  `viewerMemberGroupID` int(11) NOT NULL DEFAULT '0',
  `websiteCode` varchar(100) NOT NULL,
  `websiteID` int(11) NOT NULL AUTO_INCREMENT,
  `websiteName` varchar(50) NOT NULL,
  `websiteType` varchar(30) NOT NULL,
  `websiteURL` varchar(100) NOT NULL,
  PRIMARY KEY (`websiteID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWebsite`
--

LOCK TABLES `twistWebsite` WRITE;
/*!40000 ALTER TABLE `twistWebsite` DISABLE KEYS */;
INSERT INTO `twistWebsite` VALUES ('0','0000-00-00 00:00:00',0,0,'','2015-06-28 01:39:28',1,0,0,'','0000-00-00 00:00:00',1,0,'waterpreserver.twist.cloud',1,'Water Preserver','','www.waterpreserver.com');
/*!40000 ALTER TABLE `twistWebsite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `twistWebsiteSection`
--

DROP TABLE IF EXISTS `twistWebsiteSection`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWebsiteSection` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `insertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `insertedMemberID` int(11) DEFAULT '0',
  `updatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updatedMemberID` int(11) NOT NULL DEFAULT '0',
  `websiteSectionDataID` int(11) NOT NULL DEFAULT '0',
  `websiteSectionDataType` varchar(100) NOT NULL,
  `websiteSectionID` int(11) NOT NULL AUTO_INCREMENT,
  `websiteSectionName` varchar(100) NOT NULL,
  `websiteSectionStatusID` tinyint(1) NOT NULL,
  `websiteSectionTypeID` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`websiteSectionID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWebsiteSection`
--

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

--
-- Table structure for table `twistWorkflow`
--

DROP TABLE IF EXISTS `twistWorkflow`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `twistWorkflow` (
  `deletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `deletedMemberID` int(11) NOT NULL DEFAULT '0',
  `workflowAuthorMemberID` int(11) NOT NULL DEFAULT '0',
  `workflowBillingNotes` varchar(200) NOT NULL,
  `workflowBillingStatusID` int(11) NOT NULL,
  `workflowCancelledDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `workflowCancelledMemberID` tinyint(1) NOT NULL DEFAULT '0',
  `workflowCode` varchar(100) NOT NULL,
  `workflowCompletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `workflowCompletedMemberID` int(11) NOT NULL DEFAULT '0',
  `workflowcSourceFilePath` varchar(200) NOT NULL,
  `workflowCustom` tinyint(1) NOT NULL DEFAULT '0',
  `workflowDataManagerMemberID` int(11) NOT NULL DEFAULT '0',
  `workflowDataOwnerMemberID` int(11) NOT NULL DEFAULT '0',
  `workflowDataOwnerOrganizationID` int(11) NOT NULL DEFAULT '0',
  `workflowDeletedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `workflowDeletedMemberID` int(11) NOT NULL DEFAULT '0',
  `workflowDueDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `workflowEndDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `workflowID` int(11) NOT NULL AUTO_INCREMENT,
  `workflowInsertedDateTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `workflowInsertedMemberID` int(11) NOT NULL DEFAULT '0',
  `workflowName` varchar(100) NOT NULL,
  `workflowNamePublic` varchar(100) NOT NULL,
  `workflowOverview` varchar(500) NOT NULL,
  `workflowPersonal` tinyint(1) NOT NULL DEFAULT '0',
  `workflowPriorityID` int(11) NOT NULL DEFAULT '0',
  `workflowSourceFileLocal` tinyint(1) NOT NULL DEFAULT '0',
  `workflowSourceFileName` varchar(100) NOT NULL,
  `workflowStartDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `workflowStatusID` int(11) NOT NULL DEFAULT '0',
  `workflowTypeID` int(11) NOT NULL DEFAULT '0',
  `workflowUpdatedDateTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `workflowUpdatedMemberID` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`workflowID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `twistWorkflow`
--

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

--
-- Table structure for table `wpbrizy_logs`
--

DROP TABLE IF EXISTS `wpbrizy_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpbrizy_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `type` text NOT NULL,
  `message` text NOT NULL,
  `context` text NOT NULL,
  `session_id` text NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpbrizy_logs`
--

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

--
-- Table structure for table `wpcommentmeta`
--

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

--
-- Dumping data for table `wpcommentmeta`
--

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

--
-- Table structure for table `wpcomments`
--

DROP TABLE IF EXISTS `wpcomments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpcomments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8_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 utf8_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpcomments`
--

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

--
-- Table structure for table `wplayerslider`
--

DROP TABLE IF EXISTS `wplayerslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wplayerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `author` int(10) NOT NULL DEFAULT '0',
  `name` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `slug` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `data` mediumtext COLLATE utf8_unicode_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(11) NOT NULL,
  `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
  `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wplayerslider`
--

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

--
-- Table structure for table `wplinks`
--

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

--
-- Dumping data for table `wplinks`
--

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

--
-- Table structure for table `wpoptions`
--

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

--
-- Dumping data for table `wpoptions`
--

LOCK TABLES `wpoptions` WRITE;
/*!40000 ALTER TABLE `wpoptions` DISABLE KEYS */;
INSERT INTO `wpoptions` VALUES (8,'use_balanceTags','0','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(26,'comment_moderation','0','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'hack_file','0','yes'),(31,'moderation_keys','','no'),(33,'category_base','','yes'),(35,'comment_max_links','2','yes'),(37,'default_email_category','1','yes'),(38,'recently_edited','a:3:{i:0;s:136:\"/home/twist/public_html/sites/water-preserver/wordpress/wp-content/plugins/advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";i:1;s:98:\"/home/twist/public_html/sites/water-preserver/wordpress/wp-content/themes/the-core-child/style.css\";i:2;s:0:\"\";}','no'),(39,'template','the-core-parent','yes'),(40,'stylesheet','the-core-child','yes'),(44,'html_type','text/html','yes'),(47,'db_version','48748','yes'),(51,'default_link_category','2','yes'),(52,'show_on_front','page','yes'),(53,'tag_base','','yes'),(54,'show_avatars','1','yes'),(55,'avatar_rating','G','yes'),(57,'thumbnail_size_w','150','yes'),(58,'thumbnail_size_h','150','yes'),(59,'thumbnail_crop','1','yes'),(60,'medium_size_w','300','yes'),(61,'medium_size_h','300','yes'),(62,'avatar_default','mystery','yes'),(63,'large_size_w','1024','yes'),(64,'large_size_h','1024','yes'),(65,'image_default_link_type','none','yes'),(66,'image_default_size','','yes'),(67,'image_default_align','','yes'),(68,'close_comments_for_old_posts','0','yes'),(69,'close_comments_days_old','14','yes'),(70,'thread_comments','1','yes'),(71,'thread_comments_depth','5','yes'),(72,'page_comments','0','yes'),(73,'comments_per_page','50','yes'),(74,'default_comments_page','newest','yes'),(75,'comment_order','asc','yes'),(76,'sticky_posts','a:0:{}','yes'),(77,'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'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'page_for_posts','0','yes'),(83,'page_on_front','5','yes'),(84,'default_post_format','0','yes'),(85,'link_manager_enabled','0','yes'),(86,'finished_splitting_shared_terms','1','yes'),(87,'site_icon','0','yes'),(88,'medium_large_size_w','768','yes'),(89,'medium_large_size_h','0','yes'),(90,'initial_db_version','35700','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'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'),(94,'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'),(95,'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'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:7:{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:8:\"footer-1\";N;s:8:\"footer-2\";N;s:8:\"footer-3\";N;s:8:\"footer-4\";N;s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(134,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1454497004;s:4:\"data\";a:2:{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\";}}}}','yes'),(135,'current_theme','The Core Child','yes'),(136,'theme_mods_the-core-child','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(137,'theme_switched','','yes'),(139,'widget_fw_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_fw_instagram','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(141,'widget_fw_login','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_fw_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(143,'widget_fw_twitter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'fw_active_extensions','a:42:{s:8:\"sidebars\";a:0:{}s:9:\"portfolio\";a:0:{}s:10:\"shortcodes\";a:0:{}s:7:\"builder\";a:0:{}s:5:\"forms\";a:0:{}s:13:\"contact-forms\";a:0:{}s:6:\"mailer\";a:0:{}s:7:\"backups\";a:0:{}s:12:\"backups-demo\";a:0:{}s:3:\"seo\";a:0:{}s:14:\"seo-webmasters\";a:0:{}s:11:\"seo-sitemap\";a:0:{}s:16:\"seo-titles-metas\";a:0:{}s:5:\"media\";a:0:{}s:6:\"slider\";a:0:{}s:12:\"owl-carousel\";a:0:{}s:9:\"bx-slider\";a:0:{}s:11:\"nivo-slider\";a:0:{}s:18:\"image-video-slider\";a:0:{}s:11:\"fade-slider\";a:0:{}s:11:\"easy-slider\";a:0:{}s:18:\"themefuse-carousel\";a:0:{}s:13:\"reload-slider\";a:0:{}s:13:\"easy-carousel\";a:0:{}s:17:\"population-method\";a:0:{}s:23:\"population-method-posts\";a:0:{}s:24:\"population-method-custom\";a:0:{}s:28:\"population-method-categories\";a:0:{}s:22:\"population-method-tags\";a:0:{}s:6:\"events\";a:0:{}s:11:\"events-tags\";a:0:{}s:9:\"analytics\";a:0:{}s:8:\"megamenu\";a:0:{}s:6:\"social\";a:0:{}s:14:\"social-twitter\";a:0:{}s:15:\"social-facebook\";a:0:{}s:16:\"themefuse-update\";a:0:{}s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}s:4:\"blog\";a:0:{}s:12:\"page-builder\";a:0:{}s:17:\"editor-shortcodes\";a:0:{}}','yes'),(150,'fw_extensions','a:4:{s:11:\"events-tags\";a:1:{s:12:\"last_updated\";i:1666050772;}s:7:\"builder\";a:2:{s:9:\"templates\";a:1:{s:12:\"page-builder\";a:0:{}}s:17:\"templates:section\";a:1:{s:12:\"page-builder\";a:3:{s:32:\"60179dde84f939e14800e1017a85f900\";a:2:{s:5:\"title\";s:13:\"Resource Item\";s:4:\"json\";s:7876:\"{\"type\":\"section\",\"atts\":{\"section_name\":\"\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\",\"poster\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"space-md\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"0c3cae44ce46848b8a0b00e199c49dc6\",\"title\":\"Water Preserver Q & A\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"space-md\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"5bf1d466face8d61e16dac40c4250855\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Q: <strong>How can I be sure that Water Preserver<sup>TM</sup> works?</strong></p><p>A: Water Preserver™ was tested for 10 years in a scientific program of laboratory sample analysis and field-testing to ensure its effectiveness for 5-year water storage. Water Preserver™ is registered and licensed by both and federal state EPA\'s as effective for the long-term storing of water, in addition to killing bacteria, viruses, mold and fungus. Used nationwide, from homes, school districts and corporations to water districts, public utilities and major cities, <strong><em>Water Preserver™ is the #1 recommended product of emergency professionals.</em></strong></p><p>Q: <strong>What about products that don\'t have an EPA Registration Number on the label?</strong></p><p>A: <em>Any </em>product claiming to kill micro organisms in drinking water must be scientifically <em>tested</em>and <em>proven</em> to be effective. Product test data must then be evaluated and approved by the Environmental Protection Agency (EPA), which then registers <em>all </em>products of this type. <em>Be alert to products that have no EPA registration number on the label.</em></p><p>Q: <strong>What about those new \\\"oxygen\\\" type products for water storage?</strong></p><p>A: Beware; some of these products make unproven claims that range from killing bacteria to curing disease! <em>Water Preserver<sup>TM</sup> was the first and only product of its kind registered and licensed as effective for 5-year water storage.</em> Water Preserver<sup>TM</sup> is formulated specifically for water storage, and has been scientifically tested and proven in over 12 years of actual emergency water storage use. <em>Accept no substitutes</em>.</p><p>Q: <strong>How does Water Preserver<sup>TM</sup> research and testing compare with other products?</strong></p><p>A: No other product has been as extensively tested or shown to be as effective for water storage as Water Preserver™. After an exhausting evaluation, Water Preserver™ is registered and licensed by both and federal state EPA\'s as effective for the long-term storing of water, in addition to killing bacteria, viruses, mold and fungus.</p><p>Q: <strong>Why can\'t I just use common household \\\"bleach\\\" to store my drinking water?</strong></p><p>A: Common household bleach is an industrial-grade product that is not tested, approved, or recommended by the manufacturer for safe consumer use in drinking water. Water Preserver™ is manufactured with high-purity ingredients using a proprietary process to produce a highly effective form of <em>stabilized and pH-balanced S</em>odium hypochlorite. The product is safety-sealed and date-coded to insure purity and potency, and it’s g<em>uaranteed 100% effective.</em></p><p>Q:<strong> Don\'t some emergency manuals suggest using \\\"bleach\\\"?</strong></p><p>A: <strong>Don\'t be confused by this!</strong> Some sources (including the American Red Cross) recommend using \'bleach\' to disinfect questionable water in an emergency situation--when there are no other sources of safe water--<em>not for long-term water storage. </em>Avoid this dangerous situation by storing water now!</p><p>Q: <strong>What about product safety?</strong></p><p>A: <strong>Approved for Drinking Water. </strong>Water Preserver<sup>TM</sup> is manufactured from materials approved for use in drinking water. Water Preserver<sup>TM</sup> is manufactured with a multi-step process, using<em>high-purity ingredients </em>and <em>laboratory analysis to insure potency</em>.</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]}\";}s:32:\"431e42133334387efe62a765155bcf56\";a:2:{s:5:\"title\";s:10:\"5084 Bolsa\";s:4:\"json\";s:5158:\"{\"type\":\"section\",\"atts\":{\"section_name\":\"Map\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"60052ef69767885a37f1ec43789636d0\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"map\",\"atts\":{\"unique_id\":\"3adbf70973070000bfecf22efc62e81f\",\"data_provider\":{\"population_method\":\"custom\",\"custom\":{\"locations\":[{\"location\":{\"location\":\"7C\'s Safety and Environmental, Inc., 5082 Bolsa Avenue, Huntington Beach, California, Orange, 92649\",\"venue\":\"7C\'s Safety and Environmental, Inc.\",\"address\":\"5082 Bolsa Avenue\",\"city\":\"Huntington Beach\",\"state\":\"California\",\"country\":\"Orange\",\"zip\":\"92649\",\"coordinates\":{\"lat\":33.7437088,\"lng\":-118.0404014}},\"title\":\"7C\'s Safety and Environmental, Inc.\",\"description\":\"\",\"url\":\"\",\"thumb\":{\"attachment_id\":\"512\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/04/5084-bolsa-360x200.png\"}}]},\"events\":{\"events_category\":\"\"}},\"location_advanced_styling\":{\"title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"description\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"map_type\":\"roadmap\",\"map_pin\":{\"attachment_id\":\"109\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/map-pin.png\"},\"map_height\":\"475\",\"map_zoom\":15,\"map_style\":\"[{\\\"featureType\\\":\\\"administrative\\\",\\\"elementType\\\":\\\"labels.text.fill\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#444444\\\"}]},{\\\"featureType\\\":\\\"landscape\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#f2f2f2\\\"}]},{\\\"featureType\\\":\\\"poi\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"road\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":45}]},{\\\"featureType\\\":\\\"road.highway\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.arterial\\\",\\\"elementType\\\":\\\"labels.icon\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"transit\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#fdeb06\\\"},{\\\"visibility\\\":\\\"on\\\"}]}]\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]}]}\";}s:32:\"275870ce726e949947d1e392bd5502a9\";a:2:{s:5:\"title\";s:11:\"Bottom Info\";s:4:\"json\";s:11527:\"{\"type\":\"section\",\"atts\":{\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"486\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/04/family-blue-drum-640x260.png\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/04/family-blue-drum-640x260.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"63d65d0d83bb1ce00d08127efb7f03b8\",\"title\":\"(714) 848-0299\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":32,\"line-height\":40,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":19,\"line-height\":26,\"letter-spacing\":1.5,\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>7C\'s Safety and Environmental, Inc.</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>5082 Bolsa Avenue #104</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Huntington Beach, CA 92649</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"5a468a1f87b92d0b2b70cbc754b44bfb\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Fax: 714-848-0883</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Email:&nbsp;info@waterpreserver.com</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]}\";}}}}s:16:\"themefuse-update\";a:1:{s:18:\"persistent-notices\";a:0:{}}s:11:\"seo-sitemap\";a:1:{s:6:\"update\";i:1651015755;}}','no'),(151,'widget_fw_facebook_page_stream','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155,'recently_activated','a:0:{}','yes'),(157,'theme_mods_the-core-parent','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1454497499;s:4:\"data\";a:6:{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:8:\"footer-1\";N;s:8:\"footer-2\";N;s:8:\"footer-3\";N;s:8:\"footer-4\";N;}}}','yes'),(164,'revslider-update-check-short','1584036572','yes'),(165,'revslider-templates-check','1583780485','yes'),(166,'rs-templates-new','','yes'),(167,'rs-templates','a:2:{s:6:\"slider\";a:407:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:23:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:28;a:23:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:23:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:23:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:23:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:66;a:23:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:23:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:26:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:26:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:23:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:104;a:23:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:105;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:106;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:107;a:26:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:108;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:109;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:110;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:127;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:128;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:129;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:130;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:330:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:146;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:147;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:148;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:149;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:150;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:158;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:159;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:160;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:161;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:162;a:26:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:163;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:166;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:167;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:168;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:169;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:170;a:23:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:171;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:172;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:173;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:174;a:23:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:175;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:179;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:180;a:26:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:181;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:26:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:183;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:184;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:185;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:186;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:187;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:188;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:189;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:190;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:191;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:192;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:193;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:194;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:195;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:196;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:197;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:198;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:199;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:200;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:203;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:204;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:209;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:214;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:215;a:23:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:216;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:217;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:218;a:26:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:219;a:26:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:220;a:26:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:221;a:26:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:222;a:26:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:223;a:26:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:224;a:26:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:225;a:26:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:226;a:23:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:227;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:228;a:23:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:229;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:230;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:231;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:232;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:233;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:234;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:235;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:247;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:248;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:249;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:250;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:264;a:23:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:265;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:270;a:26:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:271;a:26:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:272;a:26:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:273;a:26:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:274;a:26:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:275;a:26:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:276;a:26:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:277;a:26:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:278;a:26:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:279;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:289;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:290;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:291;a:26:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:292;a:26:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:293;a:26:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:294;a:26:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:295;a:26:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:296;a:26:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:297;a:23:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:298;a:23:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:299;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:300;a:26:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:301;a:26:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:302;a:26:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:303;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:316;a:26:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:317;a:26:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:318;a:26:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:319;a:26:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:320;a:26:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:321;a:26:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:322;a:26:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:323;a:26:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:324;a:26:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:325;a:26:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:326;a:26:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:327;a:26:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:328;a:26:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:329;a:26:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:330;a:26:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:331;a:26:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:332;a:26:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:333;a:26:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:334;a:26:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:345;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:346;a:26:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:347;a:26:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:348;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:353;a:26:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:354;a:26:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:355;a:26:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:356;a:26:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:357;a:26:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:358;a:26:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:359;a:26:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:360;a:26:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:361;a:26:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:362;a:26:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:363;a:26:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:364;a:26:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:365;a:26:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:366;a:26:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:367;a:26:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:368;a:26:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:369;a:26:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:370;a:26:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:371;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:381;a:23:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"Real-Estate-Showcase-Slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"4b0ddbe1928115f4b040f6ad4a01a583\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:382;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:385;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:399;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:400;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:401;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:402;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:403;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:404;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:405;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:411;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:418;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:419;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:420;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:421;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:426;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:427;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:428;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:429;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:430;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:448:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"Real-Estate-Showcase-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}}}','yes'),(168,'revslider_checktables','1','yes'),(169,'revslider_table_version','1.0.6','yes'),(170,'revslider-global-settings','a:0:{}','yes'),(171,'ls-plugin-version','5.6.2','yes'),(172,'ls-db-version','5.0.0','yes'),(173,'ls-installed','1','yes'),(174,'ls-google-fonts','a:4:{i:0;a:2:{s:5:\"param\";s:28:\"Lato:100,300,regular,700,900\";s:5:\"admin\";b:0;}i:1;a:2:{s:5:\"param\";s:13:\"Open+Sans:300\";s:5:\"admin\";b:0;}i:2;a:2:{s:5:\"param\";s:20:\"Indie+Flower:regular\";s:5:\"admin\";b:0;}i:3;a:2:{s:5:\"param\";s:22:\"Oswald:300,regular,700\";s:5:\"admin\";b:0;}}','yes'),(175,'ls-date-installed','1454497593','yes'),(177,'revslider_update_version','5.1.1','yes'),(178,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(179,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(180,'fw_theme_google_fonts_list','a:6:{s:4:\"Arvo\";a:2:{s:9:\"variation\";a:1:{s:7:\"regular\";s:7:\"regular\";}s:6:\"subset\";a:1:{s:5:\"latin\";s:5:\"latin\";}}s:4:\"Hind\";a:2:{s:9:\"variation\";a:3:{s:7:\"regular\";s:7:\"regular\";i:300;s:3:\"300\";i:500;s:3:\"500\";}s:6:\"subset\";a:1:{s:10:\"devanagari\";s:10:\"devanagari\";}}s:3:\"NTR\";a:2:{s:9:\"variation\";a:1:{s:7:\"regular\";s:7:\"regular\";}s:6:\"subset\";a:1:{s:5:\"latin\";s:5:\"latin\";}}s:10:\"Montserrat\";a:2:{s:9:\"variation\";a:1:{s:7:\"regular\";s:7:\"regular\";}s:6:\"subset\";a:1:{s:5:\"latin\";s:5:\"latin\";}}s:17:\"Quattrocento Sans\";a:2:{s:9:\"variation\";a:1:{i:700;s:3:\"700\";}s:6:\"subset\";a:1:{s:5:\"latin\";s:5:\"latin\";}}s:12:\"Merriweather\";a:2:{s:9:\"variation\";a:1:{i:700;s:3:\"700\";}s:6:\"subset\";a:1:{s:5:\"latin\";s:5:\"latin\";}}}','yes'),(183,'revslider-valid-notice','false','yes');
INSERT INTO `wpoptions` VALUES (187,'fw_google_fonts','a:2:{s:11:\"last_update\";i:1665453658;s:5:\"fonts\";s:1110301:\"{\n  \"kind\": \"webfonts#webfontList\",\n  \"items\": [\n    {\n      \"family\": \"ABeeZee\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN6tKukbcHCpE.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/abeezee/v22/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Abel\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE6VhLPJp6qGI.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Abhaya Libre\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"sinhala\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/abhayalibre/v13/e3tmeuGtX-Co5MNzeAOqinEge0PWovdU4w.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/abhayalibre/v13/e3t5euGtX-Co5MNzeAOqinEYj2ryqtxI6oYtBA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/abhayalibre/v13/e3t5euGtX-Co5MNzeAOqinEYo23yqtxI6oYtBA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/abhayalibre/v13/e3t5euGtX-Co5MNzeAOqinEYx2zyqtxI6oYtBA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/abhayalibre/v13/e3t5euGtX-Co5MNzeAOqinEY22_yqtxI6oYtBA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Aboreto\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/aboreto/v2/5DCXAKLhwDDQ4N8blKTeA2yuxSY.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Abril Fatface\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/abrilfatface/v19/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Abyssinica SIL\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"ethiopic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/abyssinicasil/v1/oY1H8ezOqK7iI3rK_45WKoc8J6UZBFOVAXuI.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Aclonica\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/aclonica/v18/K2FyfZJVlfNNSEBXGb7TCI6oBjLz.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Acme\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/acme/v18/RrQfboBx-C5_bx3Lb23lzLk.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Actor\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO3ekXygtUMIO.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Adamina\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/adamina/v21/j8_r6-DH1bjoc-dwu-reETl4Bno.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Advent Pro\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"greek\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/adventpro/v18/V8mCoQfxVT4Dvddr_yOwjVmtLZxcBtItFw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/adventpro/v18/V8mDoQfxVT4Dvddr_yOwjfWMDbZyCts0DqQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/adventpro/v18/V8mDoQfxVT4Dvddr_yOwjZGPDbZyCts0DqQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/adventpro/v18/V8mAoQfxVT4Dvddr_yOwtT2nKb5ZFtI.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/adventpro/v18/V8mDoQfxVT4Dvddr_yOwjcmODbZyCts0DqQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/adventpro/v18/V8mDoQfxVT4Dvddr_yOwjeWJDbZyCts0DqQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/adventpro/v18/V8mDoQfxVT4Dvddr_yOwjYGIDbZyCts0DqQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Aguafina Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/aguafinascript/v16/If2QXTv_ZzSxGIO30LemWEOmt1bHqs4pgicOrg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Akaya Kanadaka\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"kannada\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/akayakanadaka/v16/N0bM2S5CPO5oOQqvazoRRb-8-PfRS5VBBSSF.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Akaya Telivigala\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"telugu\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/akayatelivigala/v22/lJwc-oo_iG9wXqU3rCTD395tp0uifdLdsIH0YH8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Akronim\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/akronim/v23/fdN-9sqWtWZZlHRp-gBxkFYN-a8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Akshar\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/akshar/v5/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSSgFy9CY94XsnPc.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/akshar/v5/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSXYFy9CY94XsnPc.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/akshar/v5/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSUQFy9CY94XsnPc.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/akshar/v5/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSagCy9CY94XsnPc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/akshar/v5/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSZECy9CY94XsnPc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Aladin\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/aladin/v18/ZgNSjPJFPrvJV5f16Sf4pGT2Ng.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alata\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alata/v9/PbytFmztEwbIofe6xKcRQEOX.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alatsi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alatsi/v9/TK3iWkUJAxQ2nLNGHjUHte5fKg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Albert Sans\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5L_rI32TxAj1g.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5P_rI32TxAj1g.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSH9ZP_rI32TxAj1g.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_rI32TxAj1g.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHmZP_rI32TxAj1g.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_rI32TxAj1g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHTJT_rI32TxAj1g.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5T_rI32TxAj1g.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHApT_rI32TxAj1g.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX7ofybRUz1r5t.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX74fybRUz1r5t.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9BJ74fybRUz1r5t.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX74fybRUz1r5t.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Al74fybRUz1r5t.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9DJ6IfybRUz1r5t.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Dw6IfybRUz1r5t.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX6IfybRUz1r5t.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9C-6IfybRUz1r5t.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Aldrich\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/aldrich/v17/MCoTzAn-1s3IGyJMZaAS3pP5H_E.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alef\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alef/v21/FeVfS0NQpLYgrjJbC5FxxbU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/alef/v21/FeVQS0NQpLYglo50L5la2bxii28.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alegreya\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v29\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hUI_KCisSGVrw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGxBUI_KCisSGVrw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGKBII_KCisSGVrw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGERII_KCisSGVrw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGdhII_KCisSGVrw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGXxII_KCisSGVrw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbgv6qmkySFr9V9.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbSv6qmkySFr9V9.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlY-uKqmkySFr9V9.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlYHuKqmkySFr9V9.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZguKqmkySFr9V9.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZJuKqmkySFr9V9.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alegreya SC\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alegreyasc/v22/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/alegreyasc/v22/taiMGmRtCJ62-O0HhNEa-Z6q2ZUbbKe_DGs.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/alegreyasc/v22/taiTGmRtCJ62-O0HhNEa-ZZc-rUxQqu2FXKD.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/alegreyasc/v22/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK-UEGKDBz4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/alegreyasc/v22/taiTGmRtCJ62-O0HhNEa-ZYU_LUxQqu2FXKD.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/alegreyasc/v22/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK-UEGKDBz4.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/alegreyasc/v22/taiTGmRtCJ62-O0HhNEa-ZYI_7UxQqu2FXKD.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/alegreyasc/v22/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK-UEGKDBz4.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/alegreyasc/v22/taiTGmRtCJ62-O0HhNEa-ZYs_rUxQqu2FXKD.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/alegreyasc/v22/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK-UEGKDBz4.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alegreya Sans\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/alegreyasans/v21/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alegreya Sans SC\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g5FPYtmMg.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRBH452Mvds.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iRrMYJ_K-4.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNaB6O-51OA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g5FPYtmMg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iRrMYJ_K-4.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNaB6O-51OA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iRrMYJ_K-4.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNaB6O-51OA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iRrMYJ_K-4.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNaB6O-51OA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iRrMYJ_K-4.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNaB6O-51OA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Aleo\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/aleo/v11/c4mg1nF8G8_syKbr9DVDno985KM.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/aleo/v11/c4mi1nF8G8_swAjxeDdJmq159KOnWA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/aleo/v11/c4mv1nF8G8_s8ArD0D1ogoY.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/aleo/v11/c4mh1nF8G8_swAjJ1B9tkoZl_Q.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/aleo/v11/c4mg1nF8G8_syLbs9DVDno985KM.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/aleo/v11/c4mi1nF8G8_swAjxaDBJmq159KOnWA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alex Brush\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alexbrush/v20/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alfa Slab One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alfaslabone/v17/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alice\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6FcJpA_chzJ0.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alike\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alike/v20/HI_EiYEYI6BIoEjBSZXAQ4-d.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alike Angular\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alikeangular/v20/3qTrojWunjGQtEBlIcwMbSoI3kM6bB7FKjE.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alkalami\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alkalami/v1/zOL_4pfDmqRL95WXi5eLw8BMuvhH.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Allan\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/allan/v20/ea8XadU7WuTxEtb2P9SF8nZE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/allan/v20/ea8aadU7WuTxEu5KEPCN2WpNgEKU.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Allerta\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/allerta/v18/TwMO-IAHRlkbx940UnEdSQqO5uY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Allerta Stencil\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/allertastencil/v18/HTx0L209KT-LmIE9N7OR6eiycOeF-zz313DuvQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Allison\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/allison/v9/X7nl4b88AP2nkbvZOCaQ4MTgAgk.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Allura\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/allura/v18/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Almarai\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"arabic\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS_anhnicoq72sXg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/almarai/v12/tsstApxBaigK_hnnc1qPonC3vqc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS-aghnicoq72sXg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS_qjhnicoq72sXg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Almendra\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/almendra/v22/H4ckBXKAlMnTn0CskyY6wr-wg763.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/almendra/v22/H4ciBXKAlMnTn0CskxY4yLuShq63czE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/almendra/v22/H4cjBXKAlMnTn0Cskx6G7Zu4qKK-aihq.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/almendra/v22/H4chBXKAlMnTn0CskxY48Ae9oqacbzhqDtg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Almendra Display\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/almendradisplay/v25/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS_eTyer338.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Almendra SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/almendrasc/v25/Iure6Yx284eebowr7hbyTZZJprVA4XQ0.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alumni Sans\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO5QqFsJ3C8qng.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uO9QqFsJ3C8qng.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Zu9QqFsJ3C8qng.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO9QqFsJ3C8qng.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Cu9QqFsJ3C8qng.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd95uhQqFsJ3C8qng.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd93-hQqFsJ3C8qng.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uOhQqFsJ3C8qng.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9kehQqFsJ3C8qng.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky46lEN_io6npfB.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw461EN_io6npfB.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kzm61EN_io6npfB.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky461EN_io6npfB.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KyK61EN_io6npfB.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxm7FEN_io6npfB.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxf7FEN_io6npfB.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw47FEN_io6npfB.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KwR7FEN_io6npfB.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alumni Sans Collegiate One\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alumnisanscollegiateone/v2/MQpB-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhjdayDiPw2ta.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/alumnisanscollegiateone/v2/MQpD-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhgdYwjytxntaDFU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alumni Sans Inline One\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alumnisansinlineone/v2/RrQBbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpD3AZcr7xbYw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/alumnisansinlineone/v2/RrQDbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpP3ITdpz0fYxcrQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Alumni Sans Pinstripe\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/alumnisanspinstripe/v1/ZgNNjOFFPq_AUJD1umyS30W-Xub8zD1ObhezYrVIpcDA5w.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/alumnisanspinstripe/v1/ZgNDjOFFPq_AUJD1umyS30W-Xub8zD1ObheDYL9Mh8XQ5_cY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Amarante\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/amarante/v22/xMQXuF1KTa6EvGx9bq-3C3rAmD-b.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Amaranth\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zPnCF9GqwnzW.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/amaranth/v18/KtkoALODe433f0j1zMnAHdWIx2zWD4I.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/amaranth/v18/KtkpALODe433f0j1zMF-OPWi6WDfFpuc.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/amaranth/v18/KtkrALODe433f0j1zMnAJWmn42T9E4ucRY8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Amatic SC\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/amaticsc/v24/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/amaticsc/v24/TUZ3zwprpvBS1izr_vOMscG6eb8D3WTy-A.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Amethysta\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/amethysta/v16/rP2Fp2K15kgb_F3ibfWIGDWCBl0O8Q.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Amiko\",\n      \"variants\": [\n        \"regular\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/amiko/v12/WwkQxPq1DFK04tqlc17MMZgJ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/amiko/v12/WwkdxPq1DFK04uJ9XXrEGoQAUco5.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/amiko/v12/WwkdxPq1DFK04uIZXHrEGoQAUco5.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Amiri\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/amiri/v24/J7aRnpd8CGxBHqUpvrIw74NL.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/amiri/v24/J7afnpd8CGxBHpUrtLYS6pNLAjk.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/amiri/v24/J7acnpd8CGxBHp2VkZY4xJ9CGyAa.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/amiri/v24/J7aanpd8CGxBHpUrjAo9zptgHjAavCA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Amiri Quran\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-14\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/amiriquran/v7/_Xmo-Hk0rD6DbUL4_vH8Zq5t7Cycsu-2.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Amita\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/amita/v16/HhyaU5si9Om7PQlvAfSKEZZL.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/amita/v16/HhyXU5si9Om7PTHTLtCCOopCTKkI.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anaheim\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/anaheim/v14/8vII7w042Wp87g4G0UTUEE5eK_w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Andada Pro\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/andadapro/v12/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DPJBY8cFLzvIt2S.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/andadapro/v12/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DP7BY8cFLzvIt2S.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/andadapro/v12/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMXAo8cFLzvIt2S.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/andadapro/v12/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMuAo8cFLzvIt2S.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/andadapro/v12/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DNJAo8cFLzvIt2S.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/andadapro/v12/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRmdfHrjNJ82Stjw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/andadapro/v12/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRlVfHrjNJ82Stjw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/andadapro/v12/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRrlYHrjNJ82Stjw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/andadapro/v12/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRoBYHrjNJ82Stjw.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/andadapro/v12/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRudYHrjNJ82Stjw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Andika\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/andika/v22/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/andika/v22/mem9Ya6iyW-Lwqgwb7YVeLkWVNBt.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/andika/v22/mem8Ya6iyW-Lwqg40ZM1UpcaXcl0Aw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/andika/v22/mem6Ya6iyW-Lwqgwb46pV50ef8xkA76a.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anek Bangla\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"bengali\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9YIocg56yyvt0.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9ZIocg56yyvt0.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfjFZIocg56yyvt0.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9ZIocg56yyvt0.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofl1ZIocg56yyvt0.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfrFeIocg56yyvt0.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfoheIocg56yyvt0.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9eIocg56yyvt0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anek Devanagari\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtk-9nFk0LjZ7E.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtku9nFk0LjZ7E.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLCzku9nFk0LjZ7E.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtku9nFk0LjZ7E.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDfku9nFk0LjZ7E.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAzle9nFk0LjZ7E.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAKle9nFk0LjZ7E.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtle9nFk0LjZ7E.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anek Gujarati\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5G7w0KgB7Lm7g.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5C7w0KgB7Lm7g.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0SZC7w0KgB7Lm7g.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5C7w0KgB7Lm7g.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0JZC7w0KgB7Lm7g.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0yZe7w0KgB7Lm7g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-08Je7w0KgB7Lm7g.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5e7w0KgB7Lm7g.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anek Gurmukhi\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"gurmukhi\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5ppXK41H6DjbA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95tpXK41H6DjbA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbKZtpXK41H6DjbA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5tpXK41H6DjbA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbRZtpXK41H6DjbA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbqZxpXK41H6DjbA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbkJxpXK41H6DjbA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95xpXK41H6DjbA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anek Kannada\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"kannada\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEAukVReA1oef.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDEQukVReA1oef.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dEdEQukVReA1oef.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEQukVReA1oef.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFxEQukVReA1oef.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGdFgukVReA1oef.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGkFgukVReA1oef.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDFgukVReA1oef.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anek Latin\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7EZKdClWL3kgw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7AZKdClWL3kgw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuGbAZKdClWL3kgw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7AZKdClWL3kgw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PudbAZKdClWL3kgw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PumbcZKdClWL3kgw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuoLcZKdClWL3kgw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7cZKdClWL3kgw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anek Malayalam\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"malayalam\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu_HMr5PDO71Qs.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu-HMr5PDO71Qs.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUcW-HMr5PDO71Qs.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu-HMr5PDO71Qs.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUam-HMr5PDO71Qs.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUUW5HMr5PDO71Qs.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUXy5HMr5PDO71Qs.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu5HMr5PDO71Qs.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anek Odia\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"oriya\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZf63mXZAtm_es.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZfq3mXZAtm_es.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnnHfq3mXZAtm_es.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZfq3mXZAtm_es.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmrfq3mXZAtm_es.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnlHea3mXZAtm_es.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnl-ea3mXZAtm_es.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZea3mXZAtm_es.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anek Tamil\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQiZ6q4v4oegjOQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwid6q4v4oegjOQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNHCd6q4v4oegjOQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQid6q4v4oegjOQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNcCd6q4v4oegjOQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNnCB6q4v4oegjOQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNpSB6q4v4oegjOQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwiB6q4v4oegjOQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anek Telugu\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"telugu\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y-_oE2G2ep10_8.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136--oE2G2ep10_8.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i133G-oE2G2ep10_8.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y--oE2G2ep10_8.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13x2-oE2G2ep10_8.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13_G5oE2G2ep10_8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i138i5oE2G2ep10_8.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136-5oE2G2ep10_8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Angkor\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v28\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/angkor/v28/H4cmBXyAlsPdnlb-8iw-4Lqggw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Annie Use Your Telescope\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/annieuseyourtelescope/v18/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlDfB3UUVZA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anonymous Pro\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/anonymouspro/v21/rP2Bp2a15UIB7Un-bOeISG3pLlw89CH98Ko.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/anonymouspro/v21/rP2fp2a15UIB7Un-bOeISG3pHl428AP44Kqr2Q.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anonymouspro/v21/rP2cp2a15UIB7Un-bOeISG3pFuAT0CnW7KOywKo.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/anonymouspro/v21/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6IG30KqB9Q.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Antic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/antic/v19/TuGfUVB8XY5DRaZLodgzydtk.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Antic Didone\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/anticdidone/v16/RWmPoKKX6u8sp8fIWdnDKqDiqYsGBGBzCw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Antic Slab\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/anticslab/v16/bWt97fPFfRzkCa9Jlp6IWcJWXW5p5Qo.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anton\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/anton/v23/1Ptgg87LROyAm0K08i4gS7lu.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Antonio\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8BtIY2DwSXlM.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVzx8RtIY2DwSXlM.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVwv8RtIY2DwSXlM.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8RtIY2DwSXlM.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxD8RtIY2DwSXlM.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyv9htIY2DwSXlM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyW9htIY2DwSXlM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Anybody\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12HPrsXD_nBPpQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2DPrsXD_nBPpQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JiWDPrsXD_nBPpQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12DPrsXD_nBPpQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J5WDPrsXD_nBPpQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JCWfPrsXD_nBPpQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JMGfPrsXD_nBPpQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2fPrsXD_nBPpQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JfmfPrsXD_nBPpQ.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7M_H3HVfpcHY.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn7c_H3HVfpcHY.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyN57c_H3HVfpcHY.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7c_H3HVfpcHY.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMV7c_H3HVfpcHY.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyP56s_H3HVfpcHY.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyPA6s_H3HVfpcHY.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn6s_H3HVfpcHY.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOO6s_H3HVfpcHY.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Arapey\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/arapey/v16/-W__XJn-UDDA2RC6Z9AcZkIzeg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/arapey/v16/-W_9XJn-UDDA2RCKZdoYREcjeo0k.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Arbutus\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/arbutus/v24/NaPYcZ7dG_5J3poob9JtryO8fMU.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Arbutus Slab\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/arbutusslab/v16/oY1Z8e7OuLXkJGbXtr5ba7ZVa68dJlaFAQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Architects Daughter\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/architectsdaughter/v18/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY5q4szgE-Q.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Archivo\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJp8B1oJ0vyVQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDNp8B1oJ0vyVQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTajNp8B1oJ0vyVQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp8B1oJ0vyVQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTBjNp8B1oJ0vyVQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT6jRp8B1oJ0vyVQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT0zRp8B1oJ0vyVQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDRp8B1oJ0vyVQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTnTRp8B1oJ0vyVQ.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBshdsBU7iVdxQ.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABsxdsBU7iVdxQ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HDfsxdsBU7iVdxQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBsxdsBU7iVdxQ.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCzsxdsBU7iVdxQ.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBftBdsBU7iVdxQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBmtBdsBU7iVdxQ.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABtBdsBU7iVdxQ.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HAotBdsBU7iVdxQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Archivo Black\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/archivoblack/v17/HTxqL289NzCGg4MzN6KJ7eW6OYuP_x7yx3A.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Archivo Narrow\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/archivonarrow/v24/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFGKpHOtFCQ76Q.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/archivonarrow/v24/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvHlGKpHOtFCQ76Q.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/archivonarrow/v24/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhv8laKpHOtFCQ76Q.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/archivonarrow/v24/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvy1aKpHOtFCQ76Q.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/archivonarrow/v24/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJi53mpNiEr6T6Y.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/archivonarrow/v24/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJQ53mpNiEr6T6Y.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/archivonarrow/v24/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BK84HmpNiEr6T6Y.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/archivonarrow/v24/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BKF4HmpNiEr6T6Y.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Are You Serious\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/areyouserious/v10/ll8kK2GVSSr-PtjQ5nONVcNn4306hT9nCGRayg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Aref Ruqaa\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/arefruqaa/v23/WwkbxPW1E165rajQKDulEIAiVNo5xNY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/arefruqaa/v23/WwkYxPW1E165rajQKDulKDwNcNIS2N_7Bdk.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Aref Ruqaa Ink\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-14\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/arefruqaaink/v5/1q2fY5WOGUFlt84GTOkP6Kdx72ThVIGpgnxL.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/arefruqaaink/v5/1q2cY5WOGUFlt84GTOkP6Kdx71xde6WhqWBCyxWn.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Arima\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"malayalam\",\n        \"tamil\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTE-pQGOyYw2fw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX14TA-pQGOyYw2fw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1PzA-pQGOyYw2fw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTA-pQGOyYw2fw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1UzA-pQGOyYw2fw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1vzc-pQGOyYw2fw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1hjc-pQGOyYw2fw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Arima Madurai\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/arimamadurai/v14/t5t4IRoeKYORG0WNMgnC3seB1V3PqrGCch4Drg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1fHuipusfhcat2c.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZXtipusfhcat2c.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB7TnFrpOHYh4.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1c3sipusfhcat2c.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1YXqipusfhcat2c.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1Znpipusfhcat2c.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1b3oipusfhcat2c.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Arimo\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBxDAVQI4aA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk338xsBxDAVQI4aA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk3M8tsBxDAVQI4aA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsBxDAVQI4aA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-ERBrEdwcoaKww.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-2RBrEdwcoaKww.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9aQxrEdwcoaKww.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9jQxrEdwcoaKww.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Arizonia\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/arizonia/v19/neIIzCemt4A5qa7mv6WGHK06UY30.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Armata\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/armata/v19/gokvH63_HV5jQ-E9lD53Q2u_mQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Arsenal\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/arsenal/v12/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/arsenal/v12/wXKpE3kQtZQ4pF3D513cBc4ulXYrtA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/arsenal/v12/wXKuE3kQtZQ4pF3D7-P5JeQAmX8yrdk.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/arsenal/v12/wXKsE3kQtZQ4pF3D513kueEKnV03vdnKjw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Artifika\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/artifika/v20/VEMyRoxzronptCuxu6Wt5jDtreOL.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Arvo\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/arvo/v20/tDbD2oWUg0MKmSAa7Lzr7vs.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/arvo/v20/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/arvo/v20/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/arvo/v20/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Arya\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/arya/v19/ga6CawNG-HJd9Ub1-beqdFE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/arya/v19/ga6NawNG-HJdzfra3b-BaFg3dRE.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Asap\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/asap/v24/KFO9CniXp96a4Tc2EZzSuDAoKsE61qhOUX-8AEEe.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/asap/v24/KFO9CniXp96a4Tc2EZzSuDAoKsEI1qhOUX-8AEEe.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/asap/v24/KFO9CniXp96a4Tc2EZzSuDAoKsHk0ahOUX-8AEEe.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/asap/v24/KFO9CniXp96a4Tc2EZzSuDAoKsHd0ahOUX-8AEEe.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/asap/v24/KFO7CniXp96ayz4E7kS706qGLdTylUANW3ueBVEeezU.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/asap/v24/KFO7CniXp96ayz4E7kS706qGLdTylXINW3ueBVEeezU.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/asap/v24/KFO7CniXp96ayz4E7kS706qGLdTylZ4KW3ueBVEeezU.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/asap/v24/KFO7CniXp96ayz4E7kS706qGLdTylacKW3ueBVEeezU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Asap Condensed\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/asapcondensed/v15/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/asapcondensed/v15/pxifypY1o9NHyXh3WvSbGSggdOeJaElurmapvvM.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/asapcondensed/v15/pxieypY1o9NHyXh3WvSbGSggdO9_S2lEgGqgp-pO.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/asapcondensed/v15/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him6CovpOkXA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/asapcondensed/v15/pxieypY1o9NHyXh3WvSbGSggdO9TTGlEgGqgp-pO.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/asapcondensed/v15/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim6CovpOkXA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/asapcondensed/v15/pxieypY1o9NHyXh3WvSbGSggdO83TWlEgGqgp-pO.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/asapcondensed/v15/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim6CovpOkXA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Asar\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/asar/v22/sZlLdRyI6TBIXkYQDLlTW6E.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Asset\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/asset/v24/SLXGc1na-mM4cWImRJqExst1.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Assistant\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZnEGGf3qGuvM4.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtrhnEGGf3qGuvM4.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGGf3qGuvM4.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGGf3qGuvM4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtgFgEGGf3qGuvM4.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZgEGGf3qGuvM4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Astloch\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/astloch/v26/TuGRUVJ8QI5GSeUjq9wRzMtkH1Q.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/astloch/v26/TuGUUVJ8QI5GSeUjk2A-6MNPA10xLMQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Asul\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/asul/v19/VuJ-dNjKxYr46fMFXK78JIg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/asul/v19/VuJxdNjKxYr40U8qeKbXOIFneRo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Athiti\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAxDNyAv2-C99ycg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAoDByAv2-C99ycg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/athiti/v12/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wA-DFyAv2-C99ycg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wA1DZyAv2-C99ycg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAsDdyAv2-C99ycg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Atkinson Hyperlegible\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/atkinsonhyperlegible/v10/9Bt23C1KxNDXMspQ1lPyU89-1h6ONRlW45GE5ZgpewSSbQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/atkinsonhyperlegible/v10/9Bt43C1KxNDXMspQ1lPyU89-1h6ONRlW45G055ItWQGCbUWn.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/atkinsonhyperlegible/v10/9Bt73C1KxNDXMspQ1lPyU89-1h6ONRlW45G8WbcNcy-OZFy-FA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/atkinsonhyperlegible/v10/9Bt93C1KxNDXMspQ1lPyU89-1h6ONRlW45G056qRdiWKRlmuFH24.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Atma\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"bengali\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/atma/v15/uK_z4rqWc-Eoo8JzKjc9PvedRkM.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/atma/v15/uK_84rqWc-Eom25bDj8WIv4.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/atma/v15/uK_z4rqWc-Eoo5pyKjc9PvedRkM.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/atma/v15/uK_z4rqWc-Eoo7Z1Kjc9PvedRkM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/atma/v15/uK_z4rqWc-Eoo9J0Kjc9PvedRkM.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Atomic Age\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/atomicage/v27/f0Xz0eug6sdmRFkYZZGL58Ht9a8GYeA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Aubrey\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v28\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/aubrey/v28/q5uGsou7NPBw-p7vugNsCxVEgA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Audiowide\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/audiowide/v16/l7gdbjpo0cum0ckerWCtkQXPExpQBw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Autour One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/autourone/v24/UqyVK80cP25l3fJgbdfbk5lWVscxdKE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Average\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/average/v16/fC1hPYBHe23MxA7rIeJwVWytTyk.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Average Sans\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/averagesans/v16/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Averia Gruesa Libre\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/averiagruesalibre/v22/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmmJw0SLRA8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Averia Libre\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEarovtb07t-pQgTw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp2JEwT4Sk.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/averialibre/v16/2V0aKIcMGZEnV6xygz7eNjEiAqPJZ2Xx8w.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/averialibre/v16/2V0EKIcMGZEnV6xygz7eNjESAKnNRWDh8405.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEavoztb07t-pQgTw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp2JEwT4Sk.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Averia Sans Libre\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQJZP1LmD9.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5fXK3D9qtg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJGIMYDo_8.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc6C5_8N3k.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQJZP1LmD9.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5fXK3D9qtg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Averia Serif Libre\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwacqdrKvbQ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60uVLe_bXHq.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQGOyYw2fw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK64kmf6u2.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwacqdrKvbQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0uVLe_bXHq.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Azeret Mono\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPRh0raa-5s3AA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPVh0raa-5s3AA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfwvVh0raa-5s3AA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh0raa-5s3AA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfrvVh0raa-5s3AA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfQvJh0raa-5s3AA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfe_Jh0raa-5s3AA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPJh0raa-5s3AA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfNfJh0raa-5s3AA.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkLye2Z4nAN7J.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJkbye2Z4nAN7J.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLbXkbye2Z4nAN7J.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkbye2Z4nAN7J.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLa7kbye2Z4nAN7J.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZXlrye2Z4nAN7J.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZulrye2Z4nAN7J.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJlrye2Z4nAN7J.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYglrye2Z4nAN7J.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"B612\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/b612/v12/3JnySDDxiSz32jm4GDigUXw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/b612/v12/3Jn8SDDxiSz36juyHBqlQXwdVw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/b612/v12/3Jn9SDDxiSz34oWXPDCLTXUETuE.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/b612/v12/3Jn_SDDxiSz36juKoDWBSVcBXuFb0Q.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"B612 Mono\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/b612mono/v12/kmK_Zq85QVWbN1eW6lJl1wTcquRTtg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/b612mono/v12/kmK5Zq85QVWbN1eW6lJV1Q7YiOFDtqtf.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/b612mono/v12/kmK6Zq85QVWbN1eW6lJdayv4os9Pv7JGSg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/b612mono/v12/kmKkZq85QVWbN1eW6lJV1TZkp8VLnbdWSg4x.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"BIZ UDGothic\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek-ext\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bizudgothic/v6/daafSTouBF7RUjnbt8p3LuKttQN98z_MbQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bizudgothic/v6/daaASTouBF7RUjnbt8p3LuKVCSxZ-xTQZMhbaA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"BIZ UDMincho\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek-ext\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bizudmincho/v6/EJRRQgI6eOxFjBdKs38yhtW1dwT7rcpY8Q.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"BIZ UDPGothic\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek-ext\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bizudpgothic/v6/hES36X5pHAIBjmS84VL0Bue83nUMQWkMUAk.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bizudpgothic/v6/hESq6X5pHAIBjmS84VL0Bue85skjZWEnTABCSQo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"BIZ UDPMincho\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek-ext\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bizudpmincho/v6/ypvfbXOBrmYppy7oWWTg1_58nhhYtUb0gZk.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Babylonica\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/babylonica/v2/5aUw9_i2qxWVCAE2aHjTqDJ0-VVMoEw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bad Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/badscript/v16/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bahiana\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bahiana/v19/uU9PCBUV4YenPWJU7xPb3vyHmlI.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bahianita\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bahianita/v17/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bai Jamjuree\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0kePuk5A1-yiSgA.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpox2S2CgOva.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa09eDuk5A1-yiSgA.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pikZox2S2CgOva.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIrapSCOBt_aeQQ7ftydoa8W8LOub458jGL.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0reHuk5A1-yiSgA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJox2S2CgOva.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0gebuk5A1-yiSgA.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5ox2S2CgOva.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa05efuk5A1-yiSgA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pylpox2S2CgOva.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bakbak One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bakbakone/v6/zOL54pXAl6RI-p_ardnuycRuv-hHkOs.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ballet\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ballet/v21/QGYyz_MYZA-HM4NjuGOVnUEXme1I4Xi3C4G-EiAou6Y.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baloo 2\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdgazapv9Fat7WcN.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdgozapv9Fat7WcN.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdjEyqpv9Fat7WcN.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdj9yqpv9Fat7WcN.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdiayqpv9Fat7WcN.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baloo Bhai 2\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/baloobhai2/v19/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNighMXeCo-jsZzo.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/baloobhai2/v19/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNhohMXeCo-jsZzo.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/baloobhai2/v19/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNvYmMXeCo-jsZzo.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/baloobhai2/v19/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNs8mMXeCo-jsZzo.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/baloobhai2/v19/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNqgmMXeCo-jsZzo.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baloo Bhaijaan 2\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/baloobhaijaan2/v12/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyRSqP4L4ppfcyC.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/baloobhaijaan2/v12/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyjSqP4L4ppfcyC.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/baloobhaijaan2/v12/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TxPTaP4L4ppfcyC.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/baloobhaijaan2/v12/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8Tx2TaP4L4ppfcyC.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/baloobhaijaan2/v12/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TwRTaP4L4ppfcyC.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baloo Bhaina 2\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"oriya\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/baloobhaina2/v20/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEssPvRfRLYWmZSA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/baloobhaina2/v20/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEgMPvRfRLYWmZSA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/baloobhaina2/v20/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEbMTvRfRLYWmZSA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/baloobhaina2/v20/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEVcTvRfRLYWmZSA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/baloobhaina2/v20/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEMsTvRfRLYWmZSA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baloo Chettan 2\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"malayalam\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/baloochettan2/v14/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CeKTO1oeH9xI2gc.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/baloochettan2/v14/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CdCTO1oeH9xI2gc.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/baloochettan2/v14/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CTyUO1oeH9xI2gc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/baloochettan2/v14/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CQWUO1oeH9xI2gc.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/baloochettan2/v14/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CWKUO1oeH9xI2gc.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baloo Da 2\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"bengali\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsTNe55aRa7UE.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjA5sTNe55aRa7UE.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDVtjNe55aRa7UE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDstjNe55aRa7UE.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjCLtjNe55aRa7UE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baloo Paaji 2\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"gurmukhi\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX74fybRUz1r5t.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Al74fybRUz1r5t.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9DJ6IfybRUz1r5t.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Dw6IfybRUz1r5t.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9CX6IfybRUz1r5t.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baloo Tamma 2\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"kannada\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/balootamma2/v13/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMscPp-0IF71SGC5.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/balootamma2/v13/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMsuPp-0IF71SGC5.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/balootamma2/v13/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMvCOZ-0IF71SGC5.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/balootamma2/v13/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMv7OZ-0IF71SGC5.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/balootamma2/v13/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMucOZ-0IF71SGC5.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baloo Tammudu 2\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"telugu\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/balootammudu2/v20/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jf8e4c6PZSlGmAA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/balootammudu2/v20/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jc0e4c6PZSlGmAA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/balootammudu2/v20/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JSEZ4c6PZSlGmAA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/balootammudu2/v20/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JRgZ4c6PZSlGmAA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/balootammudu2/v20/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JX8Z4c6PZSlGmAA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baloo Thambi 2\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIzaQRG_n4osQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbK_8IzaQRG_n4osQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKE8UzaQRG_n4osQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKKsUzaQRG_n4osQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKTcUzaQRG_n4osQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Balsamiq Sans\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/balsamiqsans/v10/P5sEzZiAbNrN8SB3lQQX7Pnc8dkdIYdNHzs.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/balsamiqsans/v10/P5sazZiAbNrN8SB3lQQX7PncwdsXJaVIDzvcXA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/balsamiqsans/v10/P5sZzZiAbNrN8SB3lQQX7PncyWUyBY9mAzLFRQI.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/balsamiqsans/v10/P5sfzZiAbNrN8SB3lQQX7PncwdsvmYpsBxDAVQI4aA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Balthazar\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/balthazar/v17/d6lKkaajS8Gm4CVQjFEvyRTo39l8hw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bangers\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bangers/v20/FeVQS0BTqb0h60ACL5la2bxii28.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Barlow\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/barlow/v12/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Barlow Condensed\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT31vytKgbaw.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2lq0La6JN.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvIMHYrtUxg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3HcuKECcrs.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvIMHYrtUxg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT31vytKgbaw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3HcuKECcrs.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvIMHYrtUxg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvIMHYrtUxg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvIMHYrtUxg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3HcuKECcrs.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvIMHYrtUxg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3HcuKECcrs.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvIMHYrtUxg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Barlow Semi Condensed\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEsKh5SPZWs.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAGEki52WfA.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsgqZiGfHK5.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAGEki52WfA.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsgqZiGfHK5.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqvKk8ogoSP.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAGEki52WfA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sgqZiGfHK5.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAGEki52WfA.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsgqZiGfHK5.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAGEki52WfA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsgqZiGfHK5.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAGEki52WfA.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsgqZiGfHK5.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAGEki52WfA.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sgqZiGfHK5.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Barriecito\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/barriecito/v17/WWXXlj-CbBOSLY2QTuY_KdUiYwTO0MU.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Barrio\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/barrio/v19/wEO8EBXBk8hBIDiEdQYhWdsX1Q.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Basic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/basic/v17/xfu_0WLxV2_XKQN34lDVyR7D.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baskervville\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/baskervville/v13/YA9Ur0yU4l_XOrogbkun3kQgt5OohvbJ9A.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/baskervville/v13/YA9Kr0yU4l_XOrogbkun3kQQtZmspPPZ9Mlt.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Battambang\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/battambang/v24/uk-kEGe7raEw-HjkzZabNhGp5w50_o9T7Q.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNtmLxyRa8oZK9I0.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/battambang/v24/uk-mEGe7raEw-HjkzZabDnWj4yxx7o8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNsmMxyRa8oZK9I0.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNvGOxyRa8oZK9I0.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Baumans\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/baumans/v17/-W_-XJj9QyTd3QfpR_oyaksqY5Q.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bayon\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v29\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bayon/v29/9XUrlJNmn0LPFl-pOhYEd2NJ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Be Vietnam Pro\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVNSTAyLFyeg_IDWvOJmVES_HRUBX8YYbAiah8.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVLSTAyLFyeg_IDWvOJmVES_HwyPRsSZZIneh-waA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HT4JF8yT7wrcwap.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPbczRbgJdhapcUU.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HScJ18yT7wrcwap.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPdMwRbgJdhapcUU.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVPSTAyLFyeg_IDWvOJmVES_EwwD3s6ZKAi.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVNSTAyLFyeg_IDWvOJmVES_HwyBX8YYbAiah8.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl8yT7wrcwap.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPYsxRbgJdhapcUU.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HToIV8yT7wrcwap.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPac2RbgJdhapcUU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HSMIF8yT7wrcwap.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPcM3RbgJdhapcUU.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HSQI18yT7wrcwap.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPd80RbgJdhapcUU.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HS0Il8yT7wrcwap.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPfs1RbgJdhapcUU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Beau Rivage\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/beaurivage/v2/UcCi3FIgIG2bH4mMNWJUlmg3NZp8K2sL.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bebas Neue\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bebasneue/v9/JTUSjIg69CK48gW7PXooxW5rygbi49c.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Belgrano\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/belgrano/v18/55xvey5tM9rwKWrJZcMFirl08KDJ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bellefair\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bellefair/v14/kJExBuYY6AAuhiXUxG19__A2pOdvDA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Belleza\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/belleza/v17/0nkoC9_pNeMfhX4BtcbyawzruP8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bellota\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAID55kGMViblPtXs.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjHGEfjZtKpXulTQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/bellota/v16/MwQ2bhXl3_qEpiwAGJJRtGs-lbA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/bellota/v16/MwQ0bhXl3_qEpiwAKJBbsEk7hbBWrA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAIC5-kGMViblPtXs.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjDGYfjZtKpXulTQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bellota Text\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/bellotatext/v16/0FlMVP2VnlWS4f3-UE9hHXM5VfsqfQXwQy6yxg.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/bellotatext/v16/0FlOVP2VnlWS4f3-UE9hHXMx--Gmfw_0YSuixmYK.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/bellotatext/v16/0FlTVP2VnlWS4f3-UE9hHXMB-dMOdS7sSg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/bellotatext/v16/0FlNVP2VnlWS4f3-UE9hHXMx-9kKVyv8Sjer.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bellotatext/v16/0FlMVP2VnlWS4f3-UE9hHXM5RfwqfQXwQy6yxg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/bellotatext/v16/0FlOVP2VnlWS4f3-UE9hHXMx--G2eA_0YSuixmYK.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"BenchNine\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT--tRhWa8q0v8ag.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosrV8N1jU2gog.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT6-xRhWa8q0v8ag.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Benne\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"kannada\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/benne/v22/L0xzDFAhn18E6Vjxlt6qTDBN.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bentham\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bentham/v18/VdGeAZQPEpYfmHglKWw7CJaK_y4.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Berkshire Swash\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/berkshireswash/v16/ptRRTi-cavZOGqCvnNJDl5m5XmNPrcQybX4pQA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Besley\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fbbBSdRoFPOl8-E.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fYTBSdRoFPOl8-E.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fWjGSdRoFPOl8-E.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fVHGSdRoFPOl8-E.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fTbGSdRoFPOl8-E.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fR_GSdRoFPOl8-E.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CoZdiENGg4-E04A.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Ck5diENGg4-E04A.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Cf5BiENGg4-E04A.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CRpBiENGg4-E04A.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CIZBiENGg4-E04A.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CCJBiENGg4-E04A.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Beth Ellen\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-04-20\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bethellen/v17/WwkbxPW2BE-3rb_JNT-qEIAiVNo5xNY.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bevan\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bevan/v20/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/bevan/v20/4iCt6KZ0a9NXjG8YWC7Zs0SJD4U.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"BhuTuka Expanded One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"gurmukhi\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bhutukaexpandedone/v2/SLXXc0jZ4WUJcClHTtv0t7IaDRsBsWRiJCyX8pg_RVH1.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Big Shoulders Display\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY86JF46SRP4yZQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ87JF46SRP4yZQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YddE7JF46SRP4yZQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY87JF46SRP4yZQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0Ydb07JF46SRP4yZQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdVE8JF46SRP4yZQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdWg8JF46SRP4yZQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ88JF46SRP4yZQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdSY8JF46SRP4yZQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Big Shoulders Inline Display\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBEnR5yPc2Huux.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0lBE3R5yPc2Huux.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0mfE3R5yPc2Huux.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBE3R5yPc2Huux.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nzE3R5yPc2Huux.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0kfFHR5yPc2Huux.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0kmFHR5yPc2Huux.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0lBFHR5yPc2Huux.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0loFHR5yPc2Huux.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Big Shoulders Inline Text\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0yqGN7Y6Jsc8c.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgY0y6GN7Y6Jsc8c.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgbqy6GN7Y6Jsc8c.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0y6GN7Y6Jsc8c.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgaGy6GN7Y6Jsc8c.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgZqzKGN7Y6Jsc8c.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgZTzKGN7Y6Jsc8c.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgY0zKGN7Y6Jsc8c.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgYdzKGN7Y6Jsc8c.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Big Shoulders Stencil Display\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0nPKHznJucP9w.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_u0jPKHznJucP9w.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_ZUjPKHznJucP9w.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0jPKHznJucP9w.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_CUjPKHznJucP9w.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_5U_PKHznJucP9w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_3E_PKHznJucP9w.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_u0_PKHznJucP9w.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_kk_PKHznJucP9w.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Big Shoulders Stencil Text\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04XIGS_Py_AWbQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRU4TIGS_Py_AWbQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRjYTIGS_Py_AWbQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04TIGS_Py_AWbQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR4YTIGS_Py_AWbQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRDYPIGS_Py_AWbQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRNIPIGS_Py_AWbQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRU4PIGS_Py_AWbQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGReoPIGS_Py_AWbQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Big Shoulders Text\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-r3TIPNl6P2pc.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Q-q3TIPNl6P2pc.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3dGq3TIPNl6P2pc.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-q3TIPNl6P2pc.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3b2q3TIPNl6P2pc.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3VGt3TIPNl6P2pc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Wit3TIPNl6P2pc.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Q-t3TIPNl6P2pc.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Sat3TIPNl6P2pc.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bigelow Rules\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bigelowrules/v23/RrQWboly8iR_I3KWSzeRuN0zT4cCH8WAJVk.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bigshot One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bigshotone/v25/u-470qukhRkkO6BD_7cM_gxuUQJBXv_-.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bilbo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bilbo/v20/o-0EIpgpwWwZ210hpIRz4wxE.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bilbo Swash Caps\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bilboswashcaps/v22/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAPopiRfKp8.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"BioRhyme\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/biorhyme/v12/1cX3aULHBpDMsHYW_ESOjnGAq8Sk1PoH.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/biorhyme/v12/1cX3aULHBpDMsHYW_ETqjXGAq8Sk1PoH.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/biorhyme/v12/1cXwaULHBpDMsHYW_HxGpVWIgNit.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/biorhyme/v12/1cX3aULHBpDMsHYW_ET6inGAq8Sk1PoH.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/biorhyme/v12/1cX3aULHBpDMsHYW_ETmiXGAq8Sk1PoH.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"BioRhyme Expanded\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v19/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSHSdTXrb_z.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v19/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSHSdTXrb_z.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v19/i7dQIE1zZzytGswgU577CDY9LjbffySURXCPYsje.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v19/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSHSdTXrb_z.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/biorhymeexpanded/v19/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSHSdTXrb_z.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Birthstone\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/birthstone/v10/8AtsGs2xO4yLRhy87sv_HLn5jRfZHzM.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Birthstone Bounce\",\n      \"variants\": [\n        \"regular\",\n        \"500\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/birthstonebounce/v9/ga6XaxZF43lIvTWrktHOTBJZGH7dEeVJGIMYDo_8.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/birthstonebounce/v9/ga6SaxZF43lIvTWrktHOTBJZGH7dEd29MacQJZP1LmD9.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Biryani\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddYQyGTBSU-J-RxQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddeAxGTBSU-J-RxQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/biryani/v13/hv-WlzNxIFoO84YdTUwZPTh5T-s.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddZQ3GTBSU-J-RxQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddfA2GTBSU-J-RxQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84Yddew1GTBSU-J-RxQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84Yddcg0GTBSU-J-RxQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bitter\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v28\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeCL_EXFh2reU.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfCL_EXFh2reU.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfCL_EXFh2reU.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL_EXFh2reU.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfCL_EXFh2reU.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYCL_EXFh2reU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYCL_EXFh2reU.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCL_EXFh2reU.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YCL_EXFh2reU.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4P3OWHpzveWxBw.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPzOWHpzveWxBw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cvvzOWHpzveWxBw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWHpzveWxBw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c0vzOWHpzveWxBw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cPvvOWHpzveWxBw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOWHpzveWxBw.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPvOWHpzveWxBw.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cSfvOWHpzveWxBw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Black And White Picture\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/blackandwhitepicture/v22/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5HbcMi-yWY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Black Han Sans\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/blackhansans/v15/ea8Aad44WunzF9a-dL6toA8r8nqVIXSkH-Hc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Black Ops One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/blackopsone/v20/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Blaka\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/blaka/v3/8vIG7w8722p_6kdr20D2FV5e.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Blaka Hollow\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/blakahollow/v3/MCoUzAL91sjRE2FsKsxUtezYB9oFyW_-oA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Blaka Ink\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-14\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/blakaink/v5/AlZy_zVVtpj22Znag2chdXf4XB0Tow.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Blinker\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/blinker/v12/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/blinker/v12/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bodoni Moda\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7awIBytVjMYwE.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oXzawIBytVjMYwE.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oZDdwIBytVjMYwE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oandwIBytVjMYwE.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oc7dwIBytVjMYwE.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oefdwIBytVjMYwE.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZKMN4sXrJcwHqoQ.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZGsN4sXrJcwHqoQ.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZ9sR4sXrJcwHqoQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZz8R4sXrJcwHqoQ.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZqMR4sXrJcwHqoQ.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZgcR4sXrJcwHqoQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bokor\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v30\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bokor/v30/m8JcjfpeeaqTiR2WdInbcaxE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bona Nova\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bonanova/v10/B50NF7ZCpX7fcHfvIUBJi6hqHK-CLA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/bonanova/v10/B50LF7ZCpX7fcHfvIUB5iaJuPqqSLJYf.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/bonanova/v10/B50IF7ZCpX7fcHfvIUBxN4dOFISeJY8GgQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bonbon\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bonbon/v26/0FlVVPeVlFec4ee_cDEAbQY5-A.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bonheur Royale\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bonheurroyale/v9/c4m51nt_GMTrtX-b9GcG4-YRmYK_c0f1N5Ij.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Boogaloo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/boogaloo/v19/kmK-Zq45GAvOdnaW6x1F_SrQo_1K.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bowlby One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bowlbyone/v19/taiPGmVuC4y96PFeqp8smo6C_Z0wcK4.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bowlby One SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bowlbyonesc/v19/DtVlJxerQqQm37tzN3wMug9Pzgj8owhNjuE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Brawler\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/brawler/v19/xn7gYHE3xXewAscGsgC7S9XdZN8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/brawler/v19/xn7lYHE3xXewAscGiryUb932eNaPfk8.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bree Serif\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluAx63j5pN1MwI.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Brygada 1918\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/brygada1918/v21/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y2-f-V8Wu5O3gbo.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/brygada1918/v21/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y12f-V8Wu5O3gbo.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/brygada1918/v21/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y7GY-V8Wu5O3gbo.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/brygada1918/v21/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y4iY-V8Wu5O3gbo.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/brygada1918/v21/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcERwcv7GykboaLg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/brygada1918/v21/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcIxwcv7GykboaLg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/brygada1918/v21/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfczxscv7GykboaLg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/brygada1918/v21/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfc9hscv7GykboaLg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bubblegum Sans\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bubblegumsans/v16/AYCSpXb_Z9EORv1M5QTjEzMEtdaHzoPPb7R4.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bubbler One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bubblerone/v20/f0Xy0eqj68ppQV9KBLmAouHH26MPePkt.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Buda\",\n      \"variants\": [\n        \"300\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/buda/v25/GFDqWAN8mnyIJSSrG7UBr7pZKA0.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Buenard\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/buenard/v17/OD5DuM6Cyma8FnnsPzf9qGi9HL4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/buenard/v17/OD5GuM6Cyma8FnnsB4vSjGCWALepwss.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bungee\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bungee/v11/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bungee Hairline\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bungeehairline/v18/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bungee Inline\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bungeeinline/v11/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bungee Outline\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bungeeoutline/v18/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bungee Shade\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bungeeshade/v11/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Bungee Spice\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-14\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/bungeespice/v8/nwpTtK2nIhxE0q-IwgSpZBqCzyI-aMPF7Q.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Butcherman\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/butcherman/v24/2EbiL-thF0loflXUBOdb1zWzq_5uT84.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Butterfly Kids\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/butterflykids/v21/ll8lK2CWTjuqAsXDqlnIbMNs5S4arxFrAX1D.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cabin\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cabin/v26/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EL7Gvxm7rE_s.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cabin/v26/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkW-EL7Gvxm7rE_s.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cabin/v26/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkYODL7Gvxm7rE_s.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cabin/v26/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDL7Gvxm7rE_s.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/cabin/v26/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHx_KlwkzuA_u1Bg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/cabin/v26/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXH9fKlwkzuA_u1Bg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/cabin/v26/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHGfWlwkzuA_u1Bg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/cabin/v26/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHIPWlwkzuA_u1Bg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cabin Condensed\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cabincondensed/v19/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cabincondensed/v19/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97F15-K1oqQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cabincondensed/v19/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97F15-K1oqQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cabincondensed/v19/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97F15-K1oqQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cabin Sketch\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cabinsketch/v19/QGYpz_kZZAGCONcK2A4bGOjMn9JM6fnuKg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cabinsketch/v19/QGY2z_kZZAGCONcK2A4bGOj0I_1o4dLyI4CMFw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Caesar Dressing\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/caesardressing/v21/yYLx0hLa3vawqtwdswbotmK4vrR3cbb6LZttyg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cagliostro\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cagliostro/v21/ZgNWjP5HM73BV5amnX-TjGXEM4COoE4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cairo\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5l2WgsQSaT0J0vRQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lB2gsQSaT0J0vRQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgsQSaT0J0vRQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5la2gsQSaT0J0vRQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lh28sQSaT0J0vRQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lvm8sQSaT0J0vRQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5l2W8sQSaT0J0vRQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5l8G8sQSaT0J0vRQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cairo Play\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-14\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnYq9yXa8GvzaA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1zHYq9yXa8GvzaA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1knYq9yXa8GvzaA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1oHYq9yXa8GvzaA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1THEq9yXa8GvzaA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1dXEq9yXa8GvzaA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnEq9yXa8GvzaA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1O3Eq9yXa8GvzaA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Caladea\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/caladea/v7/kJEzBugZ7AAjhybUjR93-9IztOc.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/caladea/v7/kJExBugZ7AAjhybUvR19__A2pOdvDA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/caladea/v7/kJE2BugZ7AAjhybUtaNY39oYqO52FZ0.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/caladea/v7/kJE0BugZ7AAjhybUvR1FQ98SrMxzBZ2lDA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Calistoga\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/calistoga/v10/6NUU8F2OJg6MeR7l4e0vtMYAwdRZfw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Calligraffitti\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/calligraffitti/v19/46k2lbT3XjDVqJw3DCmCFjE0vnFZM5ZBpYN-.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cambay\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cambay/v12/SLXJc1rY6H0_ZDsGbrSIz9JsaA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/cambay/v12/SLXLc1rY6H0_ZDs2bL6M7dd8aGZk.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cambay/v12/SLXKc1rY6H0_ZDs-0pusx_lwYX99kA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/cambay/v12/SLXMc1rY6H0_ZDs2bIYwwvN0Q3ptkDMN.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cambo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cambo/v14/IFSqHeNEk8FJk416ok7xkPm8.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Candal\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/candal/v15/XoHn2YH6T7-t_8cNAR4Jt9Yxlw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cantarell\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cantarell/v15/B50NF7ZDq37KMUvlO01Ji6hqHK-CLA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/cantarell/v15/B50LF7ZDq37KMUvlO015iaJuPqqSLJYf.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cantarell/v15/B50IF7ZDq37KMUvlO01xN4dOFISeJY8GgQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/cantarell/v15/B50WF7ZDq37KMUvlO015iZrSEY6aB4oWgWHB.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cantata One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cantataone/v15/PlI5Fl60Nb5obNzNe2jslVxEt8CwfGaD.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cantora One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cantoraone/v17/gyB4hws1JdgnKy56GB_JX6zdZ4vZVbgZ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Capriola\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/capriola/v13/wXKoE3YSppcvo1PDln_8L-AinG8y.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Caramel\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/caramel/v7/P5sCzZKBbMTf_ShyxCRuiZ-uydg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Carattere\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/carattere/v7/4iCv6Kp1b9dXlgt_CkvTt2aMH4V_gg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cardo\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cardo/v19/wlp_gwjKBV1pqiv_1oAZ2H5O.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/cardo/v19/wlpxgwjKBV1pqhv93IQ73W5OcCk.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cardo/v19/wlpygwjKBV1pqhND-aQR82JHaTBX.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Carme\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/carme/v16/ptRHTiWdbvZIDOjGxLNrxfbZ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Carrois Gothic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/carroisgothic/v16/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD3i7ajcJ-.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Carrois Gothic SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/carroisgothicsc/v15/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28nNHabY4dN.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Carter One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/carterone/v17/q5uCsoe5IOB2-pXv9UcNIxR2hYxREMs.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Castoro\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/castoro/v18/1q2GY5yMCld3-O4cHYhEzOYenEU.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/castoro/v18/1q2EY5yMCld3-O4cLYpOyMQbjEX5fw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Catamaran\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjc1anXuluiLyw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPjd1anXuluiLyw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPCbd1anXuluiLyw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd1anXuluiLyw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPErd1anXuluiLyw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPKba1anXuluiLyw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPJ_a1anXuluiLyw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPja1anXuluiLyw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPNHa1anXuluiLyw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Caudex\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/caudex/v15/esDQ311QOP6BJUrIyviAnb4eEw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/caudex/v15/esDS311QOP6BJUr4yPKEv7sOE4in.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/caudex/v15/esDT311QOP6BJUrwdteklZUCGpG-GQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/caudex/v15/esDV311QOP6BJUr4yMo4kJ8GOJSuGdLB.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Caveat\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/caveat/v17/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9SIKjYBxPigs.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/caveat/v17/WnznHAc5bAfYB2QRah7pcpNvOx-pjcB9SIKjYBxPigs.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/caveat/v17/WnznHAc5bAfYB2QRah7pcpNvOx-pjSx6SIKjYBxPigs.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/caveat/v17/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6SIKjYBxPigs.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Caveat Brush\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/caveatbrush/v11/EYq0maZfwr9S9-ETZc3fKXtMW7mT03pdQw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cedarville Cursive\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cedarvillecursive/v17/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJbBxw8BeTg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ceviche One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cevicheone/v16/gyB4hws1IcA6JzR-GB_JX6zdZ4vZVbgZ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chakra Petch\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/chakrapetch/v9/cIflMapbsEk7TDLdtEz1BwkeNIhFQJXE3AY00g.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/chakrapetch/v9/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_A_gMk0izH.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/chakrapetch/v9/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/chakrapetch/v9/cIfkMapbsEk7TDLdtEz1BwkWmqplarvI1R8t.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/chakrapetch/v9/cIflMapbsEk7TDLdtEz1BwkebIlFQJXE3AY00g.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/chakrapetch/v9/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_A_gMk0izH.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/chakrapetch/v9/cIflMapbsEk7TDLdtEz1BwkeQI5FQJXE3AY00g.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/chakrapetch/v9/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_A_gMk0izH.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/chakrapetch/v9/cIflMapbsEk7TDLdtEz1BwkeJI9FQJXE3AY00g.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/chakrapetch/v9/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_A_gMk0izH.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Changa\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZy2xQjDp9htf1ZM.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ_OxQjDp9htf1ZM.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xQjDp9htf1ZM.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ5-xQjDp9htf1ZM.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ3O2QjDp9htf1ZM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ0q2QjDp9htf1ZM.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZy22QjDp9htf1ZM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Changa One\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/changaone/v18/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/changaone/v18/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chango\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/chango/v21/2V0cKI0OB5U7WaJyz324TFUaAw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Charis SIL\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/charissil/v1/oPWK_kV3l-s-Q8govXvKrPrmYjZ2Xn0.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/charissil/v1/oPWI_kV3l-s-Q8govXvKnPjsZhRzTn2Ozw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/charissil/v1/oPWJ_kV3l-s-Q8govXvKlEbJRj5dQnSX1ko.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/charissil/v1/oPWX_kV3l-s-Q8govXvKnPjU2jtXRlaSxkrMCQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Charm\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/charm/v10/7cHmv4oii5K0MeYvIe804WIo.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/charm/v10/7cHrv4oii5K0Md6TDss8yn4hnCci.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Charmonman\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/charmonman/v18/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/charmonman/v18/MjQAmiR3vP_nuxDv47jiYC2HmL9K9OhmGnY.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chathura\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/chathura/v20/_gP91R7-rzUuVjim42dEq0SbTvZyuDo.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42eMiWSxYPp7oSNy.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/chathura/v20/_gP71R7-rzUuVjim418goUC5S-Zy.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42ecjmSxYPp7oSNy.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42eAjWSxYPp7oSNy.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chau Philomene One\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/chauphilomeneone/v15/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnIx7QMISdQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/chauphilomeneone/v15/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_YscCdXQB.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chela One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/chelaone/v21/6ae-4KC7Uqgdz_JZdPIy31vWNTMwoQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chelsea Market\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/chelseamarket/v13/BCawqZsHqfr89WNP_IApC8tzKBhlLA4uKkWk.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chenla\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/chenla/v25/SZc43FDpIKu8WZ9eXxfonUPL6Q.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cherish\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cherish/v7/ll88K2mXUyqsDsTN5iDCI6IJjg8.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cherry Cream Soda\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cherrycreamsoda/v21/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6Cd47DJ7G.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cherry Swash\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cherryswash/v18/i7dNIFByZjaNAMxtZcnfAy58QHi-EwWMbg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cherryswash/v18/i7dSIFByZjaNAMxtZcnfAy5E_FeaGy6QZ3WfYg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chewy\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/chewy/v18/uK_94ruUb-k-wk5xIDMfO-ed.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chicle\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/chicle/v21/lJwG-pw9i2dqU-BDyWKuobYSxw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chilanka\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"malayalam\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/chilanka/v18/WWXRlj2DZQiMJYaYRrJQI9EAZhTO.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chivo\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/chivo/v17/va9F4kzIxd1KFrjDY8Z_uqzGQC_-.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/chivo/v17/va9D4kzIxd1KFrBteUp9sKjkRT_-bF0.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/chivo/v17/va9I4kzIxd1KFoBvS-J3kbDP.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/chivo/v17/va9G4kzIxd1KFrBtQeZVlKDPWTY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/chivo/v17/va9F4kzIxd1KFrjTZMZ_uqzGQC_-.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/chivo/v17/va9D4kzIxd1KFrBteVp6sKjkRT_-bF0.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/chivo/v17/va9F4kzIxd1KFrjrZsZ_uqzGQC_-.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/chivo/v17/va9D4kzIxd1KFrBteWJ4sKjkRT_-bF0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Chonburi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/chonburi/v10/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cinzel\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTYrvDE5ZdqU.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-uTnTYrvDE5ZdqU.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-gjgTYrvDE5ZdqU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTYrvDE5ZdqU.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-lbgTYrvDE5ZdqU.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-n_gTYrvDE5ZdqU.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cinzel Decorative\",\n      \"variants\": [\n        \"regular\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cinzeldecorative/v14/daaCSScvJGqLYhG8nNt8KPPswUAPnh7URs1LaCyC.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cinzeldecorative/v14/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelDQzCLlQXE.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/cinzeldecorative/v14/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lDQzCLlQXE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Clicker Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/clickerscript/v13/raxkHiKPvt8CMH6ZWP8PdlEq72rY2zqUKafv.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Coda\",\n      \"variants\": [\n        \"regular\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8JUIMapaN39I.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/coda/v21/SLXIc1jY5nQ8HeIgTp6mw9t1cX8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Coda Caption\",\n      \"variants\": [\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"800\": \"http://fonts.gstatic.com/s/codacaption/v19/ieVm2YRII2GMY7SyXSoDRiQGqcx6x_-fACIgaw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Codystar\",\n      \"variants\": [\n        \"300\",\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/codystar/v15/FwZf7-Q1xVk-40qxOuYsyuyrj0e29bfC.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/codystar/v15/FwZY7-Q1xVk-40qxOt6A4sijpFu_.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Coiny\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PXwbElSvO5Tc.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Combo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/combo/v21/BXRlvF3Jh_fIhg0iBu9y8Hf0.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Comfortaa\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v40\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Comforter\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/comforter/v5/H4clBXOCl8nQnlaql3Qa6JG8iqeuag.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Comforter Brush\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/comforterbrush/v5/Y4GTYa1xVSggrfzZI5WMjxRaOz0jwLL9Th8YYA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Comic Neue\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_wHLwpteLwtHJlc.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RTplUKylCNlcw_Q.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/comicneue/v8/4UaHrEJDsxBrF37olUeDx63j5pN1MwI.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/comicneue/v8/4UaFrEJDsxBrF37olUeD96_p4rFwIwJePw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_xHMwpteLwtHJlc.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RXp5UKylCNlcw_Q.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Coming Soon\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/comingsoon/v19/qWcuB6mzpYL7AJ2VfdQR1u-SUjjzsykh.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Commissioner\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Ni-IO9pOXuRoaY.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Fi_IO9pOXuRoaY.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Ia_IO9pOXuRoaY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Ni_IO9pOXuRoaY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Oq_IO9pOXuRoaY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Aa4IO9pOXuRoaY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5D-4IO9pOXuRoaY.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Fi4IO9pOXuRoaY.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5HG4IO9pOXuRoaY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Concert One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/concertone/v17/VEM1Ro9xs5PjtzCu-srDqRTlhv-CuVAQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Condiment\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/condiment/v20/pONk1hggFNmwvXALyH6Sq4n4o1vyCQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Content\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"khmer\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/content/v24/zrfl0HLayePhU_AwUaDyIiL0RCg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/content/v24/zrfg0HLayePhU_AwaRzdBirfWCHvkAI.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Contrail One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/contrailone/v15/eLGbP-j_JA-kG0_Zo51noafdZUvt_c092w.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Convergence\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/convergence/v15/rax5HiePvdgXPmmMHcIPYRhasU7Q8Cad.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cookie\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cookie/v17/syky-y18lb0tSbfNlQCT9tPdpw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Copse\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/copse/v15/11hPGpDKz1rGb0djHkihUb-A.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Corben\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/corben/v19/LYjDdGzzklQtCMp9oAlEpVs3VQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/corben/v19/LYjAdGzzklQtCMpFHCZgrXArXN7HWQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Corinthia\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/corinthia/v9/wEO_EBrAnchaJyPMHE0FUfAL3EsHiA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/corinthia/v9/wEO6EBrAnchaJyPMHE097d8v1GAbgbLXQA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cormorant\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFk9TQ7Rg7A2uwYs.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTQ7Rg7A2uwYs.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFiNTQ7Rg7A2uwYs.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFs9UQ7Rg7A2uwYs.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFvZUQ7Rg7A2uwYs.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/cormorant/v18/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQ9fdq6C-r0YvxdA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/cormorant/v18/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQq_dq6C-r0YvxdA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/cormorant/v18/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQmfdq6C-r0YvxdA.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/cormorant/v18/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQdfBq6C-r0YvxdA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/cormorant/v18/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQTPBq6C-r0YvxdA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cormorant Garamond\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQWJ5heb_w.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-NxBKL_y94.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3bmX5slCNuHLi8bLeY9MK7whWMhyjornFLsS6V7w.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtPkyuF7w6C.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQWJ5heb_w.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-NxBKL_y94.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQWJ5heb_w.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-NxBKL_y94.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQWJ5heb_w.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-NxBKL_y94.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cormorant Infant\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DMrQqcdJrk.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhRoUYNrn_Ig.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyPU44g9vKiM1sORYSiWeAsLN993_Af2DsAXq4.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyJU44g9vKiM1sORYSiWeAsLN997_IV3BkFTq4EPw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DMrQqcdJrk.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhRoUYNrn_Ig.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DMrQqcdJrk.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchRoUYNrn_Ig.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DMrQqcdJrk.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhRoUYNrn_Ig.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cormorant SC\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/cormorantsc/v17/0ybmGD4kxqXBmOVLG30OGwsmABIU_R3y8DOWGA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/cormorantsc/v17/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cormorantsc/v17/0ybmGD4kxqXBmOVLG30OGwsmWBMU_R3y8DOWGA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cormorantsc/v17/0ybmGD4kxqXBmOVLG30OGwsmdBQU_R3y8DOWGA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cormorantsc/v17/0ybmGD4kxqXBmOVLG30OGwsmEBUU_R3y8DOWGA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cormorant Unicase\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv7Gy0DRzS.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/cormorantunicase/v24/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv7Gy0DRzS.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv7Gy0DRzS.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv7Gy0DRzS.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cormorant Upright\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDsU9X6RPzQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/cormorantupright/v18/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDsU9X6RPzQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDsU9X6RPzQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDsU9X6RPzQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Courgette\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/courgette/v13/wEO_EBrAnc9BLjLQAUkFUfAL3EsHiA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Courier Prime\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/courierprime/v7/u-450q2lgwslOqpF_6gQ8kELWwZjW-_-tvg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/courierprime/v7/u-4n0q2lgwslOqpF_6gQ8kELawRpX837pvjxPA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/courierprime/v7/u-4k0q2lgwslOqpF_6gQ8kELY7pMf-fVqvHoJXw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/courierprime/v7/u-4i0q2lgwslOqpF_6gQ8kELawRR4-LfrtPtNXyeAg.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cousine\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cousine/v25/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/cousine/v25/d6lKkaiiRdih4SpP_SEvyRTo39l8hw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cousine/v25/d6lNkaiiRdih4SpP9Z8K6T7G09BlnmQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/cousine/v25/d6lPkaiiRdih4SpP_SEXdTvM1_JgjmRpOA.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Coustard\",\n      \"variants\": [\n        \"regular\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/coustard/v16/3XFpErgg3YsZ5fqUU9UPvWXuROTd.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/coustard/v16/3XFuErgg3YsZ5fqUU-2LkEHmb_jU3eRL.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Covered By Your Grace\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/coveredbyyourgrace/v15/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0FgItq6bFIg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Crafty Girls\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/craftygirls/v16/va9B4kXI39VaDdlPJo8N_NvuQR37fF3Wlg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Creepster\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/creepster/v13/AlZy_zVUqJz4yMrniH4hdXf4XB0Tow.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Crete Round\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/creteround/v14/55xoey1sJNPjPiv1ZZZrxJ1827zAKnxN.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/creteround/v14/55xqey1sJNPjPiv1ZZZrxK1-0bjiL2xNhKc.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Crimson Pro\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTm18OJE_VNWoyQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZkG18OJE_VNWoyQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OJE_VNWoyQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZ_G18OJE_VNWoyQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZEGp8OJE_VNWoyQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8OJE_VNWoyQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTmp8OJE_VNWoyQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZZ2p8OJE_VNWoyQ.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4Ue5s7dtC4yZNE.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi7Ke5s7dtC4yZNE.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s7dtC4yZNE.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6me5s7dtC4yZNE.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5KfJs7dtC4yZNE.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs7dtC4yZNE.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4UfJs7dtC4yZNE.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi49fJs7dtC4yZNE.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Crimson Text\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/crimsontext/v19/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Croissant One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/croissantone/v20/3y9n6bU9bTPg4m8NDy3Kq24UM3pqn5cdJ-4.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Crushed\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/crushed/v25/U9Mc6dym6WXImTlFT1kfuIqyLzA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cuprum\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cuprum/v20/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6ZjzSJjQjgnU.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/cuprum/v20/dg45_pLmvrkcOkBnKsOzXyGWTBcmg9f6ZjzSJjQjgnU.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/cuprum/v20/dg45_pLmvrkcOkBnKsOzXyGWTBcmgzv9ZjzSJjQjgnU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/cuprum/v20/dg45_pLmvrkcOkBnKsOzXyGWTBcmgwL9ZjzSJjQjgnU.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/cuprum/v20/dg47_pLmvrkcOkBNI_FMh0j91rkhli25jn_YIhYmknUPEA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/cuprum/v20/dg47_pLmvrkcOkBNI_FMh0j91rkhli25vH_YIhYmknUPEA.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/cuprum/v20/dg47_pLmvrkcOkBNI_FMh0j91rkhli25UHjYIhYmknUPEA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/cuprum/v20/dg47_pLmvrkcOkBNI_FMh0j91rkhli25aXjYIhYmknUPEA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cute Font\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cutefont/v20/Noaw6Uny2oWPbSHMrY6vmJNVNC9hkw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cutive\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cutive/v17/NaPZcZ_fHOhV3Ip7T_hDoyqlZQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Cutive Mono\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/cutivemono/v14/m8JWjfRfY7WVjVi2E-K9H5RFRG-K3Mud.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"DM Mono\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/dmmono/v10/aFTR7PB1QTsUX8KYvrGyIYSnbKX9Rlk.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/dmmono/v10/aFTT7PB1QTsUX8KYth-orYataIf4VllXuA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/dmmono/v10/aFTU7PB1QTsUX8KYhh2aBYyMcKw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/dmmono/v10/aFTW7PB1QTsUX8KYth-QAa6JYKzkXw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/dmmono/v10/aFTR7PB1QTsUX8KYvumzIYSnbKX9Rlk.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/dmmono/v10/aFTT7PB1QTsUX8KYth-o9YetaIf4VllXuA.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"DM Sans\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dmsans/v11/rP2Hp2ywxg089UriOZSCHBeHFl0.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/dmsans/v11/rP2Fp2ywxg089UriCZaIGDWCBl0O8Q.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriAWCrOB-sClQX6Cg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/dmsans/v11/rP2Ap2ywxg089UriCZaw7BymDnYS-Cjk6Q.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriASitOB-sClQX6Cg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/dmsans/v11/rP2Ap2ywxg089UriCZawpBqmDnYS-Cjk6Q.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"DM Serif Display\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dmserifdisplay/v10/-nFnOHM81r4j6k0gjAW3mujVU2B2K_d709jy92k.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/dmserifdisplay/v10/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1_r352np3Q.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"DM Serif Text\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dmseriftext/v10/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/dmseriftext/v10/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Damion\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/damion/v14/hv-XlzJ3KEUe_YZUbWY3MTFgVg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dancing Script\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dancingscript/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTeB9ptDqpw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/dancingscript/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTeB9ptDqpw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/dancingscript/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTeB9ptDqpw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/dancingscript/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTeB9ptDqpw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dangrek\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dangrek/v26/LYjCdG30nEgoH8E2gCNqqVIuTN4.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Darker Grotesque\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVoxr2AW8hTOsXsX0.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MH6cuh-mLQlC4BKCtayOfARkSVm7beJWcKUOI.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVo0L3AW8hTOsXsX0.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVo27wAW8hTOsXsX0.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVowrxAW8hTOsXsX0.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVoxbyAW8hTOsXsX0.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVozLzAW8hTOsXsX0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"David Libre\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/davidlibre/v12/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/davidlibre/v12/snfzs0W_99N64iuYSvp4W8GIw7qbSjORSo9W.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/davidlibre/v12/snfzs0W_99N64iuYSvp4W8HAxbqbSjORSo9W.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dawning of a New Day\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dawningofanewday/v16/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8bhWJGNoBE.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Days One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/daysone/v14/mem9YaCnxnKRiYZOCLYVeLkWVNBt.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dekko\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dekko/v19/46khlb_wWjfSrttFR0vsfl1B.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dela Gothic One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/delagothicone/v10/~ChEKD0RlbGEgR290aGljIE9uZSAAKgQIARgB.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Delius\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/delius/v15/PN_xRfK0pW_9e1rtYcI-jT3L_w.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Delius Swash Caps\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/deliusswashcaps/v19/oY1E8fPLr7v4JWCExZpWebxVKORpXXedKmeBvEYs.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Delius Unicase\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/deliusunicase/v26/845BNMEwEIOVT8BmgfSzIr_6mmLHd-73LXWs.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/deliusunicase/v26/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_BmmlS5aw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Della Respira\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dellarespira/v18/RLp5K5v44KaueWI6iEJQBiGPRfkSu6EuTHo.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Denk One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/denkone/v15/dg4m_pzhrqcFb2IzROtHpbglShon.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Devonshire\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/devonshire/v21/46kqlbDwWirWr4gtBD2BX0Vq01lYAZM.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dhurjati\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dhurjati/v20/_6_8ED3gSeatXfFiFX3ySKQtuTA2.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Didact Gothic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/didactgothic/v19/ahcfv8qz1zt6hCC5G4F_P4ASpUySp0LlcyQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Diplomata\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/diplomata/v24/Cn-0JtiMXwhNwp-wKxyfYGxYrdM9Sg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Diplomata SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/diplomatasc/v21/buExpoi3ecvs3kidKgBJo2kf-P5Oaiw4cw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Do Hyeon\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dohyeon/v16/TwMN-I8CRRU2zM86HFE3ZwaH__-C.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dokdo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dokdo/v15/esDf315XNuCBLxLo4NaMlKcH.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Domine\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/domine/v19/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X3LAI10VErGuW8Q.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/domine/v19/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X0DAI10VErGuW8Q.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/domine/v19/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X6zHI10VErGuW8Q.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/domine/v19/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X5XHI10VErGuW8Q.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Donegal One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/donegalone/v20/m8JWjfRYea-ZnFz6fsK9FZRFRG-K3Mud.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dongle\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/dongle/v8/sJoG3Ltdjt6VPkqeEcxrYjWNzXvVPA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/dongle/v8/sJoF3Ltdjt6VPkqmveRPah6RxA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/dongle/v8/sJoG3Ltdjt6VPkqeActrYjWNzXvVPA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Doppio One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/doppioone/v13/Gg8wN5gSaBfyBw2MqCh-lgshKGpe5Fg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dorsa\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dorsa/v23/yYLn0hjd0OGwqo493XCFxAnQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dosis\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7MV3BkFTq4EPw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJabMV3BkFTq4EPw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV3BkFTq4EPw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMV3BkFTq4EPw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQV3BkFTq4EPw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQV3BkFTq4EPw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7QV3BkFTq4EPw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"DotGothic16\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dotgothic16/v15/v6-QGYjBJFKgyw5nSoDAGE7L435YPFrT.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dr Sugiyama\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/drsugiyama/v22/HTxoL2k4N3O9n5I1boGI7abRM4-t-g7y.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Duru Sans\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/durusans/v19/xn7iYH8xwmSyTvEV_HOxT_fYdN-WZw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"DynaPuff\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dynapuff/v1/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu6YjrSRs4wn8.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/dynapuff/v1/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSyQu6YjrSRs4wn8.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/dynapuff/v1/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS8gp6YjrSRs4wn8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/dynapuff/v1/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS_Ep6YjrSRs4wn8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Dynalight\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/dynalight/v18/1Ptsg8LOU_aOmQvTsF4ISotrDfGGxA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"EB Garamond\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUA4V-e6yHgQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUA4V-e6yHgQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUA4V-e6yHgQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUA4V-e6yHgQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUA4V-e6yHgQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ebgaramond/v26/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96WamXgXFI.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/ebgaramond/v26/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96WamXgXFI.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/ebgaramond/v26/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496WamXgXFI.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/ebgaramond/v26/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496WamXgXFI.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/ebgaramond/v26/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496WamXgXFI.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Eagle Lake\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/eaglelake/v20/ptRMTiqbbuNJDOiKj9wG5O7yKQNute8.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"East Sea Dokdo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/eastseadokdo/v20/xfuo0Wn2V2_KanASqXSZp22m05_aGavYS18y.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Eater\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/eater/v21/mtG04_FCK7bOvpu2u3FwsXsR.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Economica\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/economica/v13/Qw3fZQZaHCLgIWa29ZBrMcgAAl1lfQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/economica/v13/Qw3ZZQZaHCLgIWa29ZBbM8IEIFh1fWUl.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/economica/v13/Qw3aZQZaHCLgIWa29ZBTjeckCnZ5dHw8iw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/economica/v13/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9Vnksi4M7.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Eczar\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/eczar/v17/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXHd6WqTIVKWJKWg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/eczar/v17/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXL96WqTIVKWJKWg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/eczar/v17/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXw9mWqTIVKWJKWg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/eczar/v17/BXR2vF3Pi-DLmxcpJB-qbNTyTMDX-tmWqTIVKWJKWg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/eczar/v17/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXndmWqTIVKWJKWg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Edu NSW ACT Foundation\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/edunswactfoundation/v1/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9tovGLeC-sfguJ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/edunswactfoundation/v1/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9fovGLeC-sfguJ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/edunswactfoundation/v1/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-zpfGLeC-sfguJ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/edunswactfoundation/v1/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-KpfGLeC-sfguJ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Edu QLD Beginner\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/eduqldbeginner/v1/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE4E3oebi6vyVWCN.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/eduqldbeginner/v1/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE423oebi6vyVWCN.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/eduqldbeginner/v1/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7a2Yebi6vyVWCN.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/eduqldbeginner/v1/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7j2Yebi6vyVWCN.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Edu SA Beginner\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/edusabeginner/v1/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9989fo1yBydUEDs.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/edusabeginner/v1/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9-09fo1yBydUEDs.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/edusabeginner/v1/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9wE6fo1yBydUEDs.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/edusabeginner/v1/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9zg6fo1yBydUEDs.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Edu TAS Beginner\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/edutasbeginner/v1/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HwemkrBWRhvk02.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/edutasbeginner/v1/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HCemkrBWRhvk02.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/edutasbeginner/v1/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EufWkrBWRhvk02.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/edutasbeginner/v1/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EXfWkrBWRhvk02.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Edu VIC WA NT Beginner\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/eduvicwantbeginner/v1/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OXlPmFXwnpkeGR.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/eduvicwantbeginner/v1/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OllPmFXwnpkeGR.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/eduvicwantbeginner/v1/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-NJk_mFXwnpkeGR.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/eduvicwantbeginner/v1/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-Nwk_mFXwnpkeGR.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"El Messiri\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/elmessiri/v16/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe65ghj3OoapG.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/elmessiri/v16/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXCe65ghj3OoapG.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/elmessiri/v16/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUufK5ghj3OoapG.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/elmessiri/v16/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUXfK5ghj3OoapG.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Electrolize\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/electrolize/v14/cIf5Ma1dtE0zSiGSiED7AUEGso5tQafB.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Elsie\",\n      \"variants\": [\n        \"regular\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/elsie/v12/BCanqZABrez54yYu9slAeLgX.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/elsie/v12/BCaqqZABrez54x6q2-1IU6QeXSBk.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Elsie Swash Caps\",\n      \"variants\": [\n        \"regular\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/elsieswashcaps/v21/845DNN8xGZyVX5MVo_upKf7KnjK0ferVKGWsUo8.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/elsieswashcaps/v21/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG2HToawrdU.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Emblema One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/emblemaone/v21/nKKT-GQ0F5dSY8vzG0rOEIRBHl57G_f_.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Emilys Candy\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/emilyscandy/v13/2EbgL-1mD1Rnb0OGKudbk0y5r9xrX84JjA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Encode Sans\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHiZtWP7FJCt2c.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHjZtWP7FJCt2c.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGD_jZtWP7FJCt2c.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjZtWP7FJCt2c.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGFPjZtWP7FJCt2c.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGL_kZtWP7FJCt2c.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGIbkZtWP7FJCt2c.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHkZtWP7FJCt2c.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGMjkZtWP7FJCt2c.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Encode Sans Condensed\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-JLQoFI2KR.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pByQJKnuIFA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pByQJKnuIFA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypByQJKnuIFA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupByQJKnuIFA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpByQJKnuIFA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpByQJKnuIFA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipByQJKnuIFA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Encode Sans Expanded\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQNicoAbJlw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNIXIwSP0XD.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNIXIwSP0XD.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNIXIwSP0XD.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNIXIwSP0XD.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNIXIwSP0XD.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNIXIwSP0XD.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNIXIwSP0XD.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Encode Sans SC\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhn8c9NOEEClIc.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhm8c9NOEEClIc.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HCZm8c9NOEEClIc.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhm8c9NOEEClIc.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HEpm8c9NOEEClIc.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HKZh8c9NOEEClIc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HJ9h8c9NOEEClIc.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhh8c9NOEEClIc.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HNFh8c9NOEEClIc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Encode Sans Semi Condensed\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MFtQ9jpVUA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFHbdTgTFmr.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFHbdTgTFmr.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FHbdTgTFmr.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFHbdTgTFmr.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFHbdTgTFmr.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFHbdTgTFmr.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FHbdTgTFmr.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Encode Sans Semi Expanded\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41KwrlKXeOEA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyDLJX6XCWU.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyDLJX6XCWU.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyDLJX6XCWU.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyDLJX6XCWU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyDLJX6XCWU.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyDLJX6XCWU.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyDLJX6XCWU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Engagement\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/engagement/v22/x3dlckLDZbqa7RUs9MFVXNossybsHQI.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Englebert\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/englebert/v17/xn7iYH8w2XGrC8AR4HSxT_fYdN-WZw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Enriqueta\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/enriqueta/v15/goksH6L7AUFrRvV44HVTS0CjkP1Yog.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/enriqueta/v15/gokpH6L7AUFrRvV44HVrv2mHmNZEq6TTFw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/enriqueta/v15/gokpH6L7AUFrRvV44HVrk26HmNZEq6TTFw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/enriqueta/v15/gokpH6L7AUFrRvV44HVr92-HmNZEq6TTFw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ephesis\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ephesis/v7/uU9PCBUS8IerL2VG7xPb3vyHmlI.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Epilogue\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDLiDJXVigHPVA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDPiDJXVigHPVA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXbjPiDJXVigHPVA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPiDJXVigHPVA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXAjPiDJXVigHPVA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX7jTiDJXVigHPVA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX1zTiDJXVigHPVA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDTiDJXVigHPVA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXmTTiDJXVigHPVA.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKTp_RqATfVHNU.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKT5_RqATfVHNU.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HBUT5_RqATfVHNU.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKT5_RqATfVHNU.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HA4T5_RqATfVHNU.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDUSJ_RqATfVHNU.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDtSJ_RqATfVHNU.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKSJ_RqATfVHNU.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCjSJ_RqATfVHNU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Erica One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ericaone/v23/WBLnrEXccV9VGrOKmGD1W0_MJMGxiQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Esteban\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/esteban/v14/r05bGLZE-bdGdN-GdOuD5jokU8E.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Estonia\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/estonia/v9/7Au_p_4ijSecA1yHCCL8zkwMIFg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Euphoria Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/euphoriascript/v16/mFTpWb0X2bLb_cx6To2B8GpKoD5ak_ZT1D8x7Q.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ewert\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ewert/v21/va9I4kzO2tFODYBvS-J3kbDP.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Exo\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM2CwNsOl4p5Is.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4tM3CwNsOl4p5Is.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4g03CwNsOl4p5Is.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3CwNsOl4p5Is.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4mE3CwNsOl4p5Is.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4o0wCwNsOl4p5Is.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4rQwCwNsOl4p5Is.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4tMwCwNsOl4p5Is.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4vowCwNsOl4p5Is.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t040FmPnws9Iu-uA.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0Y0BmPnws9Iu-uA.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0vUBmPnws9Iu-uA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t040BmPnws9Iu-uA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t00UBmPnws9Iu-uA.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0PUdmPnws9Iu-uA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0BEdmPnws9Iu-uA.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0Y0dmPnws9Iu-uA.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0SkdmPnws9Iu-uA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Exo 2\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvOcPtq-rpvLpQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvKcPtq-rpvLpQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8j4PKcPtq-rpvLpQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPtq-rpvLpQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcPtq-rpvLpQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jYPWcPtq-rpvLpQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWcPtq-rpvLpQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvWcPtq-rpvLpQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jF_WcPtq-rpvLpQ.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fNC6jJ7bpQBL.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0fdC6jJ7bpQBL.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drEqfdC6jJ7bpQBL.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fdC6jJ7bpQBL.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drFGfdC6jJ7bpQBL.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGqetC6jJ7bpQBL.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGTetC6jJ7bpQBL.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0etC6jJ7bpQBL.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drHdetC6jJ7bpQBL.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Expletus Sans\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/expletussans/v24/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSY2s1oFQTcXfMm.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/expletussans/v24/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSq2s1oFQTcXfMm.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/expletussans/v24/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaRG3c1oFQTcXfMm.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/expletussans/v24/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaR_3c1oFQTcXfMm.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/expletussans/v24/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmSUrHwD-WOMmKKY.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/expletussans/v24/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmRcrHwD-WOMmKKY.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/expletussans/v24/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmfssHwD-WOMmKKY.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/expletussans/v24/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmcIsHwD-WOMmKKY.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Explora\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cherokee\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/explora/v7/tsstApxFfjUH4wrvc1qPonC3vqc.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fahkwang\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJHmZlRFipxkwjx.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgHFQHC5Tlhjxdw4.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOIjmplRFipxkwjx.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgBVTHC5Tlhjxdw4.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa36Uj3zpmBOgbNpOqNuLl7OCZ4ihE.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJ7m5lRFipxkwjx.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgE1SHC5Tlhjxdw4.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJXnJlRFipxkwjx.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgGFVHC5Tlhjxdw4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOIznZlRFipxkwjx.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgAVUHC5Tlhjxdw4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Familjen Grotesk\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaSztc1jcEYq2.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMG7aSztc1jcEYq2.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFXbiztc1jcEYq2.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFubiztc1jcEYq2.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKsSueVz-FJq2Rv4.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKvaueVz-FJq2Rv4.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKhqpeVz-FJq2Rv4.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKiOpeVz-FJq2Rv4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fanwood Text\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fanwoodtext/v15/3XFtErwl05Ad_vSCF6Fq7xXGRdbY1P1Sbg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/fanwoodtext/v15/3XFzErwl05Ad_vSCF6Fq7xX2R9zc9vhCblye.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Farro\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3hNJ6-WkJUQUq7.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/farro/v14/i7dEIFl3byGNHZVNHLq2cV5d.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa25NZ6-WkJUQUq7.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3xM56-WkJUQUq7.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Farsan\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/farsan/v18/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fascinate\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fascinate/v21/z7NWdRrufC8XJK0IIEli1LbQRPyNrw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fascinate Inline\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fascinateinline/v22/jVyR7mzzB3zc-jp6QCAu60poNqIy1g3CfRXxWZQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Faster One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fasterone/v17/H4ciBXCHmdfClFb-vWhfyLuShq63czE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fasthand\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fasthand/v26/0yb9GDohyKTYn_ZEESkuYkw2rQg1.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fauna One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/faunaone/v13/wlpzgwTPBVpjpCuwkuEx2UxLYClOCg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Faustina\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHls3IEvGVWWe8tbEg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvGVWWe8tbEg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlssIEvGVWWe8tbEg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsXIYvGVWWe8tbEg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsZYYvGVWWe8tbEg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsAoYvGVWWe8tbEg.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsKZWl-SWc5LEnoF.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsLHWl-SWc5LEnoF.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsL1Wl-SWc5LEnoF.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIZXV-SWc5LEnoF.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIgXV-SWc5LEnoF.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsJHXV-SWc5LEnoF.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Federant\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/federant/v25/2sDdZGNfip_eirT0_U0jRUG0AqUc.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Federo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/federo/v19/iJWFBX-cbD_ETsbmjVOe2WTG7Q.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Felipa\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/felipa/v19/FwZa7-owz1Eu4F_wSNSEwM2zpA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fenix\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5ostKzAFvs8o.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Festive\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/festive/v7/cY9Ffj6KX1xcoDWhFtfgy9HTkak.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Figtree\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_chQF5ewkEU4HTy.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5ewkEU4HTy.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5ewkEU4HTy.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15ewkEU4HTy.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15ewkEU4HTy.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_f_R15ewkEU4HTy.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR15ewkEU4HTy.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Finger Paint\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fingerpaint/v15/0QInMXVJ-o-oRn_7dron8YWO85bS8ANesw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Finlandica\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/finlandica/v3/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19A7rEjx9i5ss3a3.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/finlandica/v3/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19AJrEjx9i5ss3a3.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/finlandica/v3/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dlq0jx9i5ss3a3.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/finlandica/v3/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dcq0jx9i5ss3a3.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/finlandica/v3/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz76Cy_CpOtma3uNQ.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/finlandica/v3/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz75Ky_CpOtma3uNQ.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/finlandica/v3/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz7361_CpOtma3uNQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/finlandica/v3/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz70e1_CpOtma3uNQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fira Code\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/firacode/v21/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVfxN87gsj0.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/firacode/v21/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVfxN87gsj0.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/firacode/v21/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVfxN87gsj0.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/firacode/v21/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_ONrFVfxN87gsj0.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/firacode/v21/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVfxN87gsj0.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fira Mono\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/firamono/v14/N0bX2SlFPv1weGeLZDtQIfTTkdbJYA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/firamono/v14/N0bS2SlFPv1weGeLZDto1d33mf3VaZBRBQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/firamono/v14/N0bS2SlFPv1weGeLZDtondv3mf3VaZBRBQ.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fira Sans\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/firasans/v16/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/firasans/v16/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/firasans/v16/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/firasans/v16/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fira Sans Condensed\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqOlQfx9CjA.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONUXRpSjJcu.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMN-cxZblY4.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dzRehY43EA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMN-cxZblY4.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dzRehY43EA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqOlQfx9CjA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMN-cxZblY4.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dzRehY43EA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMN-cxZblY4.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dzRehY43EA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMN-cxZblY4.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dzRehY43EA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMN-cxZblY4.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dzRehY43EA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMN-cxZblY4.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dzRehY43EA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fira Sans Extra Condensed\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuv1WarE9ncg.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-ejkp3cn22.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3-0oEZ-a2Q.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pGR7e2SvJQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3-0oEZ-a2Q.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pGR7e2SvJQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquv1WarE9ncg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3-0oEZ-a2Q.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pGR7e2SvJQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3-0oEZ-a2Q.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pGR7e2SvJQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3-0oEZ-a2Q.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pGR7e2SvJQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3-0oEZ-a2Q.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pGR7e2SvJQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3-0oEZ-a2Q.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pGR7e2SvJQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fjalla One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fjallaone/v13/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fjord One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fjordone/v21/zOL-4pbEnKBY_9S1jNKr6e5As-FeiQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Flamenco\",\n      \"variants\": [\n        \"300\",\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/flamenco/v18/neIPzCehqYguo67ssZ0qNIkyepH9qGsf.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/flamenco/v18/neIIzCehqYguo67ssaWGHK06UY30.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Flavors\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/flavors/v22/FBV2dDrhxqmveJTpbkzlNqkG9UY.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fleur De Leah\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fleurdeleah/v7/AYCNpXX7ftYZWLhv9UmPJTMC5vat4I_Gdq0.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Flow Block\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/flowblock/v7/wlp0gwfPCEB65UmTk-d6-WZlbCBXE_I.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Flow Circular\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/flowcircular/v7/lJwB-pc4j2F-H8YKuyvfxdZ45ifpWdr2rIg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Flow Rounded\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/flowrounded/v7/-zki91mtwsU9qlLiGwD4oQX3oZX-Xup87g.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fondamento\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fondamento/v16/4UaHrEJGsxNmFTPDnkaJx63j5pN1MwI.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/fondamento/v16/4UaFrEJGsxNmFTPDnkaJ96_p4rFwIwJePw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fontdiner Swanky\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fontdinerswanky/v19/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uEfKiGvxts.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Forum\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/forum/v16/6aey4Ky-Vb8Ew_IWMJMa3mnT.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Francois One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/francoisone/v20/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Frank Ruhl Libre\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/frankruhllibre/v12/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvHxJDMhYeIHw8.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/frankruhllibre/v12/j8_w6_fAw7jrcalD7oKYNX0QfAnPa7fv4JjnmY4.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/frankruhllibre/v12/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PGxJDMhYeIHw8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/frankruhllibre/v12/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvAxJDMhYeIHw8.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/frankruhllibre/v12/j8_36_fAw7jrcalD7oKYNX0QfAnPUzPCxJDMhYeIHw8.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fraunces\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxqjDvTShUtWNg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxujDvTShUtWNg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIc6RujDvTShUtWNg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxujDvTShUtWNg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujDvTShUtWNg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcaRyjDvTShUtWNg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcUByjDvTShUtWNg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxyjDvTShUtWNg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcHhyjDvTShUtWNg.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTP7Wp05GNi3k.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLTf7Wp05GNi3k.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1gVTf7Wp05GNi3k.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTf7Wp05GNi3k.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1h5Tf7Wp05GNi3k.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1iVSv7Wp05GNi3k.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1isSv7Wp05GNi3k.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLSv7Wp05GNi3k.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jiSv7Wp05GNi3k.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Freckle Face\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/freckleface/v14/AMOWz4SXrmKHCvXTohxY-YI0U1K2w9lb4g.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fredericka the Great\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/frederickathegreat/v15/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Skz7Ylch2L.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fredoka\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/fredoka/v9/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OryLMFuOLlNldbw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/fredoka/v9/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3O8SLMFuOLlNldbw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/fredoka/v9/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OwyLMFuOLlNldbw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/fredoka/v9/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OLyXMFuOLlNldbw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/fredoka/v9/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OFiXMFuOLlNldbw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fredoka One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fredokaone/v13/k3kUo8kEI-tA1RRcTZGmTmHBA6aF8Bf_.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Freehand\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/freehand/v27/cIf-Ma5eqk01VjKTgAmBTmUOmZJk.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fresca\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fresca/v18/6ae94K--SKgCzbM2Gr0W13DKPA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Frijole\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/frijole/v14/uU9PCBUR8oakM2BQ7xPb3vyHmlI.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fruktur\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fruktur/v26/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/fruktur/v26/SZc73FHsOru5QYsMTz_MlWjX4DJXgQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fugaz One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fugazone/v15/rax_HiWKp9EAITukFslMBBJek0vA8A.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fuggles\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fuggles/v8/k3kQo8UEJOlD1hpOTd7iL0nAMaM.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Fuzzy Bubbles\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/fuzzybubbles/v5/6qLGKZMbrgv9pwtjPEVNV0F2NnP5Zxsreko.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/fuzzybubbles/v5/6qLbKZMbrgv9pwtjPEVNV0F2Ds_WQxMAZkM1pn4.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"GFS Didot\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"greek\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gfsdidot/v15/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"GFS Neohellenic\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"greek\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gfsneohellenic/v25/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/gfsneohellenic/v25/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JLwaATU91X.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gfsneohellenic/v25/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr644fWsRO9w.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/gfsneohellenic/v25/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQbeMFe985V.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gabriela\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gabriela/v14/qkBWXvsO6sreR8E-b_m-zrpHmRzC.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gaegu\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/gaegu/v15/TuGSUVB6Up9NU57nifw74sdtBk0x.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/gaegu/v15/TuGfUVB6Up9NU6ZLodgzydtk.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gaegu/v15/TuGSUVB6Up9NU573jvw74sdtBk0x.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gafata\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gafata/v16/XRXV3I6Cn0VJKon4MuyAbsrVcA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Galada\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"bengali\",\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/galada/v14/H4cmBXyGmcjXlUX-8iw-4Lqggw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Galdeano\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/galdeano/v22/uU9MCBoQ4YOqOW1boDPx8PCOg0uX.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Galindo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/galindo/v20/HI_KiYMeLqVKqwyuQ5HiRp-dhpQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gamja Flower\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gamjaflower/v20/6NUR8FiKJg-Pa0rM6uN40Z4kyf9Fdty2ew.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gantari\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOz3wa5GD2qnm.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gOj3wa5GD2qnm.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g1-Oj3wa5GD2qnm.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOj3wa5GD2qnm.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0SOj3wa5GD2qnm.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3-PT3wa5GD2qnm.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3HPT3wa5GD2qnm.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gPT3wa5GD2qnm.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2JPT3wa5GD2qnm.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWyYZWh37nmpWc.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVWzYZWh37nmpWc.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeYuzYZWh37nmpWc.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWzYZWh37nmpWc.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeeezYZWh37nmpWc.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeQu0YZWh37nmpWc.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeTK0YZWh37nmpWc.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVW0YZWh37nmpWc.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeXy0YZWh37nmpWc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gayathri\",\n      \"variants\": [\n        \"100\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"malayalam\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/gayathri/v15/MCoWzAb429DbBilWLLhc-pvSA_gA2W8.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/gayathri/v15/MCoQzAb429DbBilWLIA48J_wBugA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gayathri/v15/MCoXzAb429DbBilWLLiE37v4LfQJwHbn.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gelasio\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gelasio/v10/cIf9MaFfvUQxTTqSxCmrYGkHgIs.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/gelasio/v10/cIf_MaFfvUQxTTqS9CuhZEsCkIt9QQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_N2CRGEsnIJkWL4.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZkGImmKBhSL7Y1Q.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_PGFRGEsnIJkWL4.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZvGUmmKBhSL7Y1Q.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_JWERGEsnIJkWL4.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZ2GQmmKBhSL7Y1Q.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gemunu Libre\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"sinhala\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iJPvSLeMXPIWA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp00aJPvSLeMXPIWA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0xiJPvSLeMXPIWA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0yqJPvSLeMXPIWA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp08aOPvSLeMXPIWA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0_-OPvSLeMXPIWA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iOPvSLeMXPIWA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Genos\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cherokee\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVqknorUK6K7ZsAg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVKkjorUK6K7ZsAg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwV9EjorUK6K7ZsAg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjorUK6K7ZsAg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVmEjorUK6K7ZsAg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVdE_orUK6K7ZsAg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVTU_orUK6K7ZsAg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVKk_orUK6K7ZsAg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVA0_orUK6K7ZsAg.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA70i-CbN8Ard7.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA7ki-CbN8Ard7.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgte7ki-CbN8Ard7.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA7ki-CbN8Ard7.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsy7ki-CbN8Ard7.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgve6Ui-CbN8Ard7.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgvn6Ui-CbN8Ard7.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA6Ui-CbN8Ard7.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgup6Ui-CbN8Ard7.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gentium Book Basic\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjcIV7t7w6bE2A.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VbF_4aPU2Ec9.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65Rfy43Y0V4kvg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0-MJCbPYBVokB1LHA9bbyaQb8ZGjc4VYnDzofc81s0voO3.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gentium Book Plus\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpofKfdbLOrdPV.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/gentiumbookplus/v1/vEFN2-RHBgUK5fbjKxRpbBtJPyRpocKdf7bsqMPVZb4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gentiumbookplus/v1/vEFO2-RHBgUK5fbjKxRpbBtJPyRpocojWpbGhs_cfKe1.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/gentiumbookplus/v1/vEFA2-RHBgUK5fbjKxRpbBtJPyRpocKdRwrDjMv-ebe1Els.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gentium Plus\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gentiumplus/v1/Iurd6Ytw-oSPaZ00r2bNe8VpjJtM6G0t9w.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/gentiumplus/v1/IurD6Ytw-oSPaZ00r2bNe8VZjpFIymg9957e.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gentiumplus/v1/IurC6Ytw-oSPaZ00r2bNe8VRMLRo4EYx_ofHsw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/gentiumplus/v1/IurA6Ytw-oSPaZ00r2bNe8VZjqn05Uw13ILXs-h6.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Geo\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/geo/v19/CSRz4zRZlufVL3BmQjlCbQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/geo/v19/CSRx4zRZluflLXpiYDxSbf8r.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Georama\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvktmQsL5_tgbg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mvgtmQsL5_tgbg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5RPgtmQsL5_tgbg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvgtmQsL5_tgbg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5KPgtmQsL5_tgbg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5xP8tmQsL5_tgbg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5_f8tmQsL5_tgbg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mv8tmQsL5_tgbg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5s_8tmQsL5_tgbg.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2wEPxf5wbh3T.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF2gEPxf5wbh3T.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rub2gEPxf5wbh3T.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2gEPxf5wbh3T.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rv32gEPxf5wbh3T.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsb3QEPxf5wbh3T.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsi3QEPxf5wbh3T.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF3QEPxf5wbh3T.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rts3QEPxf5wbh3T.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Geostar\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/geostar/v22/sykz-yx4n701VLOftSq9-trEvlQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Geostar Fill\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/geostarfill/v22/AMOWz4SWuWiXFfjEohxQ9os0U1K2w9lb4g.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Germania One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/germaniaone/v20/Fh4yPjrqIyv2ucM2qzBjeS3ezAJONau6ew.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gideon Roman\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gideonroman/v7/e3tmeuGrVOys8sxzZgWlmXoge0PWovdU4w.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gidugu\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gidugu/v21/L0x8DFMkk1Uf6w3RvPCmRSlUig.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gilda Display\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gildadisplay/v13/t5tmIRoYMoaYG0WEOh7HwMeR7TnFrpOHYh4.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Girassol\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/girassol/v16/JTUUjIo_-DK48laaNC9Nz2pJzxbi.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Give You Glory\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/giveyouglory/v15/8QIQdiHOgt3vv4LR7ahjw9-XYc1zB4ZD6rwa.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Glass Antiqua\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/glassantiqua/v20/xfu30Wr0Wn3NOQM2piC0uXOjnL_wN6fRUkY.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Glegoo\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/glegoo/v14/_Xmt-HQyrTKWaw2Ji6mZAI91xw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/glegoo/v14/_Xmu-HQyrTKWaw2xN4a9CKRpzimMsg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gloria Hallelujah\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gloriahallelujah/v17/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy3TKEvkCF.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Glory\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQwIiDpn-dDi9EOQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQQImDpn-dDi9EOQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQnomDpn-dDi9EOQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQwImDpn-dDi9EOQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQ8omDpn-dDi9EOQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQHo6Dpn-dDi9EOQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQJ46Dpn-dDi9EOQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQQI6Dpn-dDi9EOQ.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5HWZLCpUOaM6.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr5XWZLCpUOaM6.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMo15XWZLCpUOaM6.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5XWZLCpUOaM6.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpZ5XWZLCpUOaM6.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMq14nWZLCpUOaM6.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMqM4nWZLCpUOaM6.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr4nWZLCpUOaM6.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gluten\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7B1Luni7ciJh.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb7R1Luni7ciJh.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8UF7R1Luni7ciJh.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7R1Luni7ciJh.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vp7R1Luni7ciJh.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8WF6h1Luni7ciJh.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8W86h1Luni7ciJh.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb6h1Luni7ciJh.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xy6h1Luni7ciJh.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Goblin One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/goblinone/v22/CSR64z1ZnOqZRjRCBVY_TOcATNt_pOU.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gochi Hand\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gochihand/v16/hES06XlsOjtJsgCkx1PkTo71-n0nXWA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Goldman\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/goldman/v15/pe0uMIWbN4JFplR2LDJ4Bt-7G98.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/goldman/v15/pe0rMIWbN4JFplR2FI5XIteQB9Zra1U.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gorditas\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gorditas/v20/ll8_K2aTVD26DsPEtQDoDa4AlxYb.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gorditas/v20/ll84K2aTVD26DsPEtThUIooIvAoShA1i.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gothic A1\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/gothica1/v13/CSR74z5ZnPydRjlCCwlCCMcqYtd2vfwk.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCpOYKSPl6tOU9Eg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCwOUKSPl6tOU9Eg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/gothica1/v13/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCmOQKSPl6tOU9Eg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCtOMKSPl6tOU9Eg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC0OIKSPl6tOU9Eg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCzOEKSPl6tOU9Eg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC6OAKSPl6tOU9Eg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gotu\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gotu/v14/o-0FIpksx3QOlH0Lioh6-hU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Goudy Bookletter 1911\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/goudybookletter1911/v15/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tRbXZ4IXAA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gowun Batang\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gowunbatang/v7/ijwSs5nhRMIjYsdSgcMa3wRhXLH-yuAtLw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gowunbatang/v7/ijwNs5nhRMIjYsdSgcMa3wRZ4J7awssxJii23w.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gowun Dodum\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gowundodum/v7/3Jn5SD_00GqwlBnWc1TUJF0FfORL0fNy.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Graduate\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/graduate/v13/C8cg4cs3o2n15t_2YxgR6X2NZAn2.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Grand Hotel\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/grandhotel/v13/7Au7p_IgjDKdCRWuR1azpmQNEl0O0kEx.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Grandstander\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1-_D3jWttFGmQk.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9--D3jWttFGmQk.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQDwG-D3jWttFGmQk.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1--D3jWttFGmQk.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD22-D3jWttFGmQk.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD4G5D3jWttFGmQk.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD7i5D3jWttFGmQk.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9-5D3jWttFGmQk.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD_a5D3jWttFGmQk.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zrcsvNDiQlBYQ.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ZzvcsvNDiQlBYQ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9uTvcsvNDiQlBYQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zvcsvNDiQlBYQ.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf91TvcsvNDiQlBYQ.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9OTzcsvNDiQlBYQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ADzcsvNDiQlBYQ.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ZzzcsvNDiQlBYQ.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9TjzcsvNDiQlBYQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Grape Nuts\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/grapenuts/v2/syk2-yF4iLM2RfKj4F7k3tLvol2RN1E.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gravitas One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gravitasone/v15/5h1diZ4hJ3cblKy3LWakKQmaDWRNr3DzbQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Great Vibes\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/greatvibes/v14/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Grechen Fuemen\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/grechenfuemen/v7/vEFI2_tHEQ4d5ObgKxBzZh0MAWgc-NaXXq7H.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Grenze\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZRFGb7hR12BxqPm2IjuAkalnmd.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZXFGb7hR12BxqH_VpHsg04k2md0kI.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPN0MDkicWn2CEyw.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_Vrrky0SvWWUy1uW.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPU0ADkicWn2CEyw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_VqPkC0SvWWUy1uW.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZTFGb7hR12Bxq3_2gnmgwKlg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZRFGb7hR12BxqH_WIjuAkalnmd.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPC0EDkicWn2CEyw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_VrXkS0SvWWUy1uW.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPJ0YDkicWn2CEyw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_Vr7li0SvWWUy1uW.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPQ0cDkicWn2CEyw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_Vqfly0SvWWUy1uW.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPX0QDkicWn2CEyw.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_VqDlC0SvWWUy1uW.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPe0UDkicWn2CEyw.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_VqnlS0SvWWUy1uW.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Grenze Gotisch\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz5UcICdYPSd_w.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rz9UcICdYPSd_w.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5cT9UcICdYPSd_w.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9UcICdYPSd_w.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5HT9UcICdYPSd_w.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i58ThUcICdYPSd_w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5yDhUcICdYPSd_w.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rzhUcICdYPSd_w.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5hjhUcICdYPSd_w.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Grey Qo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/greyqo/v7/BXRrvF_Nmv_TyXxNDOtQ9Wf0QcE.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Griffy\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/griffy/v21/FwZa7-ox2FQh9kfwSNSEwM2zpA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gruppo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gruppo/v16/WwkfxPmzE06v_ZWFWXDAOIEQUQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gudea\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gudea/v15/neIFzCqgsI0mp-CP9IGON7Ez.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/gudea/v15/neILzCqgsI0mp9CN_oWsMqEzSJQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gudea/v15/neIIzCqgsI0mp9gz26WGHK06UY30.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gugi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gugi/v13/A2BVn5dXywshVA6A9DEfgqM.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gulzar\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gulzar/v5/Wnz6HAc9eB3HB2ILYTwZqg_MPQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gupter\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gupter/v14/2-cm9JNmxJqPO1QUYZa_Wu_lpA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/gupter/v14/2-cl9JNmxJqPO1Qslb-bUsT5rZhaZg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gupter/v14/2-cl9JNmxJqPO1Qs3bmbUsT5rZhaZg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gurajada\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gurajada/v15/FwZY7-Qx308m-l-0Kd6A4sijpFu_.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Gwendolyn\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/gwendolyn/v5/qkBXXvoO_M3CSss-d7ee5JRLkAXbMQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/gwendolyn/v5/qkBSXvoO_M3CSss-d7emWLtvmC7HONiSFQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Habibi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/habibi/v21/CSR-4zFWkuqcTTNCShJeZOYySQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hachi Maru Pop\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/hachimarupop/v17/HI_TiYoRLqpLrEiMAuO9Ysfz7rW1EM_btd8u.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hahmlet\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKOdjobsO-aVxn.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKONjobsO-aVxn.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RgUONjobsO-aVxn.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKONjobsO-aVxn.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4Rh4ONjobsO-aVxn.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RiUP9jobsO-aVxn.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RitP9jobsO-aVxn.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKP9jobsO-aVxn.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjjP9jobsO-aVxn.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Halant\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/halant/v13/u-490qaujRI2Pbsvc_pCmwZqcwdRXg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/halant/v13/u-4-0qaujRI2PbsX39Jmky12eg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/halant/v13/u-490qaujRI2PbsvK_tCmwZqcwdRXg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/halant/v13/u-490qaujRI2PbsvB_xCmwZqcwdRXg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/halant/v13/u-490qaujRI2PbsvY_1CmwZqcwdRXg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hammersmith One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/hammersmithone/v17/qWcyB624q4L_C4jGQ9IK0O_dFlnbshsks4MRXw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hanalei\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/hanalei/v23/E21n_dD8iufIjBRHXzgmVydREus.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hanalei Fill\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/hanaleifill/v21/fC1mPYtObGbfyQznIaQzPQiMVwLBplm9aw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Handlee\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/handlee/v14/-F6xfjBsISg9aMakDmr6oilJ3ik.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hanuman\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-04-21\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/hanuman/v22/VuJzdNvD15HhpJJBQMLdPKNiaRpFvg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQAr_HIlMZRNcp0o.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/hanuman/v22/VuJxdNvD15HhpJJBeKbXOIFneRo.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQBr4HIlMZRNcp0o.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQCL6HIlMZRNcp0o.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Happy Monkey\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/happymonkey/v14/K2F2fZZcl-9SXwl5F_C4R_OABwD2bWqVjw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Harmattan\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/harmattan/v15/goksH6L2DkFvVvRp9XpTS0CjkP1Yog.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/harmattan/v15/gokpH6L2DkFvVvRp9Xpr92-HmNZEq6TTFw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Headland One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/headlandone/v15/yYLu0hHR2vKnp89Tk1TCq3Tx0PlTeZ3mJA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Heebo\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiS2cckOnz02SXQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSycckOnz02SXQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1E1yycckOnz02SXQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSycckOnz02SXQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EuyycckOnz02SXQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EVyucckOnz02SXQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EbiucckOnz02SXQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSucckOnz02SXQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EICucckOnz02SXQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Henny Penny\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/hennypenny/v17/wXKvE3UZookzsxz_kjGSfMQqt3M7tMDT.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hepta Slab\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5jfbY5B0NBkz.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV5zfbY5B0NBkz.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvlL5zfbY5B0NBkz.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfbY5B0NBkz.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvkn5zfbY5B0NBkz.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvnL4DfbY5B0NBkz.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvny4DfbY5B0NBkz.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV4DfbY5B0NBkz.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvm84DfbY5B0NBkz.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Herr Von Muellerhoff\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/herrvonmuellerhoff/v15/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6_qJY3QPQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hi Melody\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/himelody/v13/46ktlbP8Vnz0pJcqCTbEf29E31BBGA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hina Mincho\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/hinamincho/v8/2sDaZGBRhpXa2Jjz5w5LAGW8KbkVZTHR.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hind\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaIRuYjDpf5Vw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIRG5yBROzkDM.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbIRuYjDpf5Vw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcIRuYjDpf5Vw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfNJdIRuYjDpf5Vw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hind Guntur\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"telugu\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_yGn1czn9zaj5Ju.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/hindguntur/v12/wXKvE3UZrok56nvamSuJd8Qqt3M7tMDT.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_zenlczn9zaj5Ju.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_zymVczn9zaj5Ju.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_yWmFczn9zaj5Ju.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hind Madurai\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnecsoMJ0b_g.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/hindmadurai/v11/f0Xx0e2p98ZvDXdZQIOcpqjn8Y0DceA0OQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnecsoMJ0b_g.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnecsoMJ0b_g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfTaInecsoMJ0b_g.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hind Siliguri\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"bengali\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRDf44uEfKiGvxts.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/hindsiliguri/v12/ijwTs5juQtsyLLR5jN4cxBEofJvQxuk0Nig.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRG_54uEfKiGvxts.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoREP-4uEfKiGvxts.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uEfKiGvxts.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hind Vadodara\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/hindvadodara/v12/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM0oSOL2Yw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/hindvadodara/v12/neINzCKvrIcn5pbuuuriV9tTcJXfrXsfvSo.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/hindvadodara/v12/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM0oSOL2Yw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/hindvadodara/v12/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM0oSOL2Yw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/hindvadodara/v12/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM0oSOL2Yw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Holtwood One SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/holtwoodonesc/v16/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cbb6LZttyg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Homemade Apple\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/homemadeapple/v18/Qw3EZQFXECDrI2q789EKQZJob3x9Vnksi4M7.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Homenaje\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/homenaje/v16/FwZY7-Q-xVAi_l-6Ld6A4sijpFu_.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hubballi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"kannada\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/hubballi/v4/o-0JIpUj3WIZ1RFN56B7yBBNYuSF.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Hurricane\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/hurricane/v5/pe0sMIuULZxTolZ5YldyAv2-C99ycg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IBM Plex Mono\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6pfjptAgt5VM-kVkqdyU8n3kwq0n1hj-sNFQ.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6rfjptAgt5VM-kVkqdyU8n1ioStndlre4dFcFh.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3uAL8ldPg-IUDNg.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFh8ARHNh4zg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3oQI8ldPg-IUDNg.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFh8ARHNh4zg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6pfjptAgt5VM-kVkqdyU8n1ioq0n1hj-sNFQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3twJ8ldPg-IUDNg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFh8ARHNh4zg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFh8ARHNh4zg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3pQP8ldPg-IUDNg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFh8ARHNh4zg.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IBM Plex Sans\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX-KVElMYYaJe8bpLHnCwDKjbLeEKxIedbzDw.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZMW9PjD3N8.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjR7_MIZmdd_qFmo.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idscf3vBmpl8A.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIZmdd_qFmo.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRscf3vBmpl8A.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX-KVElMYYaJe8bpLHnCwDKhdTeEKxIedbzDw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjSL9MIZmdd_qFmo.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVscf3vBmpl8A.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscf3vBmpl8A.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIZmdd_qFmo.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscf3vBmpl8A.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IBM Plex Sans Arabic\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3MZRtWPQCuHme67tEYUIx3Kh0PHR9N6YNe3PC5eMlAMg0.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPy_dCTVsVJKxTs.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOW_tCTVsVJKxTs.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3CZRtWPQCuHme67tEYUIx3Kh0PHR9N6bs61vSbfdlA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPO_9CTVsVJKxTs.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPi-NCTVsVJKxTs.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOG-dCTVsVJKxTs.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IBM Plex Sans Condensed\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKvBgYsMDhM.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhakJHhOgBg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvrr4cFFwq5.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYMnEhq5H1w.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovrr4cFFwq5.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYMnEhq5H1w.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKvBgYsMDhM.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vrr4cFFwq5.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYMnEhq5H1w.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivrr4cFFwq5.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYMnEhq5H1w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvrr4cFFwq5.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYMnEhq5H1w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IBM Plex Sans Devanagari\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXB3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HMUjwUcjwCEQq.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HnWnQe-b8AV0z0w.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H-WrQe-b8AV0z0w.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXH3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O__VUL0c83gCA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HoWvQe-b8AV0z0w.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HjWzQe-b8AV0z0w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H6W3Qe-b8AV0z0w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IBM Plex Sans Hebrew\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa4qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEXB-l0VqDaM7C4.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVt230_hjqF9Tc2.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUJ2H0_hjqF9Tc2.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa2qYENg9Kw1mpLpO0bGM5lfHAAZHhDXH2l8Fk3rSaM.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVR2X0_hjqF9Tc2.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEV93n0_hjqF9Tc2.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUZ330_hjqF9Tc2.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IBM Plex Sans KR\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFM2-VJISZe3O_rc3ZVYh4aTwNOyra_X5zCpMrMfA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyhqef7bsqMPVZb4.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyn6df7bsqMPVZb4.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFK2-VJISZe3O_rc3ZVYh4aTwNO8tK1W77HtMo.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyiacf7bsqMPVZb4.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFN2-VJISZe3O_rc3ZVYh4aTwNOygqbf7bsqMPVZb4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFN2-VJISZe3O_rc3ZVYh4aTwNOym6af7bsqMPVZb4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IBM Plex Sans Thai\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"thai\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JNje1VVIzcq1HzJq2AEdo2Tj_qvLqEatYlR8ZKUqcX.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqExvcFbehGW74OXw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEovQFbehGW74OXw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JPje1VVIzcq1HzJq2AEdo2Tj_qvLq8DtwhZcNaUg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE-vUFbehGW74OXw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE1vIFbehGW74OXw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEsvMFbehGW74OXw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IBM Plex Sans Thai Looped\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"thai\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss5AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_HaKpHOtFCQ76Q.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_NqrhFmDGC0i8Cc.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_L6ohFmDGC0i8Cc.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss_AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30LxBKAoFGoBCQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_OaphFmDGC0i8Cc.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_MquhFmDGC0i8Cc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_K6vhFmDGC0i8Cc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IBM Plex Serif\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizBREVNn1dOx-zrZ2X3pZvkTi182zIZj1bIkNo.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTi3TNgNq55w.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIzoVrBicOg.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq17jjNOg_oc.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIzoVrBicOg.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq17jjNOg_oc.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zIZj1bIkNo.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIzoVrBicOg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq17jjNOg_oc.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIzoVrBicOg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q17jjNOg_oc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIzoVrBicOg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/ibmplexserif/v15/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q17jjNOg_oc.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IM Fell DW Pica\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imfelldwpica/v16/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZAPUvi88MQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/imfelldwpica/v16/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQnCosMXm0.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IM Fell DW Pica SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imfelldwpicasc/v21/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-BiKEUiBGA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IM Fell Double Pica\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imfelldoublepica/v14/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0S1UL5Ayp0.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/imfelldoublepica/v14/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VJxF2p2G8g.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IM Fell Double Pica SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imfelldoublepicasc/v21/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0Eeru2dGg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IM Fell English\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAz3F6mZVY9Y5w.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/imfellenglish/v14/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOdd4pI59zg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IM Fell English SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imfellenglishsc/v16/a8IENpD3CDX-4zrWfr1VY879qFF05pZLO4gOg0shzA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IM Fell French Canon\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coVPt1ozoPz.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNlKy5PzzrU.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IM Fell French Canon SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v22/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0UBCVIVqH.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IM Fell Great Primer\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorXvDo3SQY1.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4VTBY1N6U.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"IM Fell Great Primer SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imfellgreatprimersc/v21/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9BXz0s8FG.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ibarra Real Nova\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdg5MDtVT9TWIvS.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdS5MDtVT9TWIvS.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXe-48DtVT9TWIvS.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXeH48DtVT9TWIvS.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopyiuXztxXZvSkTo.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopxquXztxXZvSkTo.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop_apXztxXZvSkTo.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop8-pXztxXZvSkTo.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Iceberg\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/iceberg/v20/8QIJdijAiM7o-qnZuIgOq7jkAOw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Iceland\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/iceland/v16/rax9HiuFsdMNOnWPWKxGADBbg0s.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Imbue\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iWfOsNNK-Q4xY.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iXfOsNNK-Q4xY.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP5aXfOsNNK-Q4xY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iXfOsNNK-Q4xY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP_qXfOsNNK-Q4xY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPxaQfOsNNK-Q4xY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPy-QfOsNNK-Q4xY.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iQfOsNNK-Q4xY.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP2GQfOsNNK-Q4xY.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Imperial Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imperialscript/v3/5DCPAKrpzy_H98IV2ISnZBbGrVNvPenlvttWNg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Imprima\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/imprima/v16/VEMxRoN7sY3yuy-7-oWHyDzktPo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Inconsolata\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v31\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU8aRr8lleY2co.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp9s8aRr8lleY2co.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8aRr8lleY2co.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp7c8aRr8lleY2co.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp1s7aRr8lleY2co.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp2I7aRr8lleY2co.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU7aRr8lleY2co.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lppyw7aRr8lleY2co.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Inder\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/inder/v14/w8gUH2YoQe8_4vq6pw-P3U4O.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Indie Flower\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/indieflower/v17/m8JVjfNVeKWVnh3QMuKkFcZlbkGG1dKEDw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ingrid Darling\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ingriddarling/v2/LDIrapaJNxUtSuFdw-9yf4rCPsLOub458jGL.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Inika\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/inika/v21/rnCm-x5X3QP-phTHRcc2s2XH.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/inika/v21/rnCr-x5X3QP-pix7auM-mHnOSOuk.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Inknut Antiqua\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5bBoIYJNf.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GSYax7VC4ot_qNB4nYpBdaKXUD6pzxRwYB.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5bBoIYJNf.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5bBoIYJNf.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5bBoIYJNf.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5bBoIYJNf.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5bBoIYJNf.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Inria Sans\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3ELaDQtFqeY3fX4.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAgQlPrcQybX4pQA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/inriasans/v14/ptRMTiqXYfZMCOiVj9kQ5O7yKQNute8.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/inriasans/v14/ptROTiqXYfZMCOiVj9kQ1Oz4LSFrpe8uZA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3FLdDQtFqeY3fX4.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAkQ5PrcQybX4pQA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Inria Serif\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/inriaserif/v14/fC14PYxPY3rXxEndZJAzN3wAVQjFhFyta3xN.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/inriaserif/v14/fC16PYxPY3rXxEndZJAzN3SuT4THjliPbmxN0_E.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/inriaserif/v14/fC1lPYxPY3rXxEndZJAzN0SsfSzNr0Ck.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/inriaserif/v14/fC1nPYxPY3rXxEndZJAzN3SudyjvqlCkcmU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/inriaserif/v14/fC14PYxPY3rXxEndZJAzN3wQUgjFhFyta3xN.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/inriaserif/v14/fC16PYxPY3rXxEndZJAzN3SuT5TAjliPbmxN0_E.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Inspiration\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/inspiration/v3/x3dkckPPZa6L4wIg5cZOEvoGnSrlBBsy.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Inter\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZhrib2Bg-4.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZhrib2Bg-4.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZhrib2Bg-4.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZhrib2Bg-4.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZhrib2Bg-4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Inter Tight\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/intertight/v1/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw6qXCRToK8EPg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/intertight/v1/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjjw-qXCRToK8EPg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/intertight/v1/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjUQ-qXCRToK8EPg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/intertight/v1/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qXCRToK8EPg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/intertight/v1/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qXCRToK8EPg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/intertight/v1/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqXCRToK8EPg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/intertight/v1/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj6AiqXCRToK8EPg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/intertight/v1/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjjwiqXCRToK8EPg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/intertight/v1/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjpgiqXCRToK8EPg.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/intertight/v1/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xCHi5XgqoUPvi5.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/intertight/v1/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zCHy5XgqoUPvi5.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/intertight/v1/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0wcHy5XgqoUPvi5.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/intertight/v1/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xCHy5XgqoUPvi5.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/intertight/v1/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xwHy5XgqoUPvi5.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/intertight/v1/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ycGC5XgqoUPvi5.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/intertight/v1/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ylGC5XgqoUPvi5.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/intertight/v1/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zCGC5XgqoUPvi5.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/intertight/v1/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zrGC5XgqoUPvi5.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Irish Grover\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/irishgrover/v23/buExpoi6YtLz2QW7LA4flVgf-P5Oaiw4cw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Island Moments\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/islandmoments/v3/NaPBcZfVGvBdxIt7Ar0qzkXJF-TGIohbZ6SY.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Istok Web\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/istokweb/v20/3qTvojGmgSyUukBzKslZAWF-9kIIaQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/istokweb/v20/3qTpojGmgSyUukBzKslpA2t61EcYaQ7F.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/istokweb/v20/3qTqojGmgSyUukBzKslhvU5a_mkUYBfcMw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/istokweb/v20/3qT0ojGmgSyUukBzKslpA1PG-2MQQhLMMygN.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Italiana\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/italiana/v16/QldNNTtLsx4E__B0XTmRY31Wx7Vv.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Italianno\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/italianno/v16/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Itim\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/itim/v10/0nknC9ziJOYewARKkc7ZdwU.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jacques Francois\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/jacquesfrancois/v20/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcPqoeRWfbs.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jacques Francois Shadow\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v21/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8VsHuV5ULS.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jaldi\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/jaldi/v12/or3sQ67z0_CI30NUZpD_B6g8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/jaldi/v12/or3hQ67z0_CI33voSbT3LLQ1niPn.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"JetBrains Mono\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yK1jPVmUsaaDhw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKxjPVmUsaaDhw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8lqxjPVmUsaaDhw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPVmUsaaDhw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-qxjPVmUsaaDhw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8FqtjPVmUsaaDhw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjPVmUsaaDhw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKtjPVmUsaaDhw.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-Lf1OQk6OThxPA.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LflOQk6OThxPA.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO_VflOQk6OThxPA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-LflOQk6OThxPA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-5flOQk6OThxPA.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9VeVOQk6OThxPA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9seVOQk6OThxPA.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LeVOQk6OThxPA.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jim Nightshade\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/jimnightshade/v20/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4V3qKaMxD.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Joan\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/joan/v1/ZXupe1oZsqWRbRdH8X1p_Ng.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jockey One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/jockeyone/v15/HTxpL2g2KjCFj4x8WI6ArIb7HYOk4xc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jolly Lodger\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/jollylodger/v20/BXRsvFTAh_bGkA1uQ48dlB3VWerT3ZyuqA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jomhuria\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/jomhuria/v18/Dxxp8j-TMXf-llKur2b1MOGbC3Dh.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jomolhari\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"tibetan\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/jomolhari/v14/EvONzA1M1Iw_CBd2hsQCF1IZKq5INg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Josefin Sans\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjRXMFrLgTsQV0.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_LjQXMFrLgTsQV0.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQXMFrLgTsQV0.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXMFrLgTsQV0.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ArQXMFrLgTsQV0.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ObXXMFrLgTsQV0.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XXMFrLgTsQV0.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtINhKibpUV3MEQ.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJhKibpUV3MEQ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCT6oJhKibpUV3MEQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtIJhKibpUV3MEQ.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCThoJhKibpUV3MEQ.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTaoVhKibpUV3MEQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTU4VhKibpUV3MEQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Josefin Slab\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-07-12\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71mtd3k3K6CcEyI.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W79msd3k3K6CcEyI.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W7wesd3k3K6CcEyI.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msd3k3K6CcEyI.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W72usd3k3K6CcEyI.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W74erd3k3K6CcEyI.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W776rd3k3K6CcEyI.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzs9L4KZAyK43w.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvHzo9L4KZAyK43w.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvwTo9L4KZAyK43w.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzo9L4KZAyK43w.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvrTo9L4KZAyK43w.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvQT09L4KZAyK43w.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHveD09L4KZAyK43w.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jost\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7myjJAVGPokMmuHL.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mwjJQVGPokMmuHL.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mz9JQVGPokMmuHL.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7myjJQVGPokMmuHL.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7myRJQVGPokMmuHL.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mx9IgVGPokMmuHL.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mxEIgVGPokMmuHL.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mwjIgVGPokMmuHL.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mwKIgVGPokMmuHL.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0ENI0un_HLMEo.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0FNI0un_HLMEo.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZrMFNI0un_HLMEo.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0FNI0un_HLMEo.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZt8FNI0un_HLMEo.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZjMCNI0un_HLMEo.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZgoCNI0un_HLMEo.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0CNI0un_HLMEo.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZkQCNI0un_HLMEo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Joti One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/jotione/v21/Z9XVDmdJQAmWm9TwaYTe4u2El6GC.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jua\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/jua/v13/co3KmW9ljjAjc-DZCsKgsg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Judson\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/judson/v18/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/judson/v18/FeVTS0Fbvbc14VxhDblw97BrknZf.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/judson/v18/FeVSS0Fbvbc14Vxps5xQ3Z5nm29Gww.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Julee\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/julee/v22/TuGfUVB3RpZPQ6ZLodgzydtk.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Julius Sans One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/juliussansone/v14/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xXEW6aGXHw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Junge\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/junge/v20/gokgH670Gl1lUqAdvhB7SnKm.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Jura\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"kayah-li\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP0D7auhTfmrH_rt.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7auhTfmrH_rt.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1v7auhTfmrH_rt.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP2D6quhTfmrH_rt.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP266quhTfmrH_rt.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Just Another Hand\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/justanotherhand/v19/845CNN4-AJyIGvIou-6yJKyptyOpOcr_BmmlS5aw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Just Me Again Down Here\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/justmeagaindownhere/v24/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwHvqDwc_fg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"K2D\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/k2d/v9/J7aRnpF2V0ErE6UpvrIw74NL.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/k2d/v9/J7afnpF2V0EjdZ1NtLYS6pNLAjk.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Erv4QJlJw85ppSGw.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ3hlZY4xJ9CGyAa.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Er24cJlJw85ppSGw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ2FlpY4xJ9CGyAa.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/k2d/v9/J7aTnpF2V0ETd68tnLcg7w.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/k2d/v9/J7aRnpF2V0EjdaUpvrIw74NL.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Erg4YJlJw85ppSGw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ3dl5Y4xJ9CGyAa.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Err4EJlJw85ppSGw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ3xkJY4xJ9CGyAa.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Ery4AJlJw85ppSGw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ2VkZY4xJ9CGyAa.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Er14MJlJw85ppSGw.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ2JkpY4xJ9CGyAa.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kadwa\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kadwa/v10/rnCm-x5V0g7iphTHRcc2s2XH.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kadwa/v10/rnCr-x5V0g7ipix7auM-mHnOSOuk.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kaisei Decol\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kaiseidecol/v8/bMrwmSqP45sidWf3QmfFW6iyW1EP22OjoA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kaiseidecol/v8/bMrvmSqP45sidWf3QmfFW6iKr3gr00i_qb57kA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kaiseidecol/v8/bMrvmSqP45sidWf3QmfFW6iK534r00i_qb57kA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kaisei HarunoUmi\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_RiZQSLqBQoAHhK_C6N_nzy_jcGsv5sM8u3mk.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_WiZQSLqBQoAHhK_C6N_nzy_jcIj_QlMcFwmC9FAU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_WiZQSLqBQoAHhK_C6N_nzy_jcInfWlMcFwmC9FAU.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kaisei Opti\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kaiseiopti/v8/QldKNThJphYb8_g6c2nlIFle7KlmxuHx.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kaiseiopti/v8/QldXNThJphYb8_g6c2nlIGGqxY1u7f34DYwn.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kaiseiopti/v8/QldXNThJphYb8_g6c2nlIGHiw41u7f34DYwn.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kaisei Tokumin\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8sN5wdZg7xCwuMsylww2ZiQkJf1l0pj946.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnqr_3khpMIzeI6v.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnrj-XkhpMIzeI6v.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnr_-nkhpMIzeI6v.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kalam\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/kalam/v16/YA9Qr0Wd4kDdMtD6GgLLmCUItqGt.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMuhWMibDszkB.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kalam/v16/YA9Qr0Wd4kDdMtDqHQLLmCUItqGt.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kameron\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kameron/v15/vm82dR7vXErQxuznsL4wL-XIYH8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kameron/v15/vm8zdR7vXErQxuzniAIfC-3jfHb--NY.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kanit\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/kanit/v12/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/kanit/v12/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/kanit/v12/nKKZ-Go6G5tXcoaSEQGodLxA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/kanit/v12/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kantumruy\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"khmer\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/kantumruy/v21/syk0-yJ0m7wyVb-f4FOPUtDlpn-UJ1H6Uw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/kantumruy/v21/sykx-yJ0m7wyVb-f4FO3_vjBrlSILg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kantumruy/v21/syk0-yJ0m7wyVb-f4FOPQtflpn-UJ1H6Uw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kantumruy Pro\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urUs0M34dR6dW.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg3urEs0M34dR6dW.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg0wrEs0M34dR6dW.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urEs0M34dR6dW.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1crEs0M34dR6dW.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2wq0s0M34dR6dW.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2Jq0s0M34dR6dW.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N2OXo_QrdWlcU.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7yN3OXo_QrdWlcU.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7_13OXo_QrdWlcU.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N3OXo_QrdWlcU.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim75F3OXo_QrdWlcU.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim731wOXo_QrdWlcU.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim70RwOXo_QrdWlcU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Karantina\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/karantina/v11/buExpo24ccnh31GVMABxXCgf-P5Oaiw4cw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/karantina/v11/buE0po24ccnh31GVMABJ8AA78NVSYw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/karantina/v11/buExpo24ccnh31GVMABxTC8f-P5Oaiw4cw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Karla\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJqqFENLR7fHGw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDppqqFENLR7fHGw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqqFENLR7fHGw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDypqqFENLR7fHGw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDJp2qFENLR7fHGw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDH52qFENLR7fHGw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJ2qFENLR7fHGw.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCV0lPZbLXGxGR.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNkcV0lPZbLXGxGR.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlCV0lPZbLXGxGR.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlwV0lPZbLXGxGR.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmcUElPZbLXGxGR.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmlUElPZbLXGxGR.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCUElPZbLXGxGR.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Karma\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLjDY8Z_uqzGQC_-.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/karma/v16/va9I4kzAzMZRGIBvS-J3kbDP.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLibYsZ_uqzGQC_-.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLi3ZcZ_uqzGQC_-.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLjTZMZ_uqzGQC_-.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Katibeh\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/katibeh/v17/ZGjXol5MQJog4bxDaC1RVDNdGDs.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kaushan Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kaushanscript/v14/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kavivanar\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kavivanar/v18/o-0IIpQgyXYSwhxP7_Jb4j5Ba_2c7A.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kavoon\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kavoon/v21/pxiFyp4_scRYhlU4NLr6f1pdEQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kdam Thmor Pro\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kdamthmorpro/v1/EJRPQgAzVdcI-Qdvt34jzurnGA7_j89I8ZWb.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Keania One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/keaniaone/v20/zOL54pXJk65E8pXardnuycRuv-hHkOs.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kelly Slab\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kellyslab/v15/-W_7XJX0Rz3cxUnJC5t6TkMBf50kbiM.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kenia\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kenia/v24/jizURE5PuHQH9qCONUGswfGM.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Khand\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bL5cFE3ZwaH__-C.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/khand/v14/TwMA-IINQlQQ0YpVWHU_TBqO.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bKhcVE3ZwaH__-C.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bKNdlE3ZwaH__-C.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bLpd1E3ZwaH__-C.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Khmer\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/khmer/v25/MjQImit_vPPwpF-BpN2EeYmD.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Khula\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-ljCvUrC59XwXD.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/khula/v12/OpNCnoEOns3V7FcJpA_chzJ0.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G_RiivUrC59XwXD.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-1iyvUrC59XwXD.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-piCvUrC59XwXD.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kings\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kings/v5/8AtnGsK4O5CYXU_Iq6GSPaHS.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kirang Haerang\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kiranghaerang/v20/E21-_dn_gvvIjhYON1lpIU4-bcqvWPaJq4no.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kite One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kiteone/v20/70lQu7shLnA_E02vyq1b6HnGO4uA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kiwi Maru\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/kiwimaru/v14/R70djykGkuuDep-hRg6gNCi0Vxn9R5ShnA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/kiwimaru/v14/R70YjykGkuuDep-hRg6YmACQXzLhTg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kiwimaru/v14/R70djykGkuuDep-hRg6gbCm0Vxn9R5ShnA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Klee One\",\n      \"variants\": [\n        \"regular\",\n        \"600\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek-ext\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kleeone/v7/LDIxapCLNRc6A8oT4q4AOeekWPrP.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/kleeone/v7/LDI2apCLNRc6A8oT4pbYF8Osc-bGkqIw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Knewave\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/knewave/v14/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"KoHo\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPuE1WJ75JoKhHys.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNisssJ_zIqCkDyvqZA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPoU2WJ75JoKhHys.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNiss1JzzIqCkDyvqZA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/koho/v16/K2F-fZ5fmddNBikefJbSOos.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/koho/v16/K2FwfZ5fmddNNisUeLTXKou4Bg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPt03WJ75JoKhHys.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissjJ3zIqCkDyvqZA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPvEwWJ75JoKhHys.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissoJrzIqCkDyvqZA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPpUxWJ75JoKhHys.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissxJvzIqCkDyvqZA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kodchasan\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cX0aUPOAJv9sG4I-DJeR1Cggeqo3eMeoA.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cXqaUPOAJv9sG4I-DJWjUlIgOCs_-YOoIgN.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cX0aUPOAJv9sG4I-DJeI1Oggeqo3eMeoA.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cXqaUPOAJv9sG4I-DJWjUksg-Cs_-YOoIgN.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cX3aUPOAJv9sG4I-DJWjXGAq8Sk1PoH.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cX0aUPOAJv9sG4I-DJee1Kggeqo3eMeoA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cXqaUPOAJv9sG4I-DJWjUl0guCs_-YOoIgN.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cX0aUPOAJv9sG4I-DJeV1Wggeqo3eMeoA.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cXqaUPOAJv9sG4I-DJWjUlYheCs_-YOoIgN.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cX0aUPOAJv9sG4I-DJeM1Sggeqo3eMeoA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/kodchasan/v16/1cXqaUPOAJv9sG4I-DJWjUk8hOCs_-YOoIgN.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Koh Santepheap\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/kohsantepheap/v9/gNMfW3p6SJbwyGj2rBZyeOrTjNuFHVyTtjNJUWU.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/kohsantepheap/v9/gNMeW3p6SJbwyGj2rBZyeOrTjNtNP3y5mD9ASHz5.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/kohsantepheap/v9/gNMdW3p6SJbwyGj2rBZyeOrTjOPhF1ixsyNJ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kohsantepheap/v9/gNMeW3p6SJbwyGj2rBZyeOrTjNtdOHy5mD9ASHz5.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/kohsantepheap/v9/gNMeW3p6SJbwyGj2rBZyeOrTjNtlOny5mD9ASHz5.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kolker Brush\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kolkerbrush/v3/iJWDBXWRZjfKWdvmzwvvog3-7KJ6x8qNUQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kosugi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kosugi/v14/pxiFyp4_v8FCjlI4NLr6f1pdEQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kosugi Maru\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kosugimaru/v14/0nksC9PgP_wGh21A2KeqGiTqivr9iBq_.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kotta One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kottaone/v20/S6u_w41LXzPc_jlfNWqPHA3s5dwt7w.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Koulen\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/koulen/v25/AMOQz46as3KIBPeWgnA9kuYMUg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kranky\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kranky/v24/hESw6XVgJzlPsFnMpheEZo_H_w.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kreon\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v32\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/kreon/v32/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNimejUfp2dWNg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/kreon/v32/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtimejUfp2dWNg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kreon/v32/t5t9IRIUKY-TFF_LW5lnMR3v2DnvUNimejUfp2dWNg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/kreon/v32/t5t9IRIUKY-TFF_LW5lnMR3v2DnvvN-mejUfp2dWNg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kreon/v32/t5t9IRIUKY-TFF_LW5lnMR3v2Dnvhd-mejUfp2dWNg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kristi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kristi/v17/uK_y4ricdeU6zwdRCh0TMv6EXw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Krona One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kronaone/v14/jAnEgHdjHcjgfIb1ZcUCMY-h3cWkWg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Krub\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZo47KLF4R6gWaf8.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQiwLByQ4oTef_6gQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZuo4KLF4R6gWaf8.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQipLNyQ4oTef_6gQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/krub/v9/sZlLdRyC6CRYXkYQDLlTW6E.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/krub/v9/sZlFdRyC6CRYbkQaCJtWS6EPcA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZrI5KLF4R6gWaf8.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQi_LJyQ4oTef_6gQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZp4-KLF4R6gWaf8.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQi0LVyQ4oTef_6gQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZvo_KLF4R6gWaf8.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQitLRyQ4oTef_6gQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kufam\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3lqk7qQCJHvIwYg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3pKk7qQCJHvIwYg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3SK47qQCJHvIwYg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3ca47qQCJHvIwYg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3Fq47qQCJHvIwYg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3P647qQCJHvIwYg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXurT6gqNPPcgYp0i.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXurh6gqNPPcgYp0i.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXuoN7QqNPPcgYp0i.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXuo07QqNPPcgYp0i.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXupT7QqNPPcgYp0i.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXup67QqNPPcgYp0i.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kulim Park\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjJYNwa5aZbUvGjU.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUKa9QYZcqCjVVUA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjPIOwa5aZbUvGjU.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUTaxQYZcqCjVVUA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/kulimpark/v14/fdN79secq3hflz1Uu3IwtF4m5aZxebw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/kulimpark/v14/fdN59secq3hflz1Uu3IwhFws4YR0abw2Aw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjIYIwa5aZbUvGjU.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUOapQYZcqCjVVUA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjOIJwa5aZbUvGjU.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUXatQYZcqCjVVUA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kumar One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kumarone/v17/bMr1mS-P958wYi6YaGeGNO6WU3oT0g.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kumar One Outline\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kumaroneoutline/v17/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDwRQu8EGKF.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kumbh Sans\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNorqSyNIXIwSP0XD.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNopqSiNIXIwSP0XD.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNoq0SiNIXIwSP0XD.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNorqSiNIXIwSP0XD.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNorYSiNIXIwSP0XD.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNoo0TSNIXIwSP0XD.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNooNTSNIXIwSP0XD.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNopqTSNIXIwSP0XD.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNopDTSNIXIwSP0XD.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Kurale\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/kurale/v11/4iCs6KV9e9dXjho6eAT3v02QFg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"La Belle Aurore\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/labelleaurore/v16/RrQIbot8-mNYKnGNDkWlocovHeIIG-eFNVmULg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lacquer\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lacquer/v15/EYqzma1QwqpG4_BBB7-AXhttQ5I.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Laila\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/laila/v13/LYjBdG_8nE8jDLzxogNAh14nVcfe.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/laila/v13/LYjMdG_8nE8jDIRdiidIrEIu.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/laila/v13/LYjBdG_8nE8jDLypowNAh14nVcfe.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/laila/v13/LYjBdG_8nE8jDLyFpANAh14nVcfe.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/laila/v13/LYjBdG_8nE8jDLzhpQNAh14nVcfe.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lakki Reddy\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lakkireddy/v19/S6u5w49MUSzD9jlCPmvLZQfox9k97-xZ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lalezar\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lalezar/v14/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lancelot\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lancelot/v22/J7acnppxBGtQEulG4JY4xJ9CGyAa.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Langar\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"gurmukhi\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/langar/v26/kJEyBukW7AIlgjGVrTVZ99sqrQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lateef\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/lateef/v24/hESz6XVnNCxEvkb0bjygbqTb9nQ-RA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/lateef/v24/hESz6XVnNCxEvkb0Cj-gbqTb9nQ-RA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lateef/v24/hESw6XVnNCxEvkbMpheEZo_H_w.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lateef/v24/hESz6XVnNCxEvkb0Uj6gbqTb9nQ-RA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lateef/v24/hESz6XVnNCxEvkb0fjmgbqTb9nQ-RA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lateef/v24/hESz6XVnNCxEvkb0GjigbqTb9nQ-RA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/lateef/v24/hESz6XVnNCxEvkb0BjugbqTb9nQ-RA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lato\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHvxk6XweuBCY.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lavishly Yours\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lavishlyyours/v2/jizDREVIvGwH5OjiZmX9r5z_WxUY0TY7ikbI.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"League Gothic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/leaguegothic/v6/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_-amidQ6Q9hn.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"League Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/leaguescript/v24/CSR54zpSlumSWj9CGVsoBZdeaNNUuOwkC2s.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"League Spartan\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oXpBMdcFguczA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoTpBMdcFguczA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMoITpBMdcFguczA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTpBMdcFguczA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMzITpBMdcFguczA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMIIPpBMdcFguczA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMGYPpBMdcFguczA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoPpBMdcFguczA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMV4PpBMdcFguczA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Leckerli One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/leckerlione/v16/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ledger\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ledger/v16/j8_q6-HK1L3if_sxm8DwHTBhHw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lekton\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lekton/v17/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/lekton/v17/SZc63FDmLaWmWpBuXR3sv0bb6StO.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lekton/v17/SZc73FDmLaWmWpBm4zjMlWjX4DJXgQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lemon\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lemon/v14/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lemonada\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/lemonada/v20/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGJOt2mfWc3Z2pTg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lemonada/v20/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2mfWc3Z2pTg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lemonada/v20/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGSOt2mfWc3Z2pTg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lemonada/v20/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGpOx2mfWc3Z2pTg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lemonada/v20/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGnex2mfWc3Z2pTg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lexend\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LBte6KuGEo.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LBte6KuGEo.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LBte6KuGEo.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LBte6KuGEo.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LBte6KuGEo.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LBte6KuGEo.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LBte6KuGEo.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LBte6KuGEo.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LBte6KuGEo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lexend Deca\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48MxArBPCqLNflg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cM1ArBPCqLNflg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4rs1ArBPCqLNflg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1ArBPCqLNflg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1ArBPCqLNflg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4LspArBPCqLNflg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4F8pArBPCqLNflg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cMpArBPCqLNflg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4WcpArBPCqLNflg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lexend Exa\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7T6bHHJ8BRq0b.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7TqbHHJ8BRq0b.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9qlTqbHHJ8BRq0b.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9rJTqbHHJ8BRq0b.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9olSabHHJ8BRq0b.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7SabHHJ8BRq0b.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9pSSabHHJ8BRq0b.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lexend Giga\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LmE68oo6eepYQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWLiE68oo6eepYQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRChriE68oo6eepYQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LiE68oo6eepYQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC6riE68oo6eepYQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCBr-E68oo6eepYQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCP7-E68oo6eepYQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWL-E68oo6eepYQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCcb-E68oo6eepYQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lexend Mega\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fivveyiq9EqQw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcfmvveyiq9EqQw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLr_mvveyiq9EqQw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fmvveyiq9EqQw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLw_mvveyiq9EqQw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLL_6vveyiq9EqQw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLFv6vveyiq9EqQw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcf6vveyiq9EqQw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLWP6vveyiq9EqQw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lexend Peta\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SFyW1YuRTsnfw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSByW1YuRTsnfw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRtyByW1YuRTsnfw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SByW1YuRTsnfw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR2yByW1YuRTsnfw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRNydyW1YuRTsnfw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRDidyW1YuRTsnfw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSdyW1YuRTsnfw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRQCdyW1YuRTsnfw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lexend Tera\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zITdpz0fYxcrQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzMTdpz0fYxcrQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMuTMTdpz0fYxcrQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zMTdpz0fYxcrQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM1TMTdpz0fYxcrQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMOTQTdpz0fYxcrQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMADQTdpz0fYxcrQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzQTdpz0fYxcrQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMTjQTdpz0fYxcrQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lexend Zetta\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bH0z5jbs8qbts.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bG0z5jbs8qbts.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy4jG0z5jbs8qbts.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bG0z5jbs8qbts.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy-TG0z5jbs8qbts.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCywjB0z5jbs8qbts.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCyzHB0z5jbs8qbts.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bB0z5jbs8qbts.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy3_B0z5jbs8qbts.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Barcode 128\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librebarcode128/v26/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A_gMk0izH.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Barcode 128 Text\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librebarcode128text/v26/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV3Y6M90w4k.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Barcode 39\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librebarcode39/v19/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_d709jy92k.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Barcode 39 Extended\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librebarcode39extended/v25/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNRCOZ1GOBw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Barcode 39 Extended Text\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librebarcode39extendedtext/v25/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fLIiPopNNA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Barcode 39 Text\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librebarcode39text/v26/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031RRL-9rYaw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Barcode EAN13 Text\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librebarcodeean13text/v19/wlpigxXFDU1_oCu9nfZytgIqSG0XRcJm_OQiB96PAGEki52WfA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Baskerville\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librebaskerville/v14/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNeYRI4CN2V.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/librebaskerville/v14/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxYaDc2V2ro.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/librebaskerville/v14/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYwI8Gcw6Oi.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Bodoni\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librebodoni/v3/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6I1fwWzZcOb3U3s.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/librebodoni/v3/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6L9fwWzZcOb3U3s.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/librebodoni/v3/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6FNYwWzZcOb3U3s.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/librebodoni/v3/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6GpYwWzZcOb3U3s.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/librebodoni/v3/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcKS_TdMTyQ3syLg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/librebodoni/v3/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcGy_TdMTyQ3syLg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/librebodoni/v3/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUc9yjTdMTyQ3syLg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/librebodoni/v3/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUczijTdMTyQ3syLg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Caslon Display\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librecaslondisplay/v14/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lRdRhtCC4d.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Caslon Text\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/librecaslontext/v3/DdT878IGsGw1aF1JU10PUbTvNNaDMcq_3eNrHgO1.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/librecaslontext/v3/DdT678IGsGw1aF1JU10PUbTvNNaDMfq91-dJGxO1q9o.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/librecaslontext/v3/DdT578IGsGw1aF1JU10PUbTvNNaDMfID8sdjNR-8ssPt.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Libre Franklin\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsSUB9rIb-JH1g.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsWUB9rIb-JH1g.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhcMWUB9rIb-JH1g.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWUB9rIb-JH1g.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhHMWUB9rIb-JH1g.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduh8MKUB9rIb-JH1g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhycKUB9rIb-JH1g.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsKUB9rIb-JH1g.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhh8KUB9rIb-JH1g.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RdDMTedX1sGE.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8RNDMTedX1sGE.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oYiRNDMTedX1sGE.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RNDMTedX1sGE.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZORNDMTedX1sGE.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oaiQ9DMTedX1sGE.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oabQ9DMTedX1sGE.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8Q9DMTedX1sGE.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05obVQ9DMTedX1sGE.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Licorice\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/licorice/v3/t5tjIR8TMomTCAyjNk23hqLgzCHu.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Life Savers\",\n      \"variants\": [\n        \"regular\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lifesavers/v18/ZXuie1UftKKabUQMgxAal_lrFgpbuNvB.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lifesavers/v18/ZXu_e1UftKKabUQMgxAal8HXOS5Tk8fIpPRW.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/lifesavers/v18/ZXu_e1UftKKabUQMgxAal8HLOi5Tk8fIpPRW.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lilita One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lilitaone/v13/i7dPIFZ9Zz-WBtRtedDbUEZ2RFq7AwU.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lily Script One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lilyscriptone/v15/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gsSjQNsRMg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Limelight\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuYPeNGrnY2TA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Linden Hill\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lindenhill/v22/-F61fjxoKSg9Yc3hZgO8ygFI7CwC009k.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/lindenhill/v22/-F63fjxoKSg9Yc3hZgO8yjFK5igg1l9kn-s.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Literata\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v30\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG_F_bcTWCWp8g.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbE-_F_bcTWCWp8g.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbBG_F_bcTWCWp8g.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbCO_F_bcTWCWp8g.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbM-4F_bcTWCWp8g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbPa4F_bcTWCWp8g.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG4F_bcTWCWp8g.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbLi4F_bcTWCWp8g.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7XWSUKTt8iVow.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8obXWSUKTt8iVow.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8_7XWSUKTt8iVow.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8zbXWSUKTt8iVow.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8IbLWSUKTt8iVow.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8GLLWSUKTt8iVow.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7LWSUKTt8iVow.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8VrLWSUKTt8iVow.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Liu Jian Mao Cao\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"chinese-simplified\",\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/liujianmaocao/v15/~ChIKEExpdSBKaWFuIE1hbyBDYW8gACoECAEYAQ==.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Livvic\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/livvic/v13/rnCr-x1S2hzjrlffC-M-mHnOSOuk.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/livvic/v13/rnCt-x1S2hzjrlfXbdtakn3sTfukQHs.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlffp8IeslfCQfK9WQ.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbdv2s13GY_etWWIJ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlffw8EeslfCQfK9WQ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbduSsF3GY_etWWIJ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/livvic/v13/rnCp-x1S2hzjrlfnb-k6unzeSA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/livvic/v13/rnCr-x1S2hzjrlfXbeM-mHnOSOuk.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlffm8AeslfCQfK9WQ.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbdvKsV3GY_etWWIJ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlfft8ceslfCQfK9WQ.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbdvmtl3GY_etWWIJ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlff08YeslfCQfK9WQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbduCt13GY_etWWIJ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlff68QeslfCQfK9WQ.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbdu6tV3GY_etWWIJ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lobster\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v28\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9_oWsMqEzSJQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lobster Two\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lobstertwo/v18/BngMUXZGTXPUvIoyV6yN59fK7KSJ4ACD.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/lobstertwo/v18/BngOUXZGTXPUvIoyV6yN5-fI5qCr5RCDY_k.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lobstertwo/v18/BngRUXZGTXPUvIoyV6yN5-92w4CByxyKeuDp.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/lobstertwo/v18/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRiof_DpXMY.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Londrina Outline\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/londrinaoutline/v23/C8c44dM8vmb14dfsZxhetg3pDH-SfuoxrSKMDvI.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Londrina Shadow\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/londrinashadow/v22/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRlaSxkrMCQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Londrina Sketch\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/londrinasketch/v21/c4m41npxGMTnomOHtRU68eIJn8qfWWn5Pos6CA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Londrina Solid\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/londrinasolid/v15/flUjRq6sw40kQEJxWNgkLuudGfs9KBYesZHhV64.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/londrinasolid/v15/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0n53oTrcL.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/londrinasolid/v15/flUhRq6sw40kQEJxWNgkLuudGcNZIhI8tIHh.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/londrinasolid/v15/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0n53oTrcL.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Long Cang\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"chinese-simplified\",\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/longcang/v17/LYjAdGP8kkgoTec8zkRgrXArXN7HWQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lora\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787weuyJGmKxemMeZ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787wsuyJGmKxemMeZ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787zAvCJGmKxemMeZ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787z5vCJGmKxemMeZ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkqh8ndeZzZ0.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-PgFkqh8ndeZzZ0.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-BQCkqh8ndeZzZ0.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Ckqh8ndeZzZ0.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Love Light\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lovelight/v3/t5tlIR0TNJyZWimpNAXDjKbCyTHuspo.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Love Ya Like A Sister\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/loveyalikeasister/v16/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78nZcsGGycA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Loved by the King\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lovedbytheking/v17/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiNlXFu2R64.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lovers Quarrel\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/loversquarrel/v21/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Luckiest Guy\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/luckiestguy/v18/_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lusitana\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lusitana/v13/CSR84z9ShvucWzsMKxhaRuMiSct_.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/lusitana/v13/CSR74z9ShvucWzsMKyDmaccqYtd2vfwk.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Lustria\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Luxurious Roman\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/luxuriousroman/v3/buEupou_ZcP1w0yTKxJJokVSmbpqYgckeo9RMw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Luxurious Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/luxuriousscript/v5/ahcCv9e7yydulT32KZ0rBIoD7DzMg0rOby1JtYk.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"M PLUS 1\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSe78nZcsGGycA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51Sa78nZcsGGycA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Cya78nZcsGGycA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSa78nZcsGGycA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Zya78nZcsGGycA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5iyG78nZcsGGycA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5siG78nZcsGGycA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51SG78nZcsGGycA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5_CG78nZcsGGycA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"M PLUS 1 Code\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0XHpapwmdZhY.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7gN0HHpapwmdZhY.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7jT0HHpapwmdZhY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0HHpapwmdZhY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7i_0HHpapwmdZhY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hT13HpapwmdZhY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hq13HpapwmdZhY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"M PLUS 1p\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"hebrew\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/mplus1p/v27/e3tleuShHdiFyPFzBRrQnDQAUW3aq-5N.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mplus1p/v27/e3tmeuShHdiFyPFzBRrQVBYge0PWovdU4w.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mplus1p/v27/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mplus1p/v27/e3tmeuShHdiFyPFzBRrQDBcge0PWovdU4w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mplus1p/v27/e3tmeuShHdiFyPFzBRrQRBEge0PWovdU4w.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/mplus1p/v27/e3tmeuShHdiFyPFzBRrQWBIge0PWovdU4w.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/mplus1p/v27/e3tmeuShHdiFyPFzBRrQfBMge0PWovdU4w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"M PLUS 2\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa-VxlqHrzNgAw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwua6VxlqHrzNgAw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwZ66VxlqHrzNgAw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa6VxlqHrzNgAw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwC66VxlqHrzNgAw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw56mVxlqHrzNgAw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw3qmVxlqHrzNgAw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwuamVxlqHrzNgAw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwkKmVxlqHrzNgAw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"M PLUS Code Latin\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbB6i5MqF9TRwg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1MbA6i5MqF9TRwg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1BjA6i5MqF9TRwg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbA6i5MqF9TRwg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1HTA6i5MqF9TRwg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1JjH6i5MqF9TRwg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1KHH6i5MqF9TRwg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"M PLUS Rounded 1c\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"hebrew\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixLsg6-av1x0.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psKxeqmzgRK.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sKxeqmzgRK.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsKxeqmzgRK.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psKxeqmzgRK.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sKxeqmzgRK.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ma Shan Zheng\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"chinese-simplified\",\n        \"latin\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mashanzheng/v10/NaPecZTRCLxvwo41b4gvzkXaRMTsDIRSfr0.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Macondo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/macondo/v21/RrQQboN9-iB1IXmOS2XO0LBBd4Y.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Macondo Swash Caps\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/macondoswashcaps/v20/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oekoa_mm5bA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mada\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSdf3nCCL8zkwMIFg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSdZnkCCL8zkwMIFg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mada/v16/7Auwp_0qnzeSTTXMLCrX0kU.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSdcHlCCL8zkwMIFg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSde3iCCL8zkwMIFg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSdYnjCCL8zkwMIFg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSdbHhCCL8zkwMIFg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Magra\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/magra/v14/uK_94ruaZus72k5xIDMfO-ed.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/magra/v14/uK_w4ruaZus72nbNDxcXEPuUX1ow.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Maiden Orange\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/maidenorange/v25/kJE1BuIX7AUmhi2V4m08kb1XjOZdCZS8FY8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Maitree\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklhGNWJGovLdh6OE.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklnWOWJGovLdh6OE.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/maitree/v10/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrkli2PWJGovLdh6OE.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklgGIWJGovLdh6OE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklmWJWJGovLdh6OE.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Major Mono Display\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/majormonodisplay/v12/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mako\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mako/v18/H4coBX6Mmc_Z0ST09g478Lo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mali\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/mali/v9/N0bV2SRONuN4QOLlKlRaJdbWgdY.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/mali/v9/N0bX2SRONuN4SCj8wlVQIfTTkdbJYA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mali/v9/N0bV2SRONuN4QIbmKlRaJdbWgdY.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/mali/v9/N0bX2SRONuN4SCj8plZQIfTTkdbJYA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mali/v9/N0ba2SRONuN4eCrODlxxOd8.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/mali/v9/N0bU2SRONuN4SCjECn50Kd_PmA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mali/v9/N0bV2SRONuN4QN7nKlRaJdbWgdY.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/mali/v9/N0bX2SRONuN4SCj8_ldQIfTTkdbJYA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mali/v9/N0bV2SRONuN4QPLgKlRaJdbWgdY.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/mali/v9/N0bX2SRONuN4SCj80lBQIfTTkdbJYA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mali/v9/N0bV2SRONuN4QJbhKlRaJdbWgdY.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/mali/v9/N0bX2SRONuN4SCj8tlFQIfTTkdbJYA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mallanna\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mallanna/v13/hv-Vlzx-KEQb84YaDGwzEzRwVvJ-.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mandali\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mandali/v14/LhWlMVbYOfASNfNUVFk1ZPdcKtA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Manjari\",\n      \"variants\": [\n        \"100\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"malayalam\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/manjari/v9/k3kSo8UPMOBO2w1UdbroK2vFIaOV8A.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/manjari/v9/k3kQo8UPMOBO2w1UTd7iL0nAMaM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/manjari/v9/k3kVo8UPMOBO2w1UdWLNC0HrLaqM6Q4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Manrope\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F87jxeN7B.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F87jxeN7B.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F87jxeN7B.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F87jxeN7B.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mansalva\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mansalva/v9/aWB4m0aacbtDfvq5NJllI47vdyBg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Manuale\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeG6e7wD1TB_JHHY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wD1TB_JHHY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHWe7wD1TB_JHHY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeE6fLwD1TB_JHHY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeEDfLwD1TB_JHHY.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeFkfLwD1TB_JHHY.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOApA3zRdIWHYr8M.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOFRA3zRdIWHYr8M.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOGZA3zRdIWHYr8M.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOIpH3zRdIWHYr8M.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOLNH3zRdIWHYr8M.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsONRH3zRdIWHYr8M.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Marcellus\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF8FUfAL3EsHiA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Marcellus SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/marcellussc/v13/ke8iOgUHP1dg-Rmi6RWjbLEPgdydGKikhA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Marck Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/marckscript/v16/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Margarine\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/margarine/v21/qkBXXvoE6trLT9Y7YLye5JRLkAXbMQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Markazi Text\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/markazitext/v22/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/markazitext/v22/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4MlBekmJLo.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/markazitext/v22/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4MlBekmJLo.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/markazitext/v22/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4MlBekmJLo.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Marko One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/markoone/v22/9Btq3DFG0cnVM5lw1haaKpUfrHPzUw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Marmelad\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/marmelad/v15/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Martel\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVqekahRbX9vnDzw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVzeoahRbX9vnDzw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/martel/v10/PN_xRfK9oXHga0XtYcI-jT3L_w.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVuewahRbX9vnDzw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XV3e0ahRbX9vnDzw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVwe4ahRbX9vnDzw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XV5e8ahRbX9vnDzw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Martel Sans\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hAX5suHFUknqMxQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBz5cuHFUknqMxQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/martelsans/v12/h0GsssGi7VdzDgKjM-4d8ijfze-PPlUu.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hAH48uHFUknqMxQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBj4suHFUknqMxQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hB_4cuHFUknqMxQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBb4MuHFUknqMxQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Marvel\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/marvel/v14/nwpVtKeoNgBV0qaIkV7ED366zg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/marvel/v14/nwpXtKeoNgBV0qa4k1TALXuqzhA7.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/marvel/v14/nwpWtKeoNgBV0qawLXHgB1WmxwkiYQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/marvel/v14/nwpQtKeoNgBV0qa4k2x8Al-i5QwyYdrc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mate\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mate/v14/m8JdjftRd7WZ2z28WoXSaLU.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/mate/v14/m8JTjftRd7WZ6z-2XqfXeLVdbw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mate SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/matesc/v21/-nF8OGQ1-uoVr2wKyiXZ95OkJwA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Maven Pro\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v32\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nCpozp5GvU.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nCpozp5GvU.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nCpozp5GvU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nCpozp5GvU.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nCpozp5GvU.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nCpozp5GvU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"McLaren\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mclaren/v13/2EbnL-ZuAXFqZFXISYYf8z2Yt_c.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mea Culpa\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/meaculpa/v3/AMOTz4GcuWbEIuza8jsZms0QW3mqyg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Meddon\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/meddon/v20/kmK8ZqA2EgDNeHTZhBdB3y_Aow.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"MedievalSharp\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/medievalsharp/v24/EvOJzAlL3oU5AQl2mP5KdgptAq96MwvXLDk.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Medula One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/medulaone/v19/YA9Wr0qb5kjJM6l2V0yukiEqs7GtlvY.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Meera Inimai\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"tamil\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/meerainimai/v12/845fNMM5EIqOW5MPuvO3ILep_2jDVevnLQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Megrim\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/megrim/v16/46kulbz5WjvLqJZlbWXgd0RY1g.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Meie Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/meiescript/v21/_LOImzDK7erRjhunIspaMjxn5IXg0WDz.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Meow Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ESch0_0CfDf1.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Merienda\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/merienda/v14/gNMHW3x8Qoy5_mf8uVMCOou6_dvg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/merienda/v14/gNMAW3x8Qoy5_mf8uWu-Fa-y1sfpPES4.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Merienda One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/meriendaone/v16/H4cgBXaMndbflEq6kyZ1ht6YgoyyYzFzFw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Merriweather\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v30\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/merriweather/v30/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Merriweather Sans\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZ_O4ljuEG7xFHnQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4ljuEG7xFHnQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZkO4ljuEG7xFHnQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZfOkljuEG7xFHnQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZRekljuEG7xFHnQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZIukljuEG7xFHnQ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq2TzesCzRRXnaur.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3NzesCzRRXnaur.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3_zesCzRRXnaur.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0TyusCzRRXnaur.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0qyusCzRRXnaur.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq1NyusCzRRXnaur.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Metal\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v28\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/metal/v28/lW-wwjUJIXTo7i3nnoQAUdN2.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Metal Mania\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/metalmania/v22/RWmMoKWb4e8kqMfBUdPFJeXCg6UKDXlq.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Metamorphous\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/metamorphous/v18/Wnz8HA03aAXcC39ZEX5y1330PCCthTsmaQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Metrophobic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/metrophobic/v19/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Michroma\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/michroma/v16/PN_zRfy9qWD8fEagAMg6rzjb_-Da.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Milonga\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/milonga/v20/SZc53FHnIaK9W5kffz3GkUrS8DI.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Miltonian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/miltonian/v26/zOL-4pbPn6Ne9JqTg9mr6e5As-FeiQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Miltonian Tattoo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v28\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/miltoniantattoo/v28/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwP8MDBku-s.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mina\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"bengali\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mina/v11/-nFzOGc18vARrz9j7i3y65o.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mina/v11/-nF8OGc18vARl4NMyiXZ95OkJwA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mingzat\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"lepcha\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mingzat/v1/0QIgMX5C-o-oWWyvBttkm_mv670.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Miniver\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/miniver/v21/eLGcP-PxIg-5H0vC770Cy8r8fWA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Miriam Libre\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/miriamlibre/v13/DdTh798HsHwubBAqfkcBTL_vYJn_Teun9g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/miriamlibre/v13/DdT-798HsHwubBAqfkcBTL_X3LbbRcC7_-Z7Hg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mirza\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mirza/v15/co3ImWlikiN5EurdKMewsrvI.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mirza/v15/co3FmWlikiN5EtIpAeO4mafBomDi.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mirza/v15/co3FmWlikiN5EtIFBuO4mafBomDi.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mirza/v15/co3FmWlikiN5EtJhB-O4mafBomDi.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Miss Fajardose\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/missfajardose/v22/E21-_dn5gvrawDdPFVl-N0Ajb8qvWPaJq4no.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mitr\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8fMZFJDUc1NECPY.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8ZcaFJDUc1NECPY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mitr/v11/pxiLypw5ucZFyTsyMJj_b1o.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8c8bFJDUc1NECPY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8eMcFJDUc1NECPY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8YcdFJDUc1NECPY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mochiy Pop One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mochiypopone/v7/QdVPSTA9Jh-gg-5XZP2UmU4O9kwwD3s6ZKAi.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mochiy Pop P One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mochiypoppone/v7/Ktk2AKuPeY_td1-h9LayHYWCjAqyN4O3WYZB_sU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Modak\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/modak/v18/EJRYQgs1XtIEsnMH8BVZ76KU.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Modern Antiqua\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/modernantiqua/v22/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ea2u0c3Gi.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mogra\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mogra/v19/f0X40eSs8c95TBo4DvLmxtnG.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mohave\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/mohave/v8/7cH0v4ksjJunKqMVAOPIMOeSmiojdif_HvCQopLSvBk.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mohave/v8/7cH0v4ksjJunKqMVAOPIMOeSmiojdnn_HvCQopLSvBk.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mohave/v8/7cH0v4ksjJunKqMVAOPIMOeSmiojdkv_HvCQopLSvBk.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mohave/v8/7cH0v4ksjJunKqMVAOPIMOeSmiojdqf4HvCQopLSvBk.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mohave/v8/7cH0v4ksjJunKqMVAOPIMOeSmiojdp74HvCQopLSvBk.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/mohave/v8/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8qLOaprDXrBlSVw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/mohave/v8/7cH2v4ksjJunKqM_CdE36I75AIQkY7G89rOaprDXrBlSVw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/mohave/v8/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8xLOaprDXrBlSVw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/mohave/v8/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8KLSaprDXrBlSVw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/mohave/v8/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8EbSaprDXrBlSVw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Molengo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/molengo/v16/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Molle\",\n      \"variants\": [\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"italic\": \"http://fonts.gstatic.com/s/molle/v21/E21n_dL5hOXFhWEsXzgmVydREus.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Monda\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/monda/v16/TK3tWkYFABsmjvpmNBsLvPdG.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/monda/v16/TK3gWkYFABsmjsLaGz8Dl-tPKo2t.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Monofett\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/monofett/v22/mFTyWbofw6zc9NtnW43SuRwr0VJ7.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Monoton\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/monoton/v15/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Monsieur La Doulaise\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/monsieurladoulaise/v14/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5ewkEU4HTy.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Montaga\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Montagu Slab\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbE3P9Fs7bOSO7.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkBbEnP9Fs7bOSO7.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkCFEnP9Fs7bOSO7.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbEnP9Fs7bOSO7.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDpEnP9Fs7bOSO7.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkAFFXP9Fs7bOSO7.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkA8FXP9Fs7bOSO7.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"MonteCarlo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/montecarlo/v7/buEzpo6-f9X01GadLA0G0CoV_NxLeiw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Montez\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/montez/v18/845ZNMk5GoGIX8lm1LDeSd-R_g.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Montserrat\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-Y3tcoqK5.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-Y3tcoqK5.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-Y3tcoqK5.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-Y3tcoqK5.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-Y3tcoqK5.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-Y3tcoqK5.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-Y3tcoqK5.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-Y3tcoqK5.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-Y3tcoqK5.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX9-p7K5ILg.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX9-p7K5ILg.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX9-p7K5ILg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX9-p7K5ILg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX9-p7K5ILg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX9-p7K5ILg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX9-p7K5ILg.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX9-p7K5ILg.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX9-p7K5ILg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Montserrat Alternates\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfVKphL03l4.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJxp1ml4imo.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1ALZH2mBhkw.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD-GVxk3Nd.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1ALZH2mBhkw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD-GVxk3Nd.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfVKphL03l4.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1ALZH2mBhkw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD-GVxk3Nd.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1ALZH2mBhkw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD-GVxk3Nd.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1ALZH2mBhkw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-GVxk3Nd.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1ALZH2mBhkw.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD-GVxk3Nd.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1ALZH2mBhkw.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD-GVxk3Nd.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Montserrat Subrayada\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/montserratsubrayada/v17/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8LYuceqGT-.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/montserratsubrayada/v17/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMWg3j36Ebz.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Moo Lah Lah\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/moolahlah/v3/dg4h_p_opKZOA0w1AYcm55wtYQYugjW4.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Moon Dance\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/moondance/v3/WBLgrEbUbFlYW9ekmGawe2XiKMiokE4.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Moul\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/moul/v25/nuF2D__FSo_3E-RYiJCy-00.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Moulpali\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v28\",\n      \"lastModified\": \"2022-04-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/moulpali/v28/H4ckBXKMl9HagUWymyY6wr-wg763.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mountains of Christmas\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mountainsofchristmas/v20/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNamMPNpJpc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mountainsofchristmas/v20/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPtCOp6IaEA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mouse Memoirs\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mousememoirs/v13/t5tmIRoSNJ-PH0WNNgDYxdSb7TnFrpOHYh4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mr Bedfort\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mrbedfort/v21/MQpR-WCtNZSWAdTMwBicliq0XZe_Iy8.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mr Dafoe\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mrdafoe/v14/lJwE-pIzkS5NXuMMrGiqg7MCxz_C.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mr De Haviland\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mrdehaviland/v14/OpNVnooIhJj96FdB73296ksbOj3C4ULVNTlB.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mrs Saint Delafield\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mrssaintdelafield/v13/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4tLsubB2w.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mrs Sheppards\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mrssheppards/v21/PN_2Rfm9snC0XUGoEZhb91ig3vjxynMix4Y.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ms Madi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/msmadi/v2/HTxsL2UxNnOji5E1N-DPiI7QAYo.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mukta\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbEOjFma-2HW7ZB_.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbFqj1ma-2HW7ZB_.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mukta/v13/iJWKBXyXfDDVXYnGp32S0H3f.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbEyjlma-2HW7ZB_.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbEeiVma-2HW7ZB_.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbF6iFma-2HW7ZB_.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbFmi1ma-2HW7ZB_.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mukta Mahee\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"gurmukhi\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9MFcBoHJndqZCsW.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9NhcxoHJndqZCsW.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/muktamahee/v15/XRXQ3IOIi0hcP8iVU67hA-vNWz4PDWtj.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9M5choHJndqZCsW.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9MVdRoHJndqZCsW.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9NxdBoHJndqZCsW.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9NtdxoHJndqZCsW.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mukta Malar\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMwBtAB62ruoAZW.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINUBdAB62ruoAZW.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/muktamalar/v12/MCoXzAXyz8LOE2FpJMxZqLv4LfQJwHbn.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMMBNAB62ruoAZW.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMgA9AB62ruoAZW.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINEAtAB62ruoAZW.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINYAdAB62ruoAZW.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mukta Vaani\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXNV8BD-u97MW1a.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGWpVMBD-u97MW1a.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/muktavaani/v13/3Jn5SD_-ynaxmxnEfVHPIF0FfORL0fNy.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXxVcBD-u97MW1a.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXdUsBD-u97MW1a.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGW5U8BD-u97MW1a.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGWlUMBD-u97MW1a.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mulish\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNRwaClGrw-PTY.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexc1RwaClGrw-PTY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaClGrw-PTY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaClGrw-PTY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexU1WwaClGrw-PTY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaClGrw-PTY.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNWwaClGrw-PTY.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeOvHp47LTZFwA.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSd-OvHp47LTZFwA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSKeOvHp47LTZFwA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSG-OvHp47LTZFwA.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsS9-SvHp47LTZFwA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSzuSvHp47LTZFwA.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeSvHp47LTZFwA.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSgOSvHp47LTZFwA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Murecho\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5HWZLCpUOaM6.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr5XWZLCpUOaM6.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMo15XWZLCpUOaM6.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5XWZLCpUOaM6.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpZ5XWZLCpUOaM6.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMq14nWZLCpUOaM6.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMqM4nWZLCpUOaM6.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr4nWZLCpUOaM6.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrC4nWZLCpUOaM6.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"MuseoModerno\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFuewajeKlCdo.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEuewajeKlCdo.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMghEuewajeKlCdo.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEuewajeKlCdo.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREuewajeKlCdo.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMohDuewajeKlCdo.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMrFDuewajeKlCdo.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZDuewajeKlCdo.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9DuewajeKlCdo.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa4QicCgGdrS3g.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0a8QicCgGdrS3g.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HD68QicCgGdrS3g.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa8QicCgGdrS3g.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HY68QicCgGdrS3g.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54Hj6gQicCgGdrS3g.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HtqgQicCgGdrS3g.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0agQicCgGdrS3g.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H-KgQicCgGdrS3g.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"My Soul\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mysoul/v2/3XFqErcuy945_u6KF_Ulk2nnXf0.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Mystery Quest\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/mysteryquest/v20/-nF6OG414u0E6k0wynSGlujRHwElD_9Qz9E.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"NTR\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ntr/v15/RLpzK5Xy0ZjiGGhs5TA4bg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nabla\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"math\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-14\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nabla/v6/j8_D6-LI0Lvpe7Makz5UhJt9C3uqg_X_75gyGS4jAxsNIjrRNRBUFFR_198.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nanum Brush Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nanumbrushscript/v22/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjqBr1lO97Q.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nanum Gothic\",\n      \"variants\": [\n        \"regular\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nanumgothic/v21/PN_3Rfi-oW3hYwmKDpxS7F_z_tLfxno73g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/nanumgothic/v21/PN_oRfi-oW3hYwmKDpxS7F_LQv37zlEn14YEUQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/nanumgothic/v21/PN_oRfi-oW3hYwmKDpxS7F_LXv77zlEn14YEUQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nanum Gothic Coding\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nanumgothiccoding/v19/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6QxVs1X7tc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/nanumgothiccoding/v19/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsV88t5V9r4.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nanum Myeongjo\",\n      \"variants\": [\n        \"regular\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nanummyeongjo/v20/9Btx3DZF0dXLMZlywRbVRNhxy1LreHQ8juyl.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/nanummyeongjo/v20/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0pfCs5Kos.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/nanummyeongjo/v20/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0pfCs5Kos.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nanum Pen Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nanumpenscript/v19/daaDSSYiLGqEal3MvdA_FOL_3FkN2z7-aMFCcTU.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Neonderthaw\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/neonderthaw/v3/Iure6Yx5-oWVZI0r-17AeZZJprVA4XQ0.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nerko One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nerkoone/v15/m8JQjfZSc7OXlB3ZMOjzcJ5BZmqa3A.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Neucha\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/neucha/v17/q5uGsou0JOdh94bvugNsCxVEgA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Neuton\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/neuton/v18/UMBQrPtMoH62xUZKAKkfegD5Drog6Q.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/neuton/v18/UMBQrPtMoH62xUZKZKofegD5Drog6Q.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/neuton/v18/UMBTrPtMoH62xUZyyII7civlBw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/neuton/v18/UMBRrPtMoH62xUZCyog_UC71B6M5.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/neuton/v18/UMBQrPtMoH62xUZKdK0fegD5Drog6Q.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/neuton/v18/UMBQrPtMoH62xUZKaK4fegD5Drog6Q.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"New Rocker\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/newrocker/v16/MwQzbhjp3-HImzcCU_cJkGMViblPtXs.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"New Tegomin\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/newtegomin/v10/SLXMc1fV7Gd9USdBAfPlqfN0Q3ptkDMN.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"News Cycle\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/newscycle/v22/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/newscycle/v22/CSR54z1Qlv-GDxkbKVQ_dFsvaNNUuOwkC2s.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Newsreader\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-I_ADOxEPjCggA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wJo_ADOxEPjCggA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_ADOxEPjCggA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wSo_ADOxEPjCggA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wpojADOxEPjCggA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wn4jADOxEPjCggA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-IjADOxEPjCggA.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoT-ZAHDWwgECi.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMx2T-ZAHDWwgECi.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwoT-ZAHDWwgECi.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwaT-ZAHDWwgECi.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMz2SOZAHDWwgECi.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMzPSOZAHDWwgECi.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoSOZAHDWwgECi.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Niconne\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/niconne/v15/w8gaH2QvRug1_rTfrQut2F4OuOo.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Niramit\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVXx7tiiEr5_BdZ8.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiXimOq73EZZ_f6w.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVRh4tiiEr5_BdZ8.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiOiqOq73EZZ_f6w.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/niramit/v10/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/niramit/v10/I_usMpWdvgLdNxVLXbZalgKqo5bYbA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVUB5tiiEr5_BdZ8.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiYiuOq73EZZ_f6w.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVWx-tiiEr5_BdZ8.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiTiyOq73EZZ_f6w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVQh_tiiEr5_BdZ8.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiKi2Oq73EZZ_f6w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nixie One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUoUOFzpS-yLw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nobile\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nobile/v17/m8JTjflSeaOVl1i2XqfXeLVdbw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/nobile/v17/m8JRjflSeaOVl1iGXK3TWrBNb3OD.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/nobile/v17/m8JQjflSeaOVl1iOqo7zcJ5BZmqa3A.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/nobile/v17/m8JWjflSeaOVl1iGXJUnc5RFRG-K3Mud.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/nobile/v17/m8JQjflSeaOVl1iO4ojzcJ5BZmqa3A.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/nobile/v17/m8JWjflSeaOVl1iGXJVvdZRFRG-K3Mud.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nokora\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v30\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/nokora/v30/~CgoKBk5va29yYRhkIAAqBAgBGAE=.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/nokora/v30/~CgsKBk5va29yYRisAiAAKgQIARgB.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/nokora/v30/~CggKBk5va29yYSAAKgQIARgB.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/nokora/v30/~CgsKBk5va29yYRi8BSAAKgQIARgB.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/nokora/v30/~CgsKBk5va29yYRiEByAAKgQIARgB.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Norican\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/norican/v14/MwQ2bhXp1eSBqjkPGJJRtGs-lbA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nosifer\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nosifer/v20/ZGjXol5JTp0g5bxZaC1RVDNdGDs.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Notable\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notable/v14/gNMEW3N_SIqx-WX9-HMoFIez5MI.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nothing You Could Do\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nothingyoucoulddo/v15/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJl1ol2Ymo.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noticia Text\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/noticiatext/v15/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/noticiatext/v15/VuJodNDF2Yv9qppOePKYRP12YztdlU_dpSjt.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/noticiatext/v15/VuJpdNDF2Yv9qppOePKYRP1-3R59v2HRrDH0eA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/noticiatext/v15/VuJrdNDF2Yv9qppOePKYRP12YwPhumvVjjTkeMnz.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Color Emoji\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"emoji\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-26\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notocoloremoji/v24/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Emoji\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"emoji\"\n      ],\n      \"version\": \"v34\",\n      \"lastModified\": \"2022-09-26\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/notoemoji/v34/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob_10jwvS-FGJCMY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoemoji/v34/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoemoji/v34/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-Z0jwvS-FGJCMY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoemoji/v34/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob911TwvS-FGJCMY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoemoji/v34/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob9M1TwvS-FGJCMY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Kufi Arabic\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"arabic\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v3obPnLSmf5yD.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v34bPnLSmf5yD.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh4x34bPnLSmf5yD.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v34bPnLSmf5yD.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5d34bPnLSmf5yD.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6x2IbPnLSmf5yD.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6I2IbPnLSmf5yD.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v2IbPnLSmf5yD.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7G2IbPnLSmf5yD.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Music\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"music\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notomusic/v14/pe0rMIiSN5pO63htf1sxIteQB9Zra1U.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Naskh Arabic\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notonaskharabic/v18/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5krK0z9_Mnuw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notonaskharabic/v18/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwj85krK0z9_Mnuw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notonaskharabic/v18/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwY8lkrK0z9_Mnuw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notonaskharabic/v18/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwWslkrK0z9_Mnuw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Nastaliq Urdu\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notonastaliqurdu/v14/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qt_-DK2f2-_8mEw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notonastaliqurdu/v14/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qu3-DK2f2-_8mEw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notonastaliqurdu/v14/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3QgH5DK2f2-_8mEw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notonastaliqurdu/v14/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qjj5DK2f2-_8mEw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Rashi Hebrew\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-DkRyq6Nf2pfA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-HkRyq6Nf2pfA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZWeHkRyq6Nf2pfA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-HkRyq6Nf2pfA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZNeHkRyq6Nf2pfA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ2ebkRyq6Nf2pfA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ4ObkRyq6Nf2pfA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-bkRyq6Nf2pfA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZrubkRyq6Nf2pfA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"devanagari\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosans/v27/o-0OIpQlx3QUlC5A4PNjhjRFSfiM7HBj.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/notosans/v27/o-0MIpQlx3QUlC5A4PNr4AwhQ_yu6WBjJLE.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjKhVlY9aA5Wl6PQ.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AyNYtyEx2xqPaif.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjThZlY9aA5Wl6PQ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AzpYdyEx2xqPaif.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosans/v27/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/notosans/v27/o-0OIpQlx3QUlC5A4PNr4DRFSfiM7HBj.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjFhdlY9aA5Wl6PQ.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AyxYNyEx2xqPaif.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjOhBlY9aA5Wl6PQ.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AydZ9yEx2xqPaif.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjXhFlY9aA5Wl6PQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4Az5ZtyEx2xqPaif.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjQhJlY9aA5Wl6PQ.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AzlZdyEx2xqPaif.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjZhNlY9aA5Wl6PQ.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AzBZNyEx2xqPaif.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Adlam\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"adlam\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufkn0TGnBZLwhuvk.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufqXzTGnBZLwhuvk.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansadlam/v21/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufpzzTGnBZLwhuvk.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Adlam Unjoined\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"adlam\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansadlamunjoined/v21/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Ye35PMEe-E3slUg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansadlamunjoined/v21/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Yd_5PMEe-E3slUg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansadlamunjoined/v21/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YTP-PMEe-E3slUg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansadlamunjoined/v21/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YQr-PMEe-E3slUg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Anatolian Hieroglyphs\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"anatolian-hieroglyphs\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansanatolianhieroglyphs/v14/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Arabic\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"arabic\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-06-01\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyG2vu3CBFQLaig.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGyvu3CBFQLaig.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCflmyvu3CBFQLaig.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCf-myvu3CBFQLaig.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfFmuvu3CBFQLaig.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfL2uvu3CBFQLaig.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGuvu3CBFQLaig.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfYWuvu3CBFQLaig.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Armenian\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"armenian\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v39\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansarmenian/v39/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxbq0iYy6zF3Eg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansarmenian/v39/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxb60iYy6zF3Eg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansarmenian/v39/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoqvb60iYy6zF3Eg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansarmenian/v39/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansarmenian/v39/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorDb60iYy6zF3Eg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansarmenian/v39/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoovaK0iYy6zF3Eg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansarmenian/v39/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLooWaK0iYy6zF3Eg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansarmenian/v39/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxaK0iYy6zF3Eg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansarmenian/v39/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopYaK0iYy6zF3Eg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Avestan\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"avestan\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansavestan/v17/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Balinese\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"balinese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansbalinese/v18/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansbalinese/v18/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov4XdhE5Vd222PPY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansbalinese/v18/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov2nahE5Vd222PPY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansbalinese/v18/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov1DahE5Vd222PPY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Bamum\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"bamum\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-07-19\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansbamum/v18/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansbamum/v18/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEeVO-_gLykxEkxA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansbamum/v18/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEQlJ-_gLykxEkxA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansbamum/v18/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPETBJ-_gLykxEkxA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Bassa Vah\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"bassa-vah\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansbassavah/v15/PN_sRee-r3f7LnqsD5sax12gjZn7mBpL_4c2VNUQptE.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Batak\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"batak\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansbatak/v16/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Bengali\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"bengali\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolKudCk8izI0lc.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglLudCk8izI0lc.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmstdLudCk8izI0lc.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsrtLudCk8izI0lc.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsldMudCk8izI0lc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6Kmsm5MudCk8izI0lc.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglMudCk8izI0lc.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsiBMudCk8izI0lc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Bhaiksuki\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"bhaiksuki\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansbhaiksuki/v15/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Brahmi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"brahmi\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansbrahmi/v15/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Buginese\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"buginese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansbuginese/v15/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Buhid\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"buhid\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansbuhid/v17/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Canadian Aboriginal\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"canadian-aboriginal\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLj_yAsg0q0uhQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2Ln_yAsg0q0uhQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigBrn_yAsg0q0uhQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigarn_yAsg0q0uhQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzighr7_yAsg0q0uhQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigv77_yAsg0q0uhQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2L7_yAsg0q0uhQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v21/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig8b7_yAsg0q0uhQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Carian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"carian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanscarian/v15/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Caucasian Albanian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"caucasian-albanian\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanscaucasianalbanian/v16/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Chakma\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"chakma\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanschakma/v15/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Cham\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cham\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanscham/v23/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcER0cv7GykboaLg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanscham/v23/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRwcv7GykboaLg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanscham/v23/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcTxwcv7GykboaLg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanscham/v23/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanscham/v23/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcIxwcv7GykboaLg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanscham/v23/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfczxscv7GykboaLg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanscham/v23/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfc9hscv7GykboaLg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanscham/v23/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRscv7GykboaLg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanscham/v23/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcuBscv7GykboaLg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Cherokee\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cherokee\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5ODkm5rAffjl0.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5PDkm5rAffjl0.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWnBPDkm5rAffjl0.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWhxPDkm5rAffjl0.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWvBIDkm5rAffjl0.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWslIDkm5rAffjl0.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5IDkm5rAffjl0.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanscherokee/v19/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWodIDkm5rAffjl0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Coptic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"coptic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanscoptic/v17/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Cuneiform\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cuneiform\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanscuneiform/v15/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Cypriot\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cypriot\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanscypriot/v15/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Deseret\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"deseret\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansdeseret/v15/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Devanagari\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQky-AzoFoW4Ow.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQly-AzoFoW4Ow.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlSoly-AzoFoW4Ow.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlUYly-AzoFoW4Ow.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Alaoiy-AzoFoW4Ow.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlZMiy-AzoFoW4Ow.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQiy-AzoFoW4Ow.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Ald0iy-AzoFoW4Ow.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Display\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cLVTGQ2iHrvWM.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cKVTGQ2iHrvWM.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_ykKVTGQ2iHrvWM.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cKVTGQ2iHrvWM.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_0UKVTGQ2iHrvWM.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_6kNVTGQ2iHrvWM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_5ANVTGQ2iHrvWM.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cNVTGQ2iHrvWM.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_94NVTGQ2iHrvWM.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXOa3gPurWM9uQ.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXKa3gPurWM9uQ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9J43Ka3gPurWM9uQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXKa3gPurWM9uQ.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9Jj3Ka3gPurWM9uQ.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JY3Wa3gPurWM9uQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JWnWa3gPurWM9uQ.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXWa3gPurWM9uQ.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JFHWa3gPurWM9uQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Duployan\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"duployan\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansduployan/v16/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Egyptian Hieroglyphs\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"egyptian-hieroglyphs\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansegyptianhieroglyphs/v26/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Elbasan\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"elbasan\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanselbasan/v15/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Elymaic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"elymaic\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanselymaic/v15/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Ethiopic\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"ethiopic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v38\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansethiopic/v38/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OKqDjwmfeaY9u.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansethiopic/v38/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37OK6DjwmfeaY9u.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansethiopic/v38/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T34QK6DjwmfeaY9u.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansethiopic/v38/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OK6DjwmfeaY9u.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansethiopic/v38/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T358K6DjwmfeaY9u.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansethiopic/v38/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T36QLKDjwmfeaY9u.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansethiopic/v38/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T36pLKDjwmfeaY9u.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansethiopic/v38/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37OLKDjwmfeaY9u.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansethiopic/v38/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37nLKDjwmfeaY9u.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Georgian\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"georgian\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v36\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzVj-f5WK0OQV.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptnzFj-f5WK0OQV.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpu5zFj-f5WK0OQV.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvVzFj-f5WK0OQV.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdps5y1j-f5WK0OQV.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpsAy1j-f5WK0OQV.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptny1j-f5WK0OQV.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptOy1j-f5WK0OQV.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Glagolitic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"glagolitic\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansglagolitic/v15/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Gothic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"gothic\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansgothic/v15/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Grantha\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"grantha\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Gujarati\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFgPM_OdiEH0s.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpFwPM_OdiEH0s.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_z3FwPM_OdiEH0s.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ybFwPM_OdiEH0s.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_x3EAPM_OdiEH0s.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_xOEAPM_OdiEH0s.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpEAPM_OdiEH0s.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wAEAPM_OdiEH0s.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Gunjala Gondi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"gunjala-gondi\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansgunjalagondi/v15/bWto7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5hcVXYMTK4q1.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Gurmukhi\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"gurmukhi\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansgurmukhi/v20/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1Oe3bxZ_trdp7h.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansgurmukhi/v20/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OenbxZ_trdp7h.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansgurmukhi/v20/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG0QenbxZ_trdp7h.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansgurmukhi/v20/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansgurmukhi/v20/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG18enbxZ_trdp7h.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansgurmukhi/v20/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2QfXbxZ_trdp7h.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansgurmukhi/v20/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2pfXbxZ_trdp7h.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansgurmukhi/v20/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OfXbxZ_trdp7h.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansgurmukhi/v20/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3nfXbxZ_trdp7h.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans HK\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"chinese-hongkong\",\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanshk/v21/nKKO-GM_FYFRJvXzVXaAPe9ZUHp1MOv2ObB7.otf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanshk/v21/nKKP-GM_FYFRJvXzVXaAPe9ZmFhTHMX6MKliqQ.otf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanshk/v21/nKKQ-GM_FYFRJvXzVXaAPe9hMnB3Eu7mOQ.otf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanshk/v21/nKKP-GM_FYFRJvXzVXaAPe9ZwFlTHMX6MKliqQ.otf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanshk/v21/nKKP-GM_FYFRJvXzVXaAPe9ZiF9THMX6MKliqQ.otf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanshk/v21/nKKP-GM_FYFRJvXzVXaAPe9ZsF1THMX6MKliqQ.otf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Hanifi Rohingya\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"hanifi-rohingya\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-06-01\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanshanifirohingya/v18/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYY4j6vvcudK8rN.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanshanifirohingya/v18/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYq4j6vvcudK8rN.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanshanifirohingya/v18/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIbG5T6vvcudK8rN.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanshanifirohingya/v18/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIb_5T6vvcudK8rN.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Hanunoo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"hanunoo\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanshanunoo/v15/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Hatran\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"hatran\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanshatran/v15/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Hebrew\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v38\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4utoiJltutR2g.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX94qtoiJltutR2g.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXKYqtoiJltutR2g.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXRYqtoiJltutR2g.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXqY2toiJltutR2g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXkI2toiJltutR2g.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX942toiJltutR2g.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX3o2toiJltutR2g.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Imperial Aramaic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"imperial-aramaic\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansimperialaramaic/v15/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Indic Siyaq Numbers\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"indic-siyaq-numbers\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansindicsiyaqnumbers/v15/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Inscriptional Pahlavi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"inscriptional-pahlavi\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansinscriptionalpahlavi/v15/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Inscriptional Parthian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"inscriptional-parthian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansinscriptionalparthian/v15/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans JP\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\"\n      ],\n      \"version\": \"v42\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansjp/v42/-F6ofjtqLzI2JPCgQBnw7HFQoggM-FNthvIU.otf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQaioq1H1hj-sNFQ.otf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFowAIO2lZ9hg.otf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQMisq1H1hj-sNFQ.otf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQei0q1H1hj-sNFQ.otf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQQi8q1H1hj-sNFQ.otf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Javanese\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"javanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansjavanese/v19/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansjavanese/v19/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxKvkFFliZYWj4O8.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansjavanese/v19/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxEfjFFliZYWj4O8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansjavanese/v19/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxH7jFFliZYWj4O8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans KR\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanskr/v27/Pby6FmXiEBPT4ITbgNA5CgmOsn7uwpYcuH8y.otf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOelzI7rgQsWYrzw.otf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanskr/v27/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.otf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7rgQsWYrzw.otf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOalvI7rgQsWYrzw.otf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOUlnI7rgQsWYrzw.otf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Kaithi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"kaithi\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanskaithi/v15/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Kannada\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"kannada\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvMzSIMLsPKrkY.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvNzSIMLsPKrkY.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrGXNzSIMLsPKrkY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrAnNzSIMLsPKrkY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrOXKzSIMLsPKrkY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrNzKzSIMLsPKrkY.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvKzSIMLsPKrkY.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrJLKzSIMLsPKrkY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Kayah Li\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"kayah-li\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-06-01\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanskayahli/v18/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanskayahli/v18/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WBU3CZH4EXLuKVM.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanskayahli/v18/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WPkwCZH4EXLuKVM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanskayahli/v18/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WMAwCZH4EXLuKVM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Kharoshthi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"kharoshthi\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanskharoshthi/v15/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Khmer\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAZz4kAbrddiA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNAJz4kAbrddiA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYvTAJz4kAbrddiA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYu_AJz4kAbrddiA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtTB5z4kAbrddiA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtqB5z4kAbrddiA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNB5z4kAbrddiA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYskB5z4kAbrddiA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Khojki\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khojki\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanskhojki/v15/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Khudawadi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khudawadi\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanskhudawadi/v15/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Lao\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"lao\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccfdf5MK3riB2w.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cbdf5MK3riB2w.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4L8bdf5MK3riB2w.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4Q8bdf5MK3riB2w.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4r8Hdf5MK3riB2w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4lsHdf5MK3riB2w.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cHdf5MK3riB2w.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt42MHdf5MK3riB2w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Lepcha\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"lepcha\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanslepcha/v15/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Limbu\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"limbu\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanslimbu/v17/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Linear A\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"linear-a\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanslineara/v16/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Linear B\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"linear-b\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanslinearb/v15/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Lisu\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"lisu\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanslisu/v21/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanslisu/v21/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP61wt29IlxkVdig.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanslisu/v21/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPB1st29IlxkVdig.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanslisu/v21/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPPlst29IlxkVdig.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Lycian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"lycian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Lydian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"lydian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanslydian/v15/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Mahajani\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"mahajani\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmahajani/v15/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Malayalam\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"malayalam\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuH9BFzEr6HxEA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuD9BFzEr6HxEA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_GOD9BFzEr6HxEA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_dOD9BFzEr6HxEA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_mOf9BFzEr6HxEA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_oef9BFzEr6HxEA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuf9BFzEr6HxEA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_7-f9BFzEr6HxEA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Mandaic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"mandaic\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmandaic/v15/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Manichaean\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"manichaean\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmanichaean/v15/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Marchen\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"marchen\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmarchen/v15/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Masaram Gondi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"masaram-gondi\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmasaramgondi/v15/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Math\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"math\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Mayan Numerals\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"mayan-numerals\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmayannumerals/v15/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Medefaidrin\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"medefaidrin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-06-01\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmedefaidrin/v19/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansmedefaidrin/v19/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmHjWlT318e5A3rw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansmedefaidrin/v19/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmJTRlT318e5A3rw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansmedefaidrin/v19/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmK3RlT318e5A3rw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Meetei Mayek\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"meetei-mayek\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ__TW5PgeFYVa.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ_vTW5PgeFYVa.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1SX_vTW5PgeFYVa.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1T7_vTW5PgeFYVa.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1QX-fTW5PgeFYVa.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Qu-fTW5PgeFYVa.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ-fTW5PgeFYVa.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansmeeteimayek/v14/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Rg-fTW5PgeFYVa.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Meroitic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"meroitic\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmeroitic/v16/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Miao\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"miao\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Modi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"modi\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmodi/v15/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Mongolian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"mongolian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmongolian/v15/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Mono\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansmono/v21/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNI49rXVEQQL8Y.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansmono/v21/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNJ49rXVEQQL8Y.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansmono/v21/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_A1J49rXVEQQL8Y.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmono/v21/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ49rXVEQQL8Y.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansmono/v21/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_GFJ49rXVEQQL8Y.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansmono/v21/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_I1O49rXVEQQL8Y.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansmono/v21/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_LRO49rXVEQQL8Y.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansmono/v21/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNO49rXVEQQL8Y.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansmono/v21/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_PpO49rXVEQQL8Y.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Mro\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"mro\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmro/v15/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Multani\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"multani\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmultani/v15/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Myanmar\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"myanmar\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansmyanmar/v20/AlZs_y1ZtY3ymOryg38hOCSdOnFq0HGS1uEapkAC3AY.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HE-98EwiEwLxR-r.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFa9MEwiEwLxR-r.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEC9cEwiEwLxR-r.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEu8sEwiEwLxR-r.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFK88EwiEwLxR-r.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFW8MEwiEwLxR-r.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFy8cEwiEwLxR-r.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans N Ko\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"nko\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansnko/v17/6NUP8FqDKBaKKjnr6P8v-sxPpvVBVNmme3gf.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Nabataean\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"nabataean\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansnabataean/v15/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans New Tai Lue\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"new-tai-lue\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansnewtailue/v15/H4c5BW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wwY55O4AS32A.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Newa\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"newa\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansnewa/v15/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Nushu\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"nushu\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansnushu/v18/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Ogham\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"ogham\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansogham/v15/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Ol Chiki\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"ol-chiki\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-07-19\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansolchiki/v17/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansolchiki/v17/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALVs267I6gVrz5gQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansolchiki/v17/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALbcx67I6gVrz5gQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansolchiki/v17/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALY4x67I6gVrz5gQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Old Hungarian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"old-hungarian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansoldhungarian/v15/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Old Italic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"old-italic\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansolditalic/v15/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Old North Arabian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"old-north-arabian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansoldnortharabian/v15/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Old Permic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"old-permic\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansoldpermic/v16/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Old Persian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"old-persian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansoldpersian/v15/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Old Sogdian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"old-sogdian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansoldsogdian/v15/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Old South Arabian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"old-south-arabian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansoldsoutharabian/v15/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Old Turkic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"old-turkic\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansoldturkic/v15/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Oriya\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"oriya\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansoriya/v19/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0fq_c6LhHBRe-.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansoriya/v19/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivh0f6_c6LhHBRe-.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansoriya/v19/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Iviqf6_c6LhHBRe-.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansoriya/v19/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansoriya/v19/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvjGf6_c6LhHBRe-.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansoriya/v19/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvgqeK_c6LhHBRe-.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansoriya/v19/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvgTeK_c6LhHBRe-.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansoriya/v19/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivh0eK_c6LhHBRe-.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansoriya/v19/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvhdeK_c6LhHBRe-.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Osage\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"osage\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansosage/v15/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Osmanya\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"osmanya\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansosmanya/v15/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Pahawh Hmong\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"pahawh-hmong\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanspahawhhmong/v15/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Palmyrene\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"palmyrene\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanspalmyrene/v15/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Pau Cin Hau\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"pau-cin-hau\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanspaucinhau/v16/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Phags Pa\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"phags-pa\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Phoenician\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"phoenician\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansphoenician/v15/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Psalter Pahlavi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"psalter-pahlavi\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanspsalterpahlavi/v15/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Rejang\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"rejang\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansrejang/v15/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Runic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"runic\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansrunic/v15/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans SC\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"chinese-simplified\",\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanssc/v26/k3kJo84MPvpLmixcA63oeALZTYKL2wv287Sb.otf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanssc/v26/k3kIo84MPvpLmixcA63oeALZhaCt9yX6-q2CGg.otf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssc/v26/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanssc/v26/k3kIo84MPvpLmixcA63oeALZ3aGt9yX6-q2CGg.otf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanssc/v26/k3kIo84MPvpLmixcA63oeALZlaet9yX6-q2CGg.otf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanssc/v26/k3kIo84MPvpLmixcA63oeALZraWt9yX6-q2CGg.otf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Samaritan\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"samaritan\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssamaritan/v15/buEqppe9f8_vkXadMBJJo0tSmaYjFkxOUo5jNlOVMzQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Saurashtra\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"saurashtra\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssaurashtra/v15/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Sharada\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"sharada\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssharada/v15/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Shavian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"shavian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansshavian/v15/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Siddham\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"siddham\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssiddham/v15/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Sinhala\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"sinhala\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2b5lgLpJwbQRM.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2a5lgLpJwbQRM.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwlOa5lgLpJwbQRM.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwj-a5lgLpJwbQRM.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwtOd5lgLpJwbQRM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwuqd5lgLpJwbQRM.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2d5lgLpJwbQRM.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwqSd5lgLpJwbQRM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Sogdian\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"sogdian\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssogdian/v15/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Sora Sompeng\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"sora-sompeng\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-07-19\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssorasompeng/v17/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanssorasompeng/v17/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHRO18DpZXJQd4Mu.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanssorasompeng/v17/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSi0MDpZXJQd4Mu.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanssorasompeng/v17/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSb0MDpZXJQd4Mu.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Soyombo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"soyombo\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssoyombo/v15/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Sundanese\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"sundanese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-07-19\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssundanese/v17/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanssundanese/v17/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxbNNHCizv7fQES.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanssundanese/v17/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6cty3M9HCizv7fQES.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanssundanese/v17/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctyOM9HCizv7fQES.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Syloti Nagri\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"syloti-nagri\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssylotinagri/v15/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Symbols\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"symbols\"\n      ],\n      \"version\": \"v36\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanssymbols/v36/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ4gavVFRkzrbQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanssymbols/v36/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_Q8gavVFRkzrbQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanssymbols/v36/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gIw8gavVFRkzrbQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssymbols/v36/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanssymbols/v36/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gTw8gavVFRkzrbQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanssymbols/v36/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gowggavVFRkzrbQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanssymbols/v36/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gmgggavVFRkzrbQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanssymbols/v36/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_QggavVFRkzrbQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanssymbols/v36/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g1AggavVFRkzrbQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Symbols 2\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"symbols\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssymbols2/v15/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Syriac\",\n      \"variants\": [\n        \"100\",\n        \"regular\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"syriac\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanssyriac/v15/KtkwAKuMeZjqPnXgyqribqzQqgW0D-e9XaRE7sX5Cg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanssyriac/v15/Ktk2AKuMeZjqPnXgyqribqzQqgW0N4O3WYZB_sU.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanssyriac/v15/KtkxAKuMeZjqPnXgyqribqzQqgW0DweafY5q4szgE-Q.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans TC\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"chinese-traditional\",\n        \"latin\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanstc/v26/-nFlOG829Oofr2wohFbTp9i9WyEJIfNZ1sjy.otf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanstc/v26/-nFkOG829Oofr2wohFbTp9i9kwMvDd1V39Hr7g.otf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstc/v26/-nF7OG829Oofr2wohFbTp9iFOSsLA_ZJ1g.otf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanstc/v26/-nFkOG829Oofr2wohFbTp9i9ywIvDd1V39Hr7g.otf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanstc/v26/-nFkOG829Oofr2wohFbTp9i9gwQvDd1V39Hr7g.otf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanstc/v26/-nFkOG829Oofr2wohFbTp9i9uwYvDd1V39Hr7g.otf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Tagalog\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"tagalog\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstagalog/v15/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Tagbanwa\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"tagbanwa\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstagbanwa/v15/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Tai Le\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"tai-le\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstaile/v15/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Tai Tham\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"tai-tham\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-07-19\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstaitham/v17/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanstaitham/v17/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBBcbPgquyaRGKMw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanstaitham/v17/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBPscPgquyaRGKMw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanstaitham/v17/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBMIcPgquyaRGKMw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Tai Viet\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"tai-viet\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstaiviet/v15/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Takri\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"takri\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstakri/v15/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Tamil\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGor0RqKDt_EvT.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGo70RqKDt_EvT.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7uYo70RqKDt_EvT.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7v0o70RqKDt_EvT.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7sYpL0RqKDt_EvT.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7shpL0RqKDt_EvT.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGpL0RqKDt_EvT.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tvpL0RqKDt_EvT.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Tamil Supplement\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"tamil-supplement\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstamilsupplement/v19/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Telugu\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"telugu\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezfqQUbf-3v37w.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zbqQUbf-3v37w.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntJTbqQUbf-3v37w.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntSTbqQUbf-3v37w.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntpTHqQUbf-3v37w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntnDHqQUbf-3v37w.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zHqQUbf-3v37w.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt0jHqQUbf-3v37w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Thaana\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"thaana\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-07-19\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbxLhnu4-tbNu.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VrbhLhnu4-tbNu.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4W1bhLhnu4-tbNu.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XZbhLhnu4-tbNu.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4U1aRLhnu4-tbNu.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4UMaRLhnu4-tbNu.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VraRLhnu4-tbNu.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VCaRLhnu4-tbNu.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Thai\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RspzF-QRvzzXg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRtpzF-QRvzzXg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU8ptpzF-QRvzzXg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU6ZtpzF-QRvzzXg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU0pqpzF-QRvzzXg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU3NqpzF-QRvzzXg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRqpzF-QRvzzXg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUz1qpzF-QRvzzXg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Thai Looped\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"thai\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notosansthailooped/v12/B50fF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3YX6AYeCT_Wfd1.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Y84E4UgrzUO5sKA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yl4I4UgrzUO5sKA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notosansthailooped/v12/B50RF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3gO6ocWiHvWQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yz4M4UgrzUO5sKA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Y44Q4UgrzUO5sKA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yh4U4UgrzUO5sKA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Ym4Y4UgrzUO5sKA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yv4c4UgrzUO5sKA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Tifinagh\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"tifinagh\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstifinagh/v15/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Tirhuta\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"tirhuta\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanstirhuta/v15/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Ugaritic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"ugaritic\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansugaritic/v15/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Vai\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vai\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Wancho\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"wancho\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Warang Citi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"warang-citi\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Yi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"yi\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosansyi/v16/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Sans Zanabazar Square\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"zanabazar-square\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notosanszanabazarsquare/v15/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notoserif/v21/ga6Iaw1J5X9T9RW6j9bNTFAcaRi_bMQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/notoserif/v21/ga6Kaw1J5X9T9RW6j9bNfFIWbTq6fMRRMw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserif/v21/ga6Law1J5X9T9RW6j9bNdOwzTRCUcM1IKoY.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/notoserif/v21/ga6Vaw1J5X9T9RW6j9bNfFIu0RWedO9NOoYIDg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Ahom\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"ahom\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifahom/v17/FeVIS0hfp6cprmEUffAW_fUL_AN-wuYrPFiwaw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Armenian\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"armenian\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifarmenian/v23/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8ObxvXagGdkbg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifarmenian/v23/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8KbxvXagGdkbg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifarmenian/v23/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZ1cKbxvXagGdkbg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifarmenian/v23/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8KbxvXagGdkbg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifarmenian/v23/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZucKbxvXagGdkbg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifarmenian/v23/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZVcWbxvXagGdkbg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifarmenian/v23/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZbMWbxvXagGdkbg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifarmenian/v23/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8WbxvXagGdkbg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifarmenian/v23/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZIsWbxvXagGdkbg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Balinese\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"balinese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifbalinese/v16/QdVKSS0-JginysQSRvuCmUMB_wVeQAxXRbgJdhapcUU.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Bengali\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"bengali\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAH3qn4LjQH8yD.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAHnqn4LjQH8yD.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfdeHnqn4LjQH8yD.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAHnqn4LjQH8yD.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcyHnqn4LjQH8yD.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffeGXqn4LjQH8yD.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffnGXqn4LjQH8yD.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAGXqn4LjQH8yD.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfepGXqn4LjQH8yD.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Devanagari\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-og-HMUe1u_dv.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-ow-HMUe1u_dv.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTBgow-HMUe1u_dv.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-ow-HMUe1u_dv.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTAMow-HMUe1u_dv.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDgpA-HMUe1u_dv.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDZpA-HMUe1u_dv.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-pA-HMUe1u_dv.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTCXpA-HMUe1u_dv.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Display\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd49gKaDU9hvzC.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd4tgKaDU9hvzC.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVoD4tgKaDU9hvzC.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd4tgKaDU9hvzC.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpv4tgKaDU9hvzC.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVqD5dgKaDU9hvzC.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVq65dgKaDU9hvzC.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd5dgKaDU9hvzC.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVr05dgKaDU9hvzC.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBIYjEfg-zCmf4.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBJYjEfg-zCmf4.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoW5JYjEfg-zCmf4.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBJYjEfg-zCmf4.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoQJJYjEfg-zCmf4.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-Voe5OYjEfg-zCmf4.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoddOYjEfg-zCmf4.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBOYjEfg-zCmf4.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoZlOYjEfg-zCmf4.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Dogra\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"dogra\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifdogra/v15/MQpP-XquKMC7ROPP3QOOlm7xPu3fGy63IbPzkns.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Ethiopic\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"ethiopic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSQjkaO9UVLyiw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSUjkaO9UVLyiw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCkyUjkaO9UVLyiw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSUjkaO9UVLyiw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxC_yUjkaO9UVLyiw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCEyIjkaO9UVLyiw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCKiIjkaO9UVLyiw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSIjkaO9UVLyiw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCZCIjkaO9UVLyiw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Georgian\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"georgian\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvsfdzTw-FgZxQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzvofdzTw-FgZxQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSEPofdzTw-FgZxQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvofdzTw-FgZxQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSfPofdzTw-FgZxQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSkP0fdzTw-FgZxQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSqf0fdzTw-FgZxQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzv0fdzTw-FgZxQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aS5_0fdzTw-FgZxQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Grantha\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"grantha\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifgrantha/v19/qkBIXuEH5NzDDvc3fLDYxPk9-Wq3WLiqFENLR7fHGw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Gujarati\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycYzuM1Kf-OJu.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuaycIzuM1Kf-OJu.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuZscIzuM1Kf-OJu.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycIzuM1Kf-OJu.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYAcIzuM1Kf-OJu.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Hubsd4zuM1Kf-OJu.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HubVd4zuM1Kf-OJu.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huayd4zuM1Kf-OJu.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huabd4zuM1Kf-OJu.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Gurmukhi\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"gurmukhi\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eBTNmqVU7y6l.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-eRTNmqVU7y6l.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr7geRTNmqVU7y6l.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eRTNmqVU7y6l.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6MeRTNmqVU7y6l.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5gfhTNmqVU7y6l.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5ZfhTNmqVU7y6l.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-fhTNmqVU7y6l.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4XfhTNmqVU7y6l.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif HK\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"chinese-hongkong\",\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RmV9Su1M6i.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RmV9Su1M6i.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RmV9Su1M6i.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RmV9Su1M6i.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRmV9Su1M6i.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRmV9Su1M6i.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRmV9Su1M6i.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRmV9Su1M6i.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Hebrew\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwTAG8_vlQxz24.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwSAG8_vlQxz24.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVFISAG8_vlQxz24.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwSAG8_vlQxz24.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVD4SAG8_vlQxz24.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVNIVAG8_vlQxz24.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVOsVAG8_vlQxz24.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwVAG8_vlQxz24.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVKUVAG8_vlQxz24.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif JP\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkgfU8fEwb0.otf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkgfU8fEwb0.otf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNikYkY0T84.otf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkgfU8fEwb0.otf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkgfU8fEwb0.otf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkgfU8fEwb0.otf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkgfU8fEwb0.otf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif KR\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O1ZNH1ahck.otf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O1ZNH1ahck.otf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduZp1ONyKHQ.otf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O1ZNH1ahck.otf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O1ZNH1ahck.otf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O1ZNH1ahck.otf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O1ZNH1ahck.otf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Kannada\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"kannada\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceRJ71svgcI.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceRJ71svgcI.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceRJ71svgcI.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceRJ71svgcI.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceRJ71svgcI.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceRJ71svgcI.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceRJ71svgcI.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceRJ71svgcI.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceRJ71svgcI.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Khmer\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXEZK9Xo4xg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXEZK9Xo4xg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXEZK9Xo4xg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXEZK9Xo4xg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXEZK9Xo4xg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXEZK9Xo4xg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXEZK9Xo4xg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXEZK9Xo4xg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXEZK9Xo4xg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Lao\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"lao\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvOjlmyhHHQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvOjlmyhHHQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvOjlmyhHHQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvOjlmyhHHQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvOjlmyhHHQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvOjlmyhHHQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvOjlmyhHHQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvOjlmyhHHQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvOjlmyhHHQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Malayalam\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"malayalam\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnVwHpQVySg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnVwHpQVySg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnVwHpQVySg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnVwHpQVySg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnVwHpQVySg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnVwHpQVySg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnVwHpQVySg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnVwHpQVySg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnVwHpQVySg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Myanmar\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"myanmar\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwBDsU9X6RPzQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDHMefv2TeXJng.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDLMefv2TeXJng.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jn1pBrocdDqRA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDPMefv2TeXJng.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDTMefv2TeXJng.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDXMefv2TeXJng.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDbMefv2TeXJng.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDfMefv2TeXJng.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Nyiakeng Puachue Hmong\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"nyiakeng-puachue-hmong\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-07-19\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifnyiakengpuachuehmong/v16/5h1jibMoOmIC3YuzLC-NZyLDZC8iwh-MTC8ggAjEhePFNRVcneAFp44kcYMUkNqVKhqPDFvbZkrZmb0.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifnyiakengpuachuehmong/v16/5h1jibMoOmIC3YuzLC-NZyLDZC8iwh-MTC8ggAjEhePFNRVcneAFp44kcYMUkNqVKiiPDFvbZkrZmb0.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifnyiakengpuachuehmong/v16/5h1jibMoOmIC3YuzLC-NZyLDZC8iwh-MTC8ggAjEhePFNRVcneAFp44kcYMUkNqVKsSIDFvbZkrZmb0.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifnyiakengpuachuehmong/v16/5h1jibMoOmIC3YuzLC-NZyLDZC8iwh-MTC8ggAjEhePFNRVcneAFp44kcYMUkNqVKv2IDFvbZkrZmb0.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif SC\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"chinese-simplified\",\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzZBEtERe7U.otf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzZBEtERe7U.otf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqCcbzhqDtg.otf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzZBEtERe7U.otf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzZBEtERe7U.otf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzZBEtERe7U.otf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzZBEtERe7U.otf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Sinhala\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"sinhala\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMsxaLRn3W-.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1MsxaLRn3W-.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1MsxaLRn3W-.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1MsxaLRn3W-.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1MsxaLRn3W-.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMsxaLRn3W-.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMsxaLRn3W-.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMsxaLRn3W-.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMsxaLRn3W-.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif TC\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"chinese-traditional\",\n        \"latin\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX9GTsoOAX4.otf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX9GTsoOAX4.otf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnEESXFtUsM.otf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX9GTsoOAX4.otf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX9GTsoOAX4.otf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX9GTsoOAX4.otf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX9GTsoOAX4.otf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Tamil\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8Pz3v8Etew.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8Pz3v8Etew.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8Pz3v8Etew.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8Pz3v8Etew.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8Pz3v8Etew.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8Pz3v8Etew.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8Pz3v8Etew.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8Pz3v8Etew.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8Pz3v8Etew.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbzncQ9e3wx.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bzncQ9e3wx.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bzncQ9e3wx.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bzncQ9e3wx.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bzncQ9e3wx.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbzncQ9e3wx.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbzncQ9e3wx.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbzncQ9e3wx.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbzncQ9e3wx.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Tangut\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"tangut\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notoseriftangut/v15/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41fcvN2KT4.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Telugu\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"telugu\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TGwuY2fjgrZYA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTCwuY2fjgrZYA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DqzCwuY2fjgrZYA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TCwuY2fjgrZYA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DxzCwuY2fjgrZYA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DKzewuY2fjgrZYA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DEjewuY2fjgrZYA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTewuY2fjgrZYA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DXDewuY2fjgrZYA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Thai\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiFuRRCmsdu0Qx.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiF-RRCmsdu0Qx.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0p8F-RRCmsdu0Qx.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiF-RRCmsdu0Qx.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oQF-RRCmsdu0Qx.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0r8EORRCmsdu0Qx.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0rFEORRCmsdu0Qx.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiEORRCmsdu0Qx.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qLEORRCmsdu0Qx.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Tibetan\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"tibetan\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYdPS7rdSy_32c.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYcPS7rdSy_32c.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIugcPS7rdSy_32c.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYcPS7rdSy_32c.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIoQcPS7rdSy_32c.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmImgbPS7rdSy_32c.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIlEbPS7rdSy_32c.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYbPS7rdSy_32c.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIh8bPS7rdSy_32c.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Serif Yezidi\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"yezidi\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-07-19\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/notoserifyezidi/v16/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD2yEkrlGJgmVCqg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/notoserifyezidi/v16/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD6SEkrlGJgmVCqg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/notoserifyezidi/v16/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDBSYkrlGJgmVCqg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/notoserifyezidi/v16/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDPCYkrlGJgmVCqg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Noto Traditional Nushu\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"nushu\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nototraditionalnushu/v16/SZco3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67J011GNh6SYA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nova Cut\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/novacut/v24/KFOkCnSYu8mL-39LkWxPKTM1K9nz.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nova Flat\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/novaflat/v24/QdVUSTc-JgqpytEbVebEuStkm20oJA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nova Mono\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"greek\",\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/novamono/v18/Cn-0JtiGWQ5Ajb--MRKfYGxYrdM9Sg.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nova Oval\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/novaoval/v24/jAnEgHdmANHvPenMaswCMY-h3cWkWg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nova Round\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/novaround/v21/flU9Rqquw5UhEnlwTJYTYYfeeetYEBc.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nova Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/novascript/v25/7Au7p_IpkSWSTWaFWkumvmQNEl0O0kEx.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nova Slim\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/novaslim/v24/Z9XUDmZNQAuem8jyZcn-yMOInrib9Q.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nova Square\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/novasquare/v20/RrQUbo9-9DV7b06QHgSWsZhARYMgGtWA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Numans\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/numans/v15/SlGRmQmGupYAfH8IYRggiHVqaQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nunito\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshRTM9jo7eTWk.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhRTM9jo7eTWk.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM9jo7eTWk.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhRTM9jo7eTWk.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM9jo7eTWk.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTM9jo7eTWk.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTM9jo7eTWk.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImRTM9jo7eTWk.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXA3iqzbXWnoeg.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83A3iqzbXWnoeg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXA3iqzbXWnoeg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNin3A3iqzbXWnoeg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3c3iqzbXWnoeg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSnc3iqzbXWnoeg.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXc3iqzbXWnoeg.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHc3iqzbXWnoeg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nunito Sans\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc9yAv5qWVAgVol-.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4GxZrU1QCU5l-06Y.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8WAf5qWVAgVol-.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4G3JoU1QCU5l-06Y.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8cfe6Kdpickwp.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe0oMImSLYBIv1o4X1M8cce4I95Ad1wpT5A.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc9iB_5qWVAgVol-.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4GwZuU1QCU5l-06Y.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8GBv5qWVAgVol-.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4G2JvU1QCU5l-06Y.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8aBf5qWVAgVol-.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4G35sU1QCU5l-06Y.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8-BP5qWVAgVol-.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4G1ptU1QCU5l-06Y.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Nuosu SIL\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"yi\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/nuosusil/v2/8vIK7wM3wmRn_kc4uAjeFGxbO_zo-w.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Odibee Sans\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/odibeesans/v14/neIPzCSooYAho6WvjeToRYkyepH9qGsf.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Odor Mean Chey\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/odormeanchey/v27/raxkHiKDttkTe1aOGcJMR1A_4mrY2zqUKafv.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Offside\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/offside/v20/HI_KiYMWKa9QrAykQ5HiRp-dhpQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/oi/v15/w8gXH2EuRqtaut6yjBOG.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Old Standard TT\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/oldstandardtt/v18/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/oldstandardtt/v18/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9ZnJSZtQG.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/oldstandardtt/v18/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTFxeb80flQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oldenburg\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/oldenburg/v20/fC1jPY5JYWzbywv7c4V6UU6oXyndrw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ole\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ole/v3/dFazZf6Z-rd89fw69qJ_ew.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oleo Script\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/oleoscript/v14/rax5HieDvtMOe0iICsUccBhasU7Q8Cad.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/oleoscript/v14/raxkHieDvtMOe0iICsUccCDmnmrY2zqUKafv.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oleo Script Swash Caps\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXquSY0Hg90.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYUsn9T5dt0.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oooh Baby\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ooohbaby/v3/2sDcZGJWgJTT2Jf76xQDb2-4C7wFZQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Open Sans\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v34\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4nY1M2xLER.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4nY1M2xLER.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4nY1M2xLER.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4nY1M2xLER.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4nY1M2xLER.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4nY1M2xLER.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVcUwaERZjA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVcUwaERZjA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVcUwaERZjA.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVcUwaERZjA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVcUwaERZjA.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVcUwaERZjA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oranienbaum\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/oranienbaum/v15/OZpHg_txtzZKMuXLIVrx-3zn7kz3dpHc.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Orbitron\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpmIyXjU1pg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpmIyXjU1pg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpmIyXjU1pg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_CmxpmIyXjU1pg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpmIyXjU1pg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpmIyXjU1pg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oregano\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/oregano/v13/If2IXTPxciS3H4S2kZffPznO3yM.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/oregano/v13/If2KXTPxciS3H4S2oZXVOxvLzyP_qw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Orelega One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/orelegaone/v10/3qTpojOggD2XtAdFb-QXZGt61EcYaQ7F.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Orienta\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/orienta/v13/PlI9FlK4Jrl5Y9zNeyeo9HRFhcU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Original Surfer\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/originalsurfer/v18/RWmQoKGZ9vIirYntXJ3_MbekzNMiDEtvAlaMKw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oswald\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v49\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Outfit\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC0C4G-EiAou6Y.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bC1C4G-EiAou6Y.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61C4G-EiAou6Y.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4G-EiAou6Y.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4G-EiAou6Y.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4G-EiAou6Y.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4G-EiAou6Y.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bCyC4G-EiAou6Y.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4ZmyC4G-EiAou6Y.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Over the Rainbow\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/overtherainbow/v16/11haGoXG1k_HKhMLUWz7Mc7vvW5upvOm9NA2XG0.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Overlock\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/overlock/v15/Z9XVDmdMWRiN1_T9Z4Te4u2El6GC.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/overlock/v15/Z9XTDmdMWRiN1_T9Z7Tc6OmmkrGC7Cs.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/overlock/v15/Z9XSDmdMWRiN1_T9Z7xizcmMvL2L9TLT.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/overlock/v15/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrmp8CLTlNs.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/overlock/v15/Z9XSDmdMWRiN1_T9Z7xaz8mMvL2L9TLT.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/overlock/v15/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrmp8CLTlNs.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Overlock SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/overlocksc/v21/1cX3aUHKGZrstGAY8nwVzHGAq8Sk1PoH.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Overpass\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PLrOZCLtce-og.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPPrOZCLtce-og.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPrOZCLtce-og.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPrOZCLtce-og.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6zvPrOZCLtce-og.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTrOZCLtce-og.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TrOZCLtce-og.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPTrOZCLtce-og.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6VfTrOZCLtce-og.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADe5qPl8Kuosgz.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDepqPl8Kuosgz.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLBdepqPl8Kuosgz.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADepqPl8Kuosgz.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLAxepqPl8Kuosgz.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDdfZqPl8Kuosgz.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDkfZqPl8Kuosgz.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDfZqPl8Kuosgz.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCqfZqPl8Kuosgz.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Overpass Mono\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/overpassmono/v15/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EWKokzzXur-SmIr.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/overpassmono/v15/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXUokzzXur-SmIr.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/overpassmono/v15/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXmokzzXur-SmIr.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/overpassmono/v15/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUKpUzzXur-SmIr.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/overpassmono/v15/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUzpUzzXur-SmIr.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ovo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ovo/v17/yYLl0h7Wyfzjy4Q5_3WVxA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oxanium\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JfniMBXQ7d67x.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G80XfniMBXQ7d67x.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G81JfniMBXQ7d67x.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G817fniMBXQ7d67x.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82XeXiMBXQ7d67x.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82ueXiMBXQ7d67x.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JeXiMBXQ7d67x.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oxygen\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Oxygen Mono\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/oxygenmono/v13/h0GsssGg9FxgDgCjLeAd7ijfze-PPlUu.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"PT Mono\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ptmono/v13/9oRONYoBnWILk-9ArCg5MtPyAcg.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"PT Sans\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0WOxOGMMDQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"PT Sans Caption\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ptsanscaption/v18/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQXwQy6yxg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ptsanscaption/v18/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSwWuz38Tgg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"PT Sans Narrow\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ptsansnarrow/v17/BngRUXNadjH0qYEzV7ab-oWlsYCByxyKeuDp.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ptsansnarrow/v17/BngSUXNadjH0qYEzV7ab-oWlsbg95DiCUfzgRd-3.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"PT Serif\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ptserif/v17/EJRVQgYoZZY2vCFuvDFRxL6ddjb-.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ptserif/v17/EJRTQgYoZZY2vCFuvAFTzrq_cyb-vco.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ptserif/v17/EJRSQgYoZZY2vCFuvAnt65qVXSr3pNNB.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/ptserif/v17/EJRQQgYoZZY2vCFuvAFT9gaQVy7VocNB6Iw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"PT Serif Caption\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ptserifcaption/v17/ieVl2ZhbGCW-JoW6S34pSDpqYKU059WxDCs5cvI.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ptserifcaption/v17/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CAk8YvJEeg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pacifico\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Padauk\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"myanmar\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-28\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/padauk/v15/RrQRboJg-id7OnbBa0_g3LlYbg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/padauk/v15/RrQSboJg-id7Onb512DE1JJEZ4YwGg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Palanquin\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/palanquin/v13/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/palanquin/v13/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Palanquin Dark\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/palanquindark/v12/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/palanquindark/v12/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/palanquindark/v12/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/palanquindark/v12/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pangolin\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Paprika\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/paprika/v21/8QIJdijZitv49rDfuIgOq7jkAOw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Parisienne\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/parisienne/v13/E21i_d3kivvAkxhLEVZpcy96DuKuavM.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Passero One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-05-10\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/passeroone/v24/JTUTjIko8DOq5FeaeEAjgE5B5Arr-s50.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Passion One\",\n      \"variants\": [\n        \"regular\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/passionone/v16/PbynFmL8HhTPqbjUzux3JHuW_Frg6YoV.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/passionone/v16/Pby6FmL8HhTPqbjUzux3JEMq037owpYcuH8y.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/passionone/v16/Pby6FmL8HhTPqbjUzux3JEMS0X7owpYcuH8y.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Passions Conflict\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/passionsconflict/v5/kmKnZrcrFhfafnWX9x0GuEC-zowow5NeYRI4CN2V.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pathway Gothic One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pathwaygothicone/v14/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTFxeb80flQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Patrick Hand\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/patrickhand/v19/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Patrick Hand SC\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/patrickhandsc/v13/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pattaya\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pattaya/v12/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Patua One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/patuaone/v16/ZXuke1cDvLCKLDcimxBI5PNvNA9LuA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pavanam\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pavanam/v11/BXRrvF_aiezLh0xPDOtQ9Wf0QcE.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Paytone One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/paytoneone/v18/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Peddana\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/peddana/v20/aFTU7PBhaX89UcKWhh2aBYyMcKw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Peralta\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/peralta/v17/hYkJPu0-RP_9d3kRGxAhrv956B8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Permanent Marker\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004HaqIfrT5nlk.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Petemoss\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/petemoss/v5/A2BZn5tA2xgtGWHZgxkesKb9UouQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Petit Formal Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/petitformalscript/v13/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHnqP4gZSiE.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Petrona\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v28\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsARBH452Mvds.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NsQRBH452Mvds.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk7TsQRBH452Mvds.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsQRBH452Mvds.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6_sQRBH452Mvds.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5TtgRBH452Mvds.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5qtgRBH452Mvds.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NtgRBH452Mvds.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4ktgRBH452Mvds.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwDFYpUN-dsIWs.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwCFYpUN-dsIWs.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8rICFYpUN-dsIWs.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwCFYpUN-dsIWs.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8t4CFYpUN-dsIWs.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8jIFFYpUN-dsIWs.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8gsFFYpUN-dsIWs.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwFFYpUN-dsIWs.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8kUFFYpUN-dsIWs.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Philosopher\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/philosopher/v19/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/philosopher/v19/vEFX2_5QCwIS4_Dhez5jcWBrT0g21tqeR7c.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/philosopher/v19/vEFI2_5QCwIS4_Dhez5jcWjVamgc-NaXXq7H.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/philosopher/v19/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tK1W77HtMo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Piazzolla\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYx3Ly1AHfAAy5.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYxnLy1AHfAAy5.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7KGxnLy1AHfAAy5.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYxnLy1AHfAAy5.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LqxnLy1AHfAAy5.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7IGwXLy1AHfAAy5.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7I_wXLy1AHfAAy5.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYwXLy1AHfAAy5.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JxwXLy1AHfAAy5.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqw3gX9BRy5m5M.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRqx3gX9BRy5m5M.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhcSx3gX9BRy5m5M.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqx3gX9BRy5m5M.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhaix3gX9BRy5m5M.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhUS23gX9BRy5m5M.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhX223gX9BRy5m5M.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRq23gX9BRy5m5M.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhTO23gX9BRy5m5M.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Piedra\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/piedra/v21/ke8kOg8aN0Bn7hTunEyHN_M3gA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pinyon Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pinyonscript/v17/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pirata One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pirataone/v22/I_urMpiDvgLdLh0fAtoftiiEr5_BdZ8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Plaster\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/plaster/v24/DdTm79QatW80eRh4Ei5JOtLOeLI.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Play\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/play/v17/6aez4K2oVqwIjtI8Hp8Tx3A.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/play/v17/6ae84K2oVqwItm4TOpc423nTJTM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Playball\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/playball/v16/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Playfair Display\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v30\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQZNLo_U2r.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQZNLo_U2r.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQZNLo_U2r.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQZNLo_U2r.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDQZNLo_U2r.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQZNLo_U2r.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtbK-F2rA0s.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtbK-F2rA0s.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtbK-F2rA0s.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtbK-F2rA0s.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtbK-F2rA0s.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtbK-F2rA0s.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Playfair Display SC\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFeEzI4sNKg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcsdL4IUMyE.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XK6ARIyH5IA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcsdL4IUMyE.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXK6ARIyH5IA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Plus Jakarta Sans\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KU7NShXUEKi4Rw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NShXUEKi4Rw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NShXUEKi4Rw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NShXUEKi4Rw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNShXUEKi4Rw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNShXUEKi4Rw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNShXUEKi4Rw.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lCR_QMq2oR82k.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ17CR_QMq2oR82k.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCR_QMq2oR82k.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_QMq2oR82k.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_QMq2oR82k.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_QMq2oR82k.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lDh_QMq2oR82k.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Podkova\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v26\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/podkova/v26/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU4EoporSHH.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/podkova/v26/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWt3zcU4EoporSHH.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/podkova/v26/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWubysU4EoporSHH.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/podkova/v26/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWuiysU4EoporSHH.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/podkova/v26/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWvFysU4EoporSHH.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Poiret One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/poiretone/v14/UqyVK80NJXN4zfRgbdfbk5lWVscxdKE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Poller One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pollerone/v19/ahccv82n0TN3gia5E4Bud-lbgUS5u0s.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Poly\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/poly/v16/MQpb-W6wKNitRLCAq2Lpris.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/poly/v16/MQpV-W6wKNitdLKKr0DsviuGWA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pompiere\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pompiere/v15/VEMyRoxis5Dwuyeov6Wt5jDtreOL.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pontano Sans\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pontanosans/v13/qFdD35GdgYR8EzR6oBLDHa3qwjUMg1siNQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Poor Story\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/poorstory/v20/jizfREFUsnUct9P6cDfd4OmnLD0Z4zM.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Poppins\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTed3FBGPaTSQ.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE3tFOvODSVFF.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1tvFP-KUEg.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1plEN2PQEhcqw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21llEN2PQEhcqw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLed3FBGPaTSQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hlEN2PQEhcqw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19lEN2PQEhcqw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lEN2PQEhcqw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1tvFP-KUEg.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111lEN2PQEhcqw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xlEN2PQEhcqw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Port Lligat Sans\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/portlligatsans/v18/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7N0Tx4xEcQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Port Lligat Slab\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/portlligatslab/v21/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7ob9yGLmfI.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Potta One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pottaone/v16/FeVSS05Bp6cy7xI-YfxQ3Z5nm29Gww.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pragati Narrow\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pragatinarrow/v13/vm8vdRf0T0bS1ffgsPB7WZ-mD17_ytN3M48a.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/pragatinarrow/v13/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_GJMTlo_4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Praise\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/praise/v5/qkBUXvUZ-cnFXcFyDvO67L9XmQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Prata\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/prata/v18/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Preahvihear\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/preahvihear/v27/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Press Start 2P\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/pressstart2p/v14/e3t4euO8T-267oIAQAu6jDQyK0nSgPJE4580.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Pridi\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/pridi/v11/2sDdZG5JnZLfkc1SiE0jRUG0AqUc.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/pridi/v11/2sDdZG5JnZLfkc02i00jRUG0AqUc.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/pridi/v11/2sDQZG5JnZLfkfWao2krbl29.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/pridi/v11/2sDdZG5JnZLfkc1uik0jRUG0AqUc.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/pridi/v11/2sDdZG5JnZLfkc1CjU0jRUG0AqUc.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/pridi/v11/2sDdZG5JnZLfkc0mjE0jRUG0AqUc.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Princess Sofia\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/princesssofia/v21/qWczB6yguIb8DZ_GXZst16n7GRz7mDUoupoI.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Prociono\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/prociono/v22/r05YGLlR-KxAf9GGO8upyDYtStiJ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Prompt\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2CA9oYREcjeo0k.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/prompt/v10/-W_7XJnvUD7dzB2KZeJ8TkMBf50kbiM.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cr_s4bmkvc5Q9dw.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLQb2MrUZEtdzow.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_g4bmkvc5Q9dw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeK0bGMrUZEtdzow.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2KZdoYREcjeo0k.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Ck_k4bmkvc5Q9dw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLsbWMrUZEtdzow.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cv_44bmkvc5Q9dw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLAamMrUZEtdzow.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C2_84bmkvc5Q9dw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeKka2MrUZEtdzow.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cx_w4bmkvc5Q9dw.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeK4aGMrUZEtdzow.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C4_04bmkvc5Q9dw.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeKcaWMrUZEtdzow.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Prosto One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/prostoone/v17/OpNJno4VhNfK-RgpwWWxpipfWhXD00c.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Proza Libre\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/prozalibre/v9/LYjGdGHgj0k1DIQRyUEyyHovftvXWYyz.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/prozalibre/v9/LYjEdGHgj0k1DIQRyUEyyEotdN_1XJyz7zc.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyELbV__fcpC69i6N.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTCvceJSY8z6Np1k.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEL3UP_fcpC69i6N.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJSY8z6Np1k.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKTUf_fcpC69i6N.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJSY8z6Np1k.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKPUv_fcpC69i6N.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJSY8z6Np1k.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Public Sans\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5ww0pX189fg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5ww0pX189fg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5ww0pX189fg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww0pX189fg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5ww0pX189fg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65ww0pX189fg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65ww0pX189fg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65ww0pX189fg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565ww0pX189fg.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQctfVotfj7j.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgActfVotfj7j.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgActfVotfj7j.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgActfVotfj7j.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgActfVotfj7j.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwctfVotfj7j.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwctfVotfj7j.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwctfVotfj7j.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwctfVotfj7j.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Puppies Play\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/puppiesplay/v5/wlp2gwHZEV99rG6M3NR9uB9vaAJSA_JN3Q.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Puritan\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/puritan/v24/845YNMgkAJ2VTtIo9JrwRdaI50M.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/puritan/v24/845aNMgkAJ2VTtIoxJj6QfSN90PfXA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/puritan/v24/845dNMgkAJ2VTtIozCbfYd6j-0rGRes.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/puritan/v24/845fNMgkAJ2VTtIoxJjC_dup_2jDVevnLQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Purple Purse\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/purplepurse/v21/qWctB66gv53iAp-Vfs4My6qyeBb_ujA4ug.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Qahiri\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/qahiri/v7/tsssAp1RZy0C_hGuU3Chrnmupw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Quando\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/quando/v14/xMQVuFNaVa6YuW0pC6WzKX_QmA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Quantico\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/quantico/v15/rax-HiSdp9cPL3KIF4xsLjxSmlLZ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/quantico/v15/rax4HiSdp9cPL3KIF7xuJDhwn0LZ6T8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/quantico/v15/rax5HiSdp9cPL3KIF7TQARhasU7Q8Cad.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/quantico/v15/rax7HiSdp9cPL3KIF7xuHIRfu0ry9TadML4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Quattrocento\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/quattrocento/v17/OZpEg_xvsDZQL_LKIF7q4jPHxGL7f4jFuA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/quattrocento/v17/OZpbg_xvsDZQL_LKIF7q4jP_eE3fd6PZsXcM9w.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Quattrocento Sans\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/quattrocentosans/v18/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/quattrocentosans/v18/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/quattrocentosans/v18/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/quattrocentosans/v18/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Questrial\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Quicksand\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v30\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18G0wx40QDw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18G0wx40QDw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18G0wx40QDw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18G0wx40QDw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18G0wx40QDw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Quintessential\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/quintessential/v20/fdNn9sOGq31Yjnh3qWU14DdtjY5wS7kmAyxM.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Qwigley\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/qwigley/v16/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Qwitcher Grypen\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/qwitchergrypen/v3/pxicypclp9tDilN9RrC5BSI1dZmrSGNAom-wpw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/qwitchergrypen/v3/pxiZypclp9tDilN9RrC5BSI1dZmT9ExkqkSsrvNXiA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Racing Sans One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/racingsansone/v13/sykr-yRtm7EvTrXNxkv5jfKKyDCwL3rmWpIBtA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Radio Canada\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/radiocanada/v16/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nESkQPIJOdSSfOT.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/radiocanada/v16/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nFMkQPIJOdSSfOT.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/radiocanada/v16/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nF-kQPIJOdSSfOT.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/radiocanada/v16/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGSlgPIJOdSSfOT.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/radiocanada/v16/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGrlgPIJOdSSfOT.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/radiocanada/v16/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0rWLLuNwTOOTa9k.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/radiocanada/v16/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0uuLLuNwTOOTa9k.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/radiocanada/v16/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0tmLLuNwTOOTa9k.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/radiocanada/v16/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0jWMLuNwTOOTa9k.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/radiocanada/v16/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0gyMLuNwTOOTa9k.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Radley\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/radley/v20/LYjDdGzinEIjCN19oAlEpVs3VQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/radley/v20/LYjBdGzinEIjCN1NogNAh14nVcfe.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rajdhani\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/rajdhani/v15/LDIxapCSOBg7S-QT7q4AOeekWPrP.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pb0EMOsc-bGkqIw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pbYF8Osc-bGkqIw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pa8FsOsc-bGkqIw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rakkas\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rakkas/v17/Qw3cZQlNHiblL3j_lttPOeMcCw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Raleway\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v28\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CPNLA3JC9c.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCPNLA3JC9c.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCPNLA3JC9c.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCPNLA3JC9c.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCPNLA3JC9c.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCPNLA3JC9c.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCPNLA3JC9c.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCPNLA3JC9c.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCPNLA3JC9c.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQVIT9c2c8.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQVIT9c2c8.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQVIT9c2c8.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQVIT9c2c8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Raleway Dots\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ralewaydots/v14/6NUR8FifJg6AfQvzpshgwJ8kyf9Fdty2ew.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ramabhadra\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ramabhadra/v15/EYq2maBOwqRW9P1SQ83LehNGX5uWw3o.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ramaraja\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ramaraja/v15/SlGTmQearpYAYG1CABIkqnB6aSQU.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rambla\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rambla/v13/snfrs0ip98hx6mr0I7IONthkwQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/rambla/v13/snfps0ip98hx6mrEIbgKFN10wYKa.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/rambla/v13/snfos0ip98hx6mrMn50qPvN4yJuDYQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/rambla/v13/snfus0ip98hx6mrEIYC2O_l86p6TYS-Y.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rammetto One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rammettoone/v14/LhWiMV3HOfMbMetJG3lQDpp9Mvuciu-_SQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rampart One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rampartone/v7/K2F1fZFGl_JSR1tAWNG9R6qgLS76ZHOM.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ranchers\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ranchers/v13/zrfm0H3Lx-P2Xvs2AoDYDC79XTHv.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rancho\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rancho/v17/46kulbzmXjLaqZRlbWXgd0RY1g.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ranga\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ranga/v17/C8ct4cYisGb28p6CLDwZwmGE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ranga/v17/C8cg4cYisGb28qY-AxgR6X2NZAn2.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rasa\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/rasa/v15/xn76YHIn1mWmVKl8ZtAM9NrJfN4YJW41fcvN2KT4.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/rasa/v15/xn76YHIn1mWmVKl8ZtAM9NrJfN5GJW41fcvN2KT4.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/rasa/v15/xn76YHIn1mWmVKl8ZtAM9NrJfN50JW41fcvN2KT4.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/rasa/v15/xn76YHIn1mWmVKl8ZtAM9NrJfN6YIm41fcvN2KT4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/rasa/v15/xn76YHIn1mWmVKl8ZtAM9NrJfN6hIm41fcvN2KT4.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/rasa/v15/xn78YHIn1mWmfqBOmQhln0Bne8uOZth2d8_v3bT4Ycc.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/rasa/v15/xn78YHIn1mWmfqBOmQhln0Bne8uOZoZ2d8_v3bT4Ycc.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/rasa/v15/xn78YHIn1mWmfqBOmQhln0Bne8uOZrR2d8_v3bT4Ycc.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/rasa/v15/xn78YHIn1mWmfqBOmQhln0Bne8uOZlhxd8_v3bT4Ycc.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/rasa/v15/xn78YHIn1mWmfqBOmQhln0Bne8uOZmFxd8_v3bT4Ycc.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rationale\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rationale/v24/9XUnlJ92n0_JFxHIfHcsdlFMzLC2Zw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ravi Prakash\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/raviprakash/v19/gokpH6fsDkVrF9Bv9X8SOAKHmNZEq6TTFw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Readex Pro\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQzfm7w3bk38hTB8.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQwBm7w3bk38hTB8.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQxfm7w3bk38hTB8.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQxtm7w3bk38hTB8.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQyBnLw3bk38hTB8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQy4nLw3bk38hTB8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Recursive\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v35\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadDck018vwxjDJCL.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk018vwxjDJCL.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCwk018vwxjDJCL.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBclE18vwxjDJCL.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBllE18vwxjDJCL.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadAClE18vwxjDJCL.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadArlE18vwxjDJCL.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Red Hat Display\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbjKWckg5-Xecg3w.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWckg5-Xecg3w.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbl6Wckg5-Xecg3w.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbrKRckg5-Xecg3w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRckg5-Xecg3w.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbuyRckg5-Xecg3w.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbsWRckg5-Xecg3w.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVxAsz_VWZk3zJGg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVmgsz_VWZk3zJGg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVqAsz_VWZk3zJGg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVRAwz_VWZk3zJGg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVfQwz_VWZk3zJGg.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVGgwz_VWZk3zJGg.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVMwwz_VWZk3zJGg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Red Hat Mono\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/redhatmono/v10/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQQPI-7HNuW4QuKI.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/redhatmono/v10/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQV3I-7HNuW4QuKI.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/redhatmono/v10/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQW_I-7HNuW4QuKI.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/redhatmono/v10/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQYPP-7HNuW4QuKI.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/redhatmono/v10/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQbrP-7HNuW4QuKI.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/redhatmono/v10/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLTfLHvUwVqKIJuw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/redhatmono/v10/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLE_LHvUwVqKIJuw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/redhatmono/v10/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLIfLHvUwVqKIJuw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/redhatmono/v10/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLzfXHvUwVqKIJuw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/redhatmono/v10/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWL9PXHvUwVqKIJuw.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Red Hat Text\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/redhattext/v13/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML-ZwVrbacYVFtIY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/redhattext/v13/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwVrbacYVFtIY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/redhattext/v13/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML4pwVrbacYVFtIY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/redhattext/v13/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML2Z3VrbacYVFtIY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/redhattext/v13/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML193VrbacYVFtIY.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/redhattext/v13/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAz4PXQdadApIYv_g.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/redhattext/v13/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzvvXQdadApIYv_g.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/redhattext/v13/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzjPXQdadApIYv_g.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/redhattext/v13/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzYPLQdadApIYv_g.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/redhattext/v13/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzWfLQdadApIYv_g.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Red Rose\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/redrose/v14/QdVISTYiLBjouPgEUajvsfWwDtc3MH8y8_sDcjSsYUVUjg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/redrose/v14/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfsDcjSsYUVUjg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/redrose/v14/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yn_sDcjSsYUVUjg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/redrose/v14/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yc_wDcjSsYUVUjg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/redrose/v14/QdVISTYiLBjouPgEUajvsfWwDtc3MH8ySvwDcjSsYUVUjg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Redacted\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/redacted/v6/Z9XVDmdRShme2O_7aITe4u2El6GC.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Redacted Script\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/redactedscript/v6/ypvEbXGRglhokR7dcC3d1-R6zmxqHUzVmbI397ldkg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/redactedscript/v6/ypvBbXGRglhokR7dcC3d1-R6zmxSsWTxkZkr_g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/redactedscript/v6/ypvEbXGRglhokR7dcC3d1-R6zmxqDUvVmbI397ldkg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Redressed\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/redressed/v25/x3dickHUbrmJ7wMy9MsBfPACvy_1BA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Reem Kufi\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/reemkufi/v18/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/reemkufi/v18/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQttRnEGGf3qGuvM4.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/reemkufi/v18/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtjhgEGGf3qGuvM4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/reemkufi/v18/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtgFgEGGf3qGuvM4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Reem Kufi Fun\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-14\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/reemkufifun/v4/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYj3nCgrvqZzZXq.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/reemkufifun/v4/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYR3nCgrvqZzZXq.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/reemkufifun/v4/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChob92XCgrvqZzZXq.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/reemkufifun/v4/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChobE2XCgrvqZzZXq.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Reem Kufi Ink\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-14\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/reemkufiink/v4/oPWJ_kJmmu8hCvB9iFumxZSnRj5dQnSX1ko.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Reenie Beanie\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/reeniebeanie/v16/z7NSdR76eDkaJKZJFkkjuvWxbP2_qoOgf_w.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Reggae One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/reggaeone/v14/~CgwKClJlZ2dhZSBPbmUgACoECAEYAQ==.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Revalia\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/revalia/v20/WwkexPimBE2-4ZPEeVruNIgJSNM.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rhodium Libre\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rhodiumlibre/v17/1q2AY5adA0tn_ukeHcQHqpx6pETLeo2gm2U.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ribeye\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ribeye/v21/L0x8DFMxk1MP9R3RvPCmRSlUig.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ribeye Marrow\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ribeyemarrow/v22/GFDsWApshnqMRO2JdtRZ2d0vEAwTVWgKdtw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Righteous\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/righteous/v13/1cXxaUPXBpj2rGoU7C9mj3uEicG01A.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Risque\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/risque/v20/VdGfAZUfHosahXxoCUYVBJ-T5g.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Road Rage\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/roadrage/v5/6NUU8F2fKAOBKjjr4ekvtMYAwdRZfw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Roboto\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"700\",\n        \"700italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v30\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Roboto Condensed\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v25\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCMSbvtdYyQ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/robotocondensed/v25/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYatlYcyRi4A.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-59WxDCs5cvI.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/robotocondensed/v25/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CAk8YvJEeg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCMSbvtdYyQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/robotocondensed/v25/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYatlYcyRi4A.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Roboto Flex\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/robotoflex/v9/NaN4epOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXpRJ6cXW4O8TNGoXjC79QRyaLshNDUf3e0O-gn5rrZCu20YNYG0EACUTNK-QKavMlxGIY8dxef0jQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Roboto Mono\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vuPQ--5Ip2sSQ.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_XvqPQ--5Ip2sSQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_gPqPQ--5Ip2sSQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQ--5Ip2sSQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7PqPQ--5Ip2sSQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_AP2PQ--5Ip2sSQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQ--5Ip2sSQ.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAeW9AJi8SZwt.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrnnAOW9AJi8SZwt.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrk5AOW9AJi8SZwt.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9AJi8SZwt.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlVAOW9AJi8SZwt.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrm5B-W9AJi8SZwt.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9AJi8SZwt.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Roboto Serif\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliosp6d2Af5fR4k.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqotp6d2Af5fR4k.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElnQtp6d2Af5fR4k.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotp6d2Af5fR4k.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElhgtp6d2Af5fR4k.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQqp6d2Af5fR4k.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEls0qp6d2Af5fR4k.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqoqp6d2Af5fR4k.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEloMqp6d2Af5fR4k.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-V8BdxaV4nUFw.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-R8BdxaV4nUFw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuEeR8BdxaV4nUFw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-R8BdxaV4nUFw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JufeR8BdxaV4nUFw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JukeN8BdxaV4nUFw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuqON8BdxaV4nUFw.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-N8BdxaV4nUFw.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Ju5uN8BdxaV4nUFw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Roboto Slab\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWWaG5iddG-1A.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISWaG5iddG-1A.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaG5iddG-1A.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaG5iddG-1A.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWaG5iddG-1A.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaG5iddG-1A.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOWaG5iddG-1A.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOWaG5iddG-1A.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rochester\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rochester/v18/6ae-4KCqVa4Zy6Fif-Uy31vWNTMwoQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rock Salt\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rocksalt/v18/MwQ0bhv11fWD6QsAVOZbsEk7hbBWrA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"RocknRoll One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rocknrollone/v10/kmK7ZqspGAfCeUiW6FFlmEC9guVhs7tfUxc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rokkitt\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v29\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rydpDLE76HvN6n.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pyd5DLE76HvN6n.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1qsd5DLE76HvN6n.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DLE76HvN6n.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rAd5DLE76HvN6n.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oscJDLE76HvN6n.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcJDLE76HvN6n.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pycJDLE76HvN6n.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pbcJDLE76HvN6n.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Romanesco\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSn3HwLqOqSBg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ropa Sans\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ropasans/v15/EYqxmaNOzLlWtsZSScyKWjloU5KP2g.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ropasans/v15/EYq3maNOzLlWtsZSScy6WDNscZef2mNE.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rosario\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/rosario/v27/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM69GCWczd-YnOzUD.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/rosario/v27/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWczd-YnOzUD.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/rosario/v27/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68qCWczd-YnOzUD.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/rosario/v27/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6_GDmczd-YnOzUD.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/rosario/v27/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dmczd-YnOzUD.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/rosario/v27/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQStFwfeIFPiUDn08.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/rosario/v27/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSo9wfeIFPiUDn08.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/rosario/v27/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSr1wfeIFPiUDn08.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/rosario/v27/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSlF3feIFPiUDn08.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/rosario/v27/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSmh3feIFPiUDn08.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rosarivo\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rosarivo/v20/PlI-Fl2lO6N9f8HaNAeC2nhMnNy5.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/rosarivo/v20/PlI4Fl2lO6N9f8HaNDeA0Hxumcy5ZX8.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rouge Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rougescript/v14/LYjFdGbiklMoCIQOw1Ep3S4PVPXbUJWq9g.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rowdies\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/rowdies/v15/ptRMTieMYPNBAK219hth5O7yKQNute8.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/rowdies/v15/ptRJTieMYPNBAK21zrdJwObZNQo.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/rowdies/v15/ptRMTieMYPNBAK219gtm5O7yKQNute8.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rozha One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rozhaone/v13/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UE80V4bVkA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UE80V4bVkA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UE80V4bVkA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UE80V4bVkA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UE80V4bVkA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UE80V4bVkA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UE80V4bVkA.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE0UwdYPFkJ1O.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0UwdYPFkJ1O.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0UwdYPFkJ1O.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFEUwdYPFkJ1O.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEUwdYPFkJ1O.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEUwdYPFkJ1O.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEUwdYPFkJ1O.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Beastly\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikbeastly/v10/0QImMXRd5oOmSC2ZQ7o9653X07z8_ApHqqk.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Bubbles\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikbubbles/v2/JIA1UVdwbHFJtwA7Us1BPFbRNTENfDxyRXI.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Burned\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikburned/v1/Jqzk5TmOVOqQHihKqPpscqniHQuaCY5ZSg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Dirt\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikdirt/v1/DtVmJxC7WLEj1uIXEWAdulwm6gDXvwE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Distressed\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikdistressed/v1/GFDxWBdsmnqAVqjtUsZf2dcrQ2ldcWAhatVBaGM.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Glitch\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikglitch/v2/qkBSXv8b_srFRYQVYrDKh9ZvmC7HONiSFQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Iso\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikiso/v1/x3dickHUfr-S4VAI4sABfPACvy_1BA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Marker Hatch\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikmarkerhatch/v1/QldTNSFQsh0B_bFXXWv6LAt-jswapJHQDL4iw0H6zw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Maze\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikmaze/v1/xMQRuF9ZVa2ftiJEavXSAX7inS-bxV4.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Microbe\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikmicrobe/v2/UqyWK8oPP3hjw6ANS9rM3PsZcs8aaKgiauE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Mono One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikmonoone/v14/UqyJK8kPP3hjw6ANTdfRk9YSN-8wRqQrc_j9.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Moonrocks\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikmoonrocks/v2/845ANMAmAI2VUZMLu_W0M7HqlDHnXcD7JGy1Sw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Puddles\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikpuddles/v2/1Ptog8bYX_qGnkLkrU5MJsQcJfC0wVMT-aE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rubik Wet Paint\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rubikwetpaint/v2/HTx0L20uMDGHgdULcpTF3Oe4d_-F-zz313DuvQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ruda\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsi_-2KiSGg-H.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJ3si_-2KiSGg-H.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKbtS_-2KiSGg-H.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKitS_-2KiSGg-H.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLFtS_-2KiSGg-H.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstS_-2KiSGg-H.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rufina\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rufina/v13/Yq6V-LyURyLy-aKyoxRktOdClg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/rufina/v13/Yq6W-LyURyLy-aKKHztAvMxenxE0SA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ruge Boogie\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rugeboogie/v24/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ruluko\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ruluko/v21/xMQVuFNZVaODtm0pC6WzKX_QmA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rum Raisin\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rumraisin/v20/nwpRtKu3Ih8D5avB4h2uJ3-IywA7eMM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ruslan Display\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ruslandisplay/v22/Gw6jwczl81XcIZuckK_e3UpfdzxrldyFvm1n.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Russo One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsH-yMOInrib9Q.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ruthie\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ruthie/v24/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Rye\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/rye/v13/r05XGLJT86YDFpTsXOqx4w.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"STIX Two Text\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yihg2SOYWxFMN1WD.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YihS2SOYWxFMN1WD.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yii-3iOYWxFMN1WD.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YiiH3iOYWxFMN1WD.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omsvbURVuMkWDmSo.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omvnbURVuMkWDmSo.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omhXcURVuMkWDmSo.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omizcURVuMkWDmSo.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sacramento\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sacramento/v13/buEzpo6gcdjy0EiZMBUG0CoV_NxLeiw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sahitya\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sahitya/v17/6qLAKZkOuhnuqlJAaScFPywEDnI.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sahitya/v17/6qLFKZkOuhnuqlJAUZsqGyQvEnvSexI.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sail\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sail/v16/DPEjYwiBxwYJFBTDADYAbvw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Saira\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rDosg7lwYmUVY.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rCosg7lwYmUVY.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7wTCosg7lwYmUVY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCosg7lwYmUVY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA72jCosg7lwYmUVY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA74TFosg7lwYmUVY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773Fosg7lwYmUVY.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rFosg7lwYmUVY.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7_PFosg7lwYmUVY.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSooxkyQjQVYmxA.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByosxkyQjQVYmxA.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBFIsxkyQjQVYmxA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSosxkyQjQVYmxA.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBeIsxkyQjQVYmxA.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBlIwxkyQjQVYmxA.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBrYwxkyQjQVYmxA.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByowxkyQjQVYmxA.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKB44wxkyQjQVYmxA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Saira Condensed\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/sairacondensed/v11/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA2omSrzS8.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8Keepi2lHw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8Keepi2lHw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sairacondensed/v11/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8Keepi2lHw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8Keepi2lHw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8Keepi2lHw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8Keepi2lHw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8Keepi2lHw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Saira Extra Condensed\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Saira Semi Condensed\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM8rXT-8V8.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMWg3j36Ebz.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMWg3j36Ebz.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MWg3j36Ebz.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMWg3j36Ebz.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMWg3j36Ebz.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMWg3j36Ebz.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MWg3j36Ebz.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Saira Stencil One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sairastencilone/v14/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsMawif2YQ2.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Salsa\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/salsa/v17/gNMKW3FiRpKj-imY8ncKEZez.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sanchez\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sanchez/v13/Ycm2sZJORluHnXbITm5b_BwE1l0.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/sanchez/v13/Ycm0sZJORluHnXbIfmxR-D4Bxl3gkw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sancreek\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sancreek/v23/pxiHypAnsdxUm159X7D-XV9NEe-K.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sansita\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sansita/v10/QldONTRRphEb_-V7HBm7TXFf3qw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/sansita/v10/QldMNTRRphEb_-V7LBuxSVNazqx2xg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sansita/v10/QldLNTRRphEb_-V7JKWUaXl0wqVv3_g.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/sansita/v10/QldJNTRRphEb_-V7LBuJ9Xx-xodqz_joDQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sansita/v10/QldLNTRRphEb_-V7JLmXaXl0wqVv3_g.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/sansita/v10/QldJNTRRphEb_-V7LBuJ6X9-xodqz_joDQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sansita/v10/QldLNTRRphEb_-V7JJ2WaXl0wqVv3_g.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/sansita/v10/QldJNTRRphEb_-V7LBuJzX5-xodqz_joDQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sansita Swashed\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW-ppbToVehmEa4Q.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpbToVehmEa4Q.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW4ZpbToVehmEa4Q.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW2pubToVehmEa4Q.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW1NubToVehmEa4Q.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWzRubToVehmEa4Q.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWx1ubToVehmEa4Q.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sarabun\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVhJx26TKEr37c9YHZJmnYI5gnOpg.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVnJx26TKEr37c9aBBx_nwMxAzephhN.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YNpoulwm6gDXvwE.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxUl0s7iLSrwFUlw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YL5rulwm6gDXvwE.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxNl4s7iLSrwFUlw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVhJx26TKEr37c9aBBJmnYI5gnOpg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YOZqulwm6gDXvwE.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxbl8s7iLSrwFUlw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YMptulwm6gDXvwE.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxQlgs7iLSrwFUlw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YK5sulwm6gDXvwE.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxJlks7iLSrwFUlw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YLJvulwm6gDXvwE.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxOlos7iLSrwFUlw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sarala\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sarala/v10/uK_y4riEZv4o1w9RCh0TMv6EXw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sarala/v10/uK_x4riEZv4o1w9ptjI3OtWYVkMpXA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sarina\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sarina/v21/-F6wfjF3ITQwasLhLkDUriBQxw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sarpanch\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sarpanch/v11/hESy6Xt4NCpRuk6Pzh2ARIrX_20n.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sarpanch/v11/hES16Xt4NCpRuk6PziV0ba7f1HEuRHkM.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sarpanch/v11/hES16Xt4NCpRuk6PziVYaq7f1HEuRHkM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sarpanch/v11/hES16Xt4NCpRuk6PziU8a67f1HEuRHkM.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sarpanch/v11/hES16Xt4NCpRuk6PziUgaK7f1HEuRHkM.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sarpanch/v11/hES16Xt4NCpRuk6PziUEaa7f1HEuRHkM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sassy Frass\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sassyfrass/v5/LhWhMVrGOe0FLb97BjhsE99dGNWQg_am.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Satisfy\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/satisfy/v17/rP2Hp2yn6lkG50LoOZSCHBeHFl0.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sawarabi Gothic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sawarabigothic/v12/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sawarabi Mincho\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sawarabimincho/v17/8QIRdiDaitzr7brc8ahpxt6GcIJTLahP46UDUw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Scada\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/scada/v14/RLpxK5Pv5qumeWJoxzUobkvv.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/scada/v14/RLp_K5Pv5qumeVJqzTEKa1vvffg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/scada/v14/RLp8K5Pv5qumeVrU6BEgRVfmZOE5.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/scada/v14/RLp6K5Pv5qumeVJq9Y0lT1PEYfE5p6g.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Scheherazade New\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/scheherazadenew/v12/4UaZrFhTvxVnHDvUkUiHg8jprP4DCwNsOl4p5Is.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/scheherazadenew/v12/4UaerFhTvxVnHDvUkUiHg8jprP4DM79DHlYC-IKnoSE.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Schoolbell\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/schoolbell/v18/92zQtBZWOrcgoe-fgnJIVxIQ6mRqfiQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Scope One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGD1W0_MJMGxiQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Seaweed Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/seaweedscript/v13/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ-KcGVbLW.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Secular One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/secularone/v11/8QINdiTajsj_87rMuMdKypDlMul7LJpK.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sedgwick Ave\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sedgwickave/v12/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sedgwick Ave Display\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sedgwickavedisplay/v19/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sen\",\n      \"variants\": [\n        \"regular\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sen/v7/6xKjdSxYI9_Hm_-MImrpLQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sen/v7/6xKudSxYI9__J9CoKkH1JHUQSQ.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sen/v7/6xKudSxYI9__O9OoKkH1JHUQSQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Send Flowers\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sendflowers/v2/If2PXTjtZS-0Xqy13uCQSULvxwjjouU1iw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sevillana\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sevillana/v21/KFOlCnWFscmDt1Bfiy1vAx05IsDqlA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Seymour One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/seymourone/v20/4iCp6Khla9xbjQpoWGGd0myIPYBvgpUI.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Shadows Into Light\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shadowsintolight/v15/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Shadows Into Light Two\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shadowsintolighttwo/v13/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAvNGLNnIF0.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Shalimar\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shalimar/v5/uU9MCBoE6I6iNWFUvTPx8PCOg0uX.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Shanti\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shanti/v23/t5thIREMM4uSDgzgU0ezpKfwzA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Share\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/share/v16/i7dEIFliZjKNF5VNHLq2cV5d.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/share/v16/i7dKIFliZjKNF6VPFr6UdE5dWFM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/share/v16/i7dJIFliZjKNF63xM56-WkJUQUq7.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/share/v16/i7dPIFliZjKNF6VPLgK7UEZ2RFq7AwU.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Share Tech\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sharetech/v17/7cHtv4Uyi5K0OeZ7bohUwHoDmTcibrA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Share Tech Mono\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sharetechmono/v15/J7aHnp1uDWRBEqV98dVQztYldFc7pAsEIc3Xew.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Shippori Antique\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shipporiantique/v8/-F6qfid3KC8pdMyzR0qRyFUht11v8ldPg-IUDNg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Shippori Antique B1\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shipporiantiqueb1/v8/2Eb7L_JwClR7Zl_UAKZ0mUHw3oMKd40grRFCj9-5Y8Y.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Shippori Mincho\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shipporimincho/v14/VdGGAZweH5EbgHY6YExcZfDoj0BA2_-C7LoS7g.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4L9am5JEO5--2zg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4A9Gm5JEO5--2zg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4Z9Cm5JEO5--2zg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4e9Om5JEO5--2zg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Shippori Mincho B1\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shipporiminchob1/v19/~ChQKElNoaXBwb3JpIE1pbmNobyBCMSAAKgQIARgB.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/shipporiminchob1/v19/~ChcKElNoaXBwb3JpIE1pbmNobyBCMRj0AyAAKgQIARgB.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/shipporiminchob1/v19/~ChcKElNoaXBwb3JpIE1pbmNobyBCMRjYBCAAKgQIARgB.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/shipporiminchob1/v19/~ChcKElNoaXBwb3JpIE1pbmNobyBCMRi8BSAAKgQIARgB.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/shipporiminchob1/v19/~ChcKElNoaXBwb3JpIE1pbmNobyBCMRigBiAAKgQIARgB.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Shojumaru\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shojumaru/v15/rax_HiWfutkLLnaKCtlMBBJek0vA8A.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Short Stack\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shortstack/v15/bMrzmS2X6p0jZC6EcmPFX-SScX8D0nq6.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Shrikhand\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"gujarati\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/shrikhand/v11/a8IbNovtLWfR7T7bMJwbBIiQ0zhMtA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Siemreap\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/siemreap/v24/Gg82N5oFbgLvHAfNl2YbnA8DLXpe.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sigmar One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sigmarone/v16/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Signika\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tIJHJbGhs_cfKe1.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tJXHJbGhs_cfKe1.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tJlHJbGhs_cfKe1.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tKJG5bGhs_cfKe1.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tKwG5bGhs_cfKe1.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Signika Negative\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/signikanegative/v20/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAr5S73st9hiuEq8.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/signikanegative/v20/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqnS73st9hiuEq8.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/signikanegative/v20/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqVS73st9hiuEq8.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/signikanegative/v20/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAp5TL3st9hiuEq8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/signikanegative/v20/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RApATL3st9hiuEq8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Silkscreen\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/silkscreen/v1/m8JXjfVPf62XiF7kO-i9ULRvamODxdI.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/silkscreen/v1/m8JUjfVPf62XiF7kO-i9aAhATmuo2dudFvc.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Simonetta\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/simonetta/v23/x3dickHVYrCU5BU15c4BfPACvy_1BA.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/simonetta/v23/x3dkckHVYrCU5BU15c4xfvoGnSrlBBsy.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/simonetta/v23/x3dnckHVYrCU5BU15c45-N0mtwTpDQIrGg.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/simonetta/v23/x3d5ckHVYrCU5BU15c4xfsKCsA7tLwc7Gn88.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Single Day\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/singleday/v15/LYjHdGDjlEgoAcF95EI5jVoFUNfeQJU.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sintony\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sintony/v13/XoHm2YDqR7-98cVUITQnu98ojjs.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sintony/v13/XoHj2YDqR7-98cVUGYgIn9cDkjLp6C8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sirin Stencil\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sirinstencil/v21/mem4YaWwznmLx-lzGfN7MdRydchGBq6al6o.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Six Caps\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sixcaps/v16/6ae_4KGrU7VR7bNmabcS9XXaPCop.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Skranji\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/skranji/v13/OZpDg_dtriVFNerMYzuuklTm3Ek.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/skranji/v13/OZpGg_dtriVFNerMW4eBtlzNwED-b4g.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Slabo 13px\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/slabo13px/v13/11hEGp_azEvXZUdSBzzRcKer2wkYnvI.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Slabo 27px\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/slabo27px/v12/mFT0WbgBwKPR_Z4hGN2qsxgJ1EJ7i90.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Slackey\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/slackey/v24/N0bV2SdQO-5yM0-dKlRaJdbWgdY.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Smokum\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/smokum/v24/TK3iWkUbAhopmrdGHjUHte5fKg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Smooch\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/smooch/v5/o-0LIps4xW8U1xUBjqp_6hVdYg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Smooch Sans\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUFodqIeNlzayg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUBodqIeNlzayg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oin0BodqIeNlzayg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUBodqIeNlzayg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oi80BodqIeNlzayg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiH0dodqIeNlzayg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiJkdodqIeNlzayg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUdodqIeNlzayg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiaEdodqIeNlzayg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Smythe\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/smythe/v23/MwQ3bhT01--coT1BOLh_uGInjA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sniglet\",\n      \"variants\": [\n        \"regular\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sniglet/v17/cIf9MaFLtkE3UjaJxCmrYGkHgIs.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sniglet/v17/cIf4MaFLtkE3UjaJ_ImHRGEsnIJkWL4.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Snippet\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/snippet/v21/bWt47f7XfQH9Gupu2v_Afcp9QWc.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Snowburst One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/snowburstone/v20/MQpS-WezKdujBsXY3B7I-UT7eZ-UPyacPbo.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sofadi One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sofadione/v21/JIA2UVBxdnVBuElZaMFGcDOIETkmYDU.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sofia\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_vu-sowsrqjk.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Solway\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/solway/v15/AMOTz46Cs2uTAOCuLlgZms0QW3mqyg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/solway/v15/AMOQz46Cs2uTAOCWgnA9kuYMUg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/solway/v15/AMOTz46Cs2uTAOCudlkZms0QW3mqyg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/solway/v15/AMOTz46Cs2uTAOCuPl8Zms0QW3mqyg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/solway/v15/AMOTz46Cs2uTAOCuIlwZms0QW3mqyg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Song Myung\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/songmyung/v20/1cX2aUDWAJH5-EIC7DIhr1GqhcitzeM.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sonsie One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sonsieone/v21/PbymFmP_EAnPqbKaoc18YVu80lbp8JM.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sora\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSdSn3-KIwNhBti0.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSfSnn-KIwNhBti0.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmScMnn-KIwNhBti0.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSdSnn-KIwNhBti0.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSdgnn-KIwNhBti0.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSeMmX-KIwNhBti0.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSe1mX-KIwNhBti0.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSfSmX-KIwNhBti0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sorts Mill Goudy\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0OjpM75PE.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8EirE-9PGLfQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Source Code Pro\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyQhM5hTXUcdJg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DJKQhM5hTXUcdJg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM5hTXUcdJg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DP6QhM5hTXUcdJg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM5hTXUcdJg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DCuXhM5hTXUcdJg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyXhM5hTXUcdJg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DGWXhM5hTXUcdJg.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7I1rSVcZZJiGpw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTMo1rSVcZZJiGpw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSVcZZJiGpw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTXo1rSVcZZJiGpw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSVcZZJiGpw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTi4prSVcZZJiGpw.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7IprSVcZZJiGpw.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTxYprSVcZZJiGpw.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Source Sans 3\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw461EN_io6npfB.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kzm61EN_io6npfB.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky461EN_io6npfB.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KyK61EN_io6npfB.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxm7FEN_io6npfB.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxf7FEN_io6npfB.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw47FEN_io6npfB.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KwR7FEN_io6npfB.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlO9C4Ym4fB3Ts.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqOdO9C4Ym4fB3Ts.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqLlO9C4Ym4fB3Ts.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqItO9C4Ym4fB3Ts.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqGdJ9C4Ym4fB3Ts.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqF5J9C4Ym4fB3Ts.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlJ9C4Ym4fB3Ts.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqBBJ9C4Ym4fB3Ts.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Source Sans Pro\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkB1v_8CGxg.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr3cWWxg40.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkB1v_8CGxg.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr3cWWxg40.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aP6TkmDZz9g.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7gujNj9tmf.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkB1v_8CGxg.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr3cWWxg40.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkB1v_8CGxg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr3cWWxg40.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkB1v_8CGxg.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr3cWWxg40.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Source Serif 4\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdqrhxXD-wGvjU.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiklqrhxXD-wGvjU.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjihdqrhxXD-wGvjU.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiiVqrhxXD-wGvjU.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjisltrhxXD-wGvjU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjivBtrhxXD-wGvjU.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdtrhxXD-wGvjU.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjir5trhxXD-wGvjU.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxl9dC84DrjXEXw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pGF9dC84DrjXEXw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pRl9dC84DrjXEXw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pdF9dC84DrjXEXw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pmFhdC84DrjXEXw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98poVhdC84DrjXEXw.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxlhdC84DrjXEXw.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98p71hdC84DrjXEXw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Source Serif Pro\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIXzD-0qpwxpaWvjeD0X88SAOeasbsfhSugxYUvZrI.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGbSqqwacqdrKvbQ.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIXzD-0qpwxpaWvjeD0X88SAOeasd8chSugxYUvZrI.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGCSmqwacqdrKvbQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIQzD-0qpwxpaWvjeD0X88SAOeaiXM0oSOL2Yw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIWzD-0qpwxpaWvjeD0X88SAOeauXE-pQGOyYw2fw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIXzD-0qpwxpaWvjeD0X88SAOeasasahSugxYUvZrI.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGfS-qwacqdrKvbQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIXzD-0qpwxpaWvjeD0X88SAOeasc8bhSugxYUvZrI.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGGS6qwacqdrKvbQ.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIXzD-0qpwxpaWvjeD0X88SAOeasfcZhSugxYUvZrI.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/sourceserifpro/v15/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGISyqwacqdrKvbQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Space Grotesk\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsjNsFjTDJK.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsjNsFjTDJK.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksjNsFjTDJK.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksjNsFjTDJK.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Space Mono\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/spacemono/v12/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/spacemono/v12/i7dNIFZifjKcF5UAWdDRYER8QHi-EwWMbg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/spacemono/v12/i7dMIFZifjKcF5UAWdDRaPpZYFKQHwyVd3U.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/spacemono/v12/i7dSIFZifjKcF5UAWdDRYERE_FeaGy6QZ3WfYg.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Special Elite\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/specialelite/v18/XLYgIZbkc4JPUL5CVArUVL0nhncESXFtUsM.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Spectral\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9v2s13GY_etWWIJ.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qrXHafOPXHIJErY.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uSsF3GY_etWWIJ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qtHEafOPXHIJErY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/spectral/v13/rnCt-xNNww_2s0amA9M8kn3sTfukQHs.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9vKsV3GY_etWWIJ.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qonFafOPXHIJErY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9vmtl3GY_etWWIJ.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qqXCafOPXHIJErY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uCt13GY_etWWIJ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qsHDafOPXHIJErY.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uetF3GY_etWWIJ.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qt3AafOPXHIJErY.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Spectral SC\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs1qwkTXPYeVXJZB.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg26zWN4O3WYZB_sU.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs0OwUTXPYeVXJZB.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg28jVN4O3WYZB_sU.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/spectralsc/v11/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/spectralsc/v11/KtkrALCRZonmalTgyPmRfsWg42T9E4ucRY8.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs1WwETXPYeVXJZB.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg25DUN4O3WYZB_sU.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs16x0TXPYeVXJZB.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg27zTN4O3WYZB_sU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs0exkTXPYeVXJZB.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg29jSN4O3WYZB_sU.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs0CxUTXPYeVXJZB.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg28TRN4O3WYZB_sU.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Spicy Rice\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/spicyrice/v21/uK_24rSEd-Uqwk4jY1RyGv-2WkowRcc.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Spinnaker\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/spinnaker/v17/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Spirax\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/spirax/v21/buE3poKgYNLy0F3cXktt-Csn-Q.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Splash\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/splash/v1/KtksAL2RZoDkbU6hpPPGNdS6wg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Spline Sans\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/splinesans/v8/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpZlnYEtvlUfE2kw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/splinesans/v8/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpOFnYEtvlUfE2kw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/splinesans/v8/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpClnYEtvlUfE2kw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/splinesans/v8/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp5l7YEtvlUfE2kw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/splinesans/v8/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp317YEtvlUfE2kw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Spline Sans Mono\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/splinesansmono/v4/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGA8MrtVy4d4dGb1.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/splinesansmono/v4/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBiMrtVy4d4dGb1.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/splinesansmono/v4/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBQMrtVy4d4dGb1.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/splinesansmono/v4/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGC8NbtVy4d4dGb1.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/splinesansmono/v4/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGCFNbtVy4d4dGb1.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/splinesansmono/v4/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcQ0WwYNacXb12MM.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/splinesansmono/v4/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcVMWwYNacXb12MM.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/splinesansmono/v4/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcWEWwYNacXb12MM.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/splinesansmono/v4/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcY0RwYNacXb12MM.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/splinesansmono/v4/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcbQRwYNacXb12MM.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Squada One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/squadaone/v14/BCasqZ8XsOrx4mcOk6MtWaA8WDBkHgs.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Square Peg\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/squarepeg/v2/y83eW48Nzw6ZlUHc-phrBDHrHHfrFPE.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sree Krushnadevaraya\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sreekrushnadevaraya/v21/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb2FhQuXir.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sriracha\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sriracha/v10/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Srisakdi\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/srisakdi/v16/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/srisakdi/v16/yMJWMIlvdpDbkB0A-gIAUghxoNFxW0Hz.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Staatliches\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/staatliches/v11/HI_OiY8KO6hCsQSoAPmtMbectJG9O9PS.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Stalemate\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/stalemate/v20/taiIGmZ_EJq97-UfkZRpuqSs8ZQpaQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Stalinist One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v54\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/stalinistone/v54/MQpS-WezM9W4Dd7D3B7I-UT7eZ-UPyacPbo.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Stardos Stencil\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/stardosstencil/v15/X7n94bcuGPC8hrvEOHXOgaKCc2TR71R3tiSx0g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/stardosstencil/v15/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg-t29HSHw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Stick\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/stick/v15/Qw3TZQpMCyTtJSvfvPVDMPoF.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Stick No Bills\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"sinhala\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8Q7KriwKhcTKA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcV4cQ7KriwKhcTKA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVv8Q7KriwKhcTKA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVjcQ7KriwKhcTKA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVYcM7KriwKhcTKA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVWMM7KriwKhcTKA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8M7KriwKhcTKA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Stint Ultra Condensed\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/stintultracondensed/v21/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qhUO2cNvdg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Stint Ultra Expanded\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/stintultraexpanded/v20/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qoATQkWwam.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Stoke\",\n      \"variants\": [\n        \"300\",\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/stoke/v22/z7NXdRb7aTMfKNvFVgxC_pjcTeWU.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/stoke/v22/z7NadRb7aTMfKONpfihK1YTV.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Strait\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/strait/v13/DtViJxy6WaEr1LZzeDhtkl0U7w.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Style Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/stylescript/v7/vm8xdRX3SV7Z0aPa88xzW5npeFT76NZnMw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Stylish\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/stylish/v20/m8JSjfhPYriQkk7-fo35dLxEdmo.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sue Ellen Francisco\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sueellenfrancisco/v16/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ropF2lqk9H4.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Suez One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/suezone/v11/taiJGmd_EZ6rqscQgNFJkIqg-I0w.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sulphur Point\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/sulphurpoint/v14/RLpkK5vv8KaycDcazWFPBj2afVU6n6kFUHPIFaU.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/sulphurpoint/v14/RLp5K5vv8KaycDcazWFPBj2aRfkSu6EuTHo.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sulphurpoint/v14/RLpkK5vv8KaycDcazWFPBj2afUU9n6kFUHPIFaU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sumana\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sumana/v10/4UaDrE5TqRBjGj-G8Bji76zR4w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sumana/v10/4UaArE5TqRBjGj--TDfG54fN6ppsKg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sunflower\",\n      \"variants\": [\n        \"300\",\n        \"500\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/sunflower/v14/RWmPoKeF8fUjqIj7Vc-06MfiqYsGBGBzCw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/sunflower/v14/RWmPoKeF8fUjqIj7Vc-0sMbiqYsGBGBzCw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sunflower/v14/RWmPoKeF8fUjqIj7Vc-0-MDiqYsGBGBzCw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sunshiney\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sunshiney/v24/LDIwapGTLBwsS-wT4vcgE8moUePWkg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Supermercado One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/supermercadoone/v22/OpNXnpQWg8jc_xps_Gi14kVVEXOn60b3MClBRTs.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Sura\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/sura/v15/SZc23FL5PbyzFf5UWzXtjUM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/sura/v15/SZc53FL5PbyzLUJ7fz3GkUrS8DI.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Suranna\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/suranna/v13/gokuH6ztGkFjWe58tBRZT2KmgP0.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Suravaram\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/suravaram/v21/_gP61R_usiY7SCym4xIAi261Qv9roQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Suwannaphum\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v29\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/suwannaphum/v29/jAnAgHV7GtDvc8jbe8hXXL3B9cSWXx2VZmk.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/suwannaphum/v29/jAnfgHV7GtDvc8jbe8hXXL0J1-S8cRGcf3Ai.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/suwannaphum/v29/jAnCgHV7GtDvc8jbe8hXXIWl_8C0Wg2V.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/suwannaphum/v29/jAnfgHV7GtDvc8jbe8hXXL0Z0OS8cRGcf3Ai.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/suwannaphum/v29/jAnfgHV7GtDvc8jbe8hXXL0h0uS8cRGcf3Ai.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Swanky and Moo Moo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/swankyandmoomoo/v22/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtbPkR64SYQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Syncopate\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/syncopate/v19/pe0sMIuPIYBCpEV5eFdyAv2-C99ycg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/syncopate/v19/pe0pMIuPIYBCpEV5eFdKvtKaA_Rue1UwVg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Syne\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"greek\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/syne/v15/8vIS7w4qzmVxsWxjBZRjr0FKM_04uT6kR47NCV5Z.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/syne/v15/8vIS7w4qzmVxsWxjBZRjr0FKM_0KuT6kR47NCV5Z.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/syne/v15/8vIS7w4qzmVxsWxjBZRjr0FKM_3mvj6kR47NCV5Z.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/syne/v15/8vIS7w4qzmVxsWxjBZRjr0FKM_3fvj6kR47NCV5Z.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/syne/v15/8vIS7w4qzmVxsWxjBZRjr0FKM_24vj6kR47NCV5Z.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Syne Mono\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHzIqCkDyvqZA.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Syne Tactile\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/synetactile/v15/11hGGpna2UTQKjMCVzjAPMKh3ysdjvKU8Q.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tai Heritage Pro\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tai-viet\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v1\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/taiheritagepro/v1/sZlfdQid-zgaNiNIYcUzJMU3IYyNoHxSENxuLuE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/taiheritagepro/v1/sZlYdQid-zgaNiNIYcUzJMU3IYyNmMB9NNRFMuhjCXY.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tajawal\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l_6gLrZjiLlJ-G0.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5qjLrZjiLlJ-G0.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/tajawal/v9/Iura6YBj_oCad4k1rzaLCr5IlLA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l8KiLrZjiLlJ-G0.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l4qkLrZjiLlJ-G0.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5anLrZjiLlJ-G0.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l7KmLrZjiLlJ-G0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tangerine\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/tangerine/v17/Iurd6Y5j_oScZZow4VO5srNpjJtM6G0t9w.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tapestry\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tapestry/v2/SlGTmQecrosEYXhaGBIkqnB6aSQU.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Taprom\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"khmer\",\n        \"latin\"\n      ],\n      \"version\": \"v27\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/taprom/v27/UcCn3F82JHycULbFQyk3-0kvHg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tauri\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tauri/v16/TwMA-IISS0AM3IpVWHU_TBqO.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Taviraj\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcbv8Cj3ylylTXzRIorV8N1jU2gog.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcdv8Cj3ylylTXzTOwTM8lxr0iwolLl.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRCYKd-lbgUS5u0s.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwTn-hRhWa8q0v8ag.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzREIJd-lbgUS5u0s.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwT--tRhWa8q0v8ag.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcbv8Cj3ylylTXzTOwrV8N1jU2gog.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRBoId-lbgUS5u0s.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwTo-pRhWa8q0v8ag.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRDYPd-lbgUS5u0s.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwTj-1RhWa8q0v8ag.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRFIOd-lbgUS5u0s.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwT6-xRhWa8q0v8ag.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRE4Nd-lbgUS5u0s.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwT9-9RhWa8q0v8ag.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRGoMd-lbgUS5u0s.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwT0-5RhWa8q0v8ag.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Teko\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdQhfgCNqqVIuTN4.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/teko/v15/LYjNdG7kmE0gTaR3pCtBtVs.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdVBegCNqqVIuTN4.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdXxZgCNqqVIuTN4.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdRhYgCNqqVIuTN4.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Telex\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/telex/v14/ieVw2Y1fKWmIO9fTB1piKFIf.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tenali Ramakrishna\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tenaliramakrishna/v12/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KJXqUFFvtA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tenor Sans\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tenorsans/v17/bx6ANxqUneKx06UkIXISr3JyC22IyqI.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Text Me One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/textmeone/v20/i7dOIFdlayuLUvgoFvHQFWZcalayGhyV.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Texturina\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYG_Ug25riW1OD.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYGvUg25riW1OD.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2fGGvUg25riW1OD.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYGvUg25riW1OD.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eqGvUg25riW1OD.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2dGHfUg25riW1OD.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2d_HfUg25riW1OD.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYHfUg25riW1OD.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cxHfUg25riW1OD.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1i0Z7AXkODN94.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1j0Z7AXkODN94.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWUNj0Z7AXkODN94.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1j0Z7AXkODN94.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWS9j0Z7AXkODN94.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWcNk0Z7AXkODN94.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWfpk0Z7AXkODN94.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1k0Z7AXkODN94.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWbRk0Z7AXkODN94.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Thasadith\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/thasadith/v9/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/thasadith/v9/mtG-4_1TIqPYrd_f5R1oskMQ8iC-F1ZE.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/thasadith/v9/mtG94_1TIqPYrd_f5R1gDGYw2A6yHk9d8w.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/thasadith/v9/mtGj4_1TIqPYrd_f5R1osnus3QS2PEpN8zxA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"The Girl Next Door\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/thegirlnextdoor/v18/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIV7t7w6bE2A.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"The Nautigal\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/thenautigal/v3/VdGZAZ8ZH51Lvng9fQV2bfKr5wVk09Se5Q.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/thenautigal/v3/VdGGAZ8ZH51Lvng9fQV2bfKTWypA2_-C7LoS7g.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tienne\",\n      \"variants\": [\n        \"regular\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tienne/v20/AYCKpX7pe9YCRP0LkEPHSFNyxw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zLGzjQHhuzvef5Q.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zFG7jQHhuzvef5Q.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tillana\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tillana/v11/VuJxdNvf35P4qJ1OeKbXOIFneRo.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/tillana/v11/VuJ0dNvf35P4qJ1OQFL-HIlMZRNcp0o.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/tillana/v11/VuJ0dNvf35P4qJ1OQH75HIlMZRNcp0o.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/tillana/v11/VuJ0dNvf35P4qJ1OQBr4HIlMZRNcp0o.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/tillana/v11/VuJ0dNvf35P4qJ1OQAb7HIlMZRNcp0o.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Timmana\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"telugu\"\n      ],\n      \"version\": \"v12\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/timmana/v12/6xKvdShfL9yK-rvpCmvbKHwJUOM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tinos\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwgX8dGVh8TI-.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tinos/v24/buE2poGnedXvwjX-fmFD9CI-4NU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/tinos/v24/buE1poGnedXvwj1AW0Fp2i43-cxL.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/tinos/v24/buEzpoGnedXvwjX-Rt1s0CoV_NxLeiw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tiro Bangla\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"bengali\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tirobangla/v4/IFSgHe1Tm95E3O8b5i2V8MG9-UPeuz4i.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tirobangla/v4/IFSiHe1Tm95E3O8b5i2V8PG_80f8vi4imBM.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tiro Devanagari Hindi\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tirodevanagarihindi/v3/55xyezN7P8T4e0_CfIJrwdodg9HoYw0i-M9fSOkOfG0Y3A.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tirodevanagarihindi/v3/55x8ezN7P8T4e0_CfIJrwdodg9HoYw0i-M9vSuMKXmgI3F_o.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tiro Devanagari Marathi\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tirodevanagarimarathi/v3/fC1xPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkotDrDJYM2lAZ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tirodevanagarimarathi/v3/fC1zPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkouDpBpIu30AZbUY.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tiro Devanagari Sanskrit\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tirodevanagarisanskrit/v3/MCoAzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59pEoEqgtOh0w.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tirodevanagarisanskrit/v3/MCoGzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59ZEIsuoNax06MM.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tiro Gurmukhi\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"gurmukhi\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tirogurmukhi/v4/x3dmckXSYq-Uqjc048JUF7Jvly7HAQsyA2Y.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tirogurmukhi/v4/x3d4ckXSYq-Uqjc048JUF7JvpyzNBSk3E2YljQ.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tiro Kannada\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"kannada\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tirokannada/v4/CSR44ztKmvqaDxEDJFY7CIYKSPl6tOU9Eg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tirokannada/v4/CSRm4ztKmvqaDxEDJFY7CIY6SvN-luAtEnKp.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tiro Tamil\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"tamil\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tirotamil/v4/m8JXjfVIf7OT22n3M-S_ULRvamODxdI.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tirotamil/v4/m8JVjfVIf7OT22n3M-S_YLZlbkGG1dKEDw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tiro Telugu\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"telugu\"\n      ],\n      \"version\": \"v4\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tirotelugu/v4/aFTQ7PxlZWk2EPiSymjXdKSNQqn0X0BO.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tirotelugu/v4/aFTS7PxlZWk2EPiSymjXdJSPSK3WWlBOoas.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Titan One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/titanone/v13/mFTzWbsGxbbS_J5cQcjykzIn2Etikg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Titillium Web\",\n      \"variants\": [\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIx5YrSYqWM.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZpaduWMmxA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIx5YrSYqWM.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZpaduWMmxA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPecZTIAOhVxoMyOr9n_E7fRMTsDIRSfr0.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCKZXbr2BsA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIx5YrSYqWM.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZpaduWMmxA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIx5YrSYqWM.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZpaduWMmxA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIx5YrSYqWM.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tomorrow\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLgrETNbFtZCeGqgR2xe2XiKMiokE4.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLirETNbFtZCeGqgRXXQwHoLOqtgE5h0A.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR0dWkXIBsShiVd4.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ63JDMCDjEd4yVY.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR15WUXIBsShiVd4.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ8nKDMCDjEd4yVY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLmrETNbFtZCeGqgSXVcWHALdio.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLgrETNbFtZCeGqgRXXe2XiKMiokE4.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR0hWEXIBsShiVd4.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ5HLDMCDjEd4yVY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR0NX0XIBsShiVd4.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ73MDMCDjEd4yVY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR1pXkXIBsShiVd4.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ9nNDMCDjEd4yVY.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR11XUXIBsShiVd4.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ8XODMCDjEd4yVY.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR1RXEXIBsShiVd4.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ-HPDMCDjEd4yVY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tourney\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQByZTp1I1LcGA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQFyZTp1I1LcGA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GZwFyZTp1I1LcGA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQFyZTp1I1LcGA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GCwFyZTp1I1LcGA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G5wZyZTp1I1LcGA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G3gZyZTp1I1LcGA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQZyZTp1I1LcGA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GkAZyZTp1I1LcGA.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJzBxAVfMGOPb.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaJjBxAVfMGOPb.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8ULEJjBxAVfMGOPb.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJjBxAVfMGOPb.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKoJjBxAVfMGOPb.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJEITBxAVfMGOPb.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJ9ITBxAVfMGOPb.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaITBxAVfMGOPb.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIzITBxAVfMGOPb.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Trade Winds\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tradewinds/v17/AYCPpXPpYNIIT7h8-QenM3Jq7PKP5Z_G.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Train One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/trainone/v13/gyB-hwkiNtc6KnxUVjWHOqbZRY7JVQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Trirong\",\n      \"variants\": [\n        \"100\",\n        \"100italic\",\n        \"200\",\n        \"200italic\",\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\",\n        \"800\",\n        \"800italic\",\n        \"900\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"thai\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/trirong/v11/7r3EqXNgp8wxdOdOl-go3YRl6ujngw.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/trirong/v11/7r3CqXNgp8wxdOdOn44QuY5hyO33g8IY.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOl0QJ_a5L5uH-mts.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QFa9B4sP7itsB5g.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOlyAK_a5L5uH-mts.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QcaxB4sP7itsB5g.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/trirong/v11/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/trirong/v11/7r3EqXNgp8wxdOdOn44o3YRl6ujngw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOl3gL_a5L5uH-mts.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QKa1B4sP7itsB5g.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOl1QM_a5L5uH-mts.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QBapB4sP7itsB5g.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOlzAN_a5L5uH-mts.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QYatB4sP7itsB5g.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOlywO_a5L5uH-mts.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QfahB4sP7itsB5g.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOlwgP_a5L5uH-mts.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QWalB4sP7itsB5g.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Trispace\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9qoQl0zHugpt0.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9roQl0zHugpt0.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbCFroQl0zHugpt0.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9roQl0zHugpt0.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbE1roQl0zHugpt0.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbKFsoQl0zHugpt0.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbJhsoQl0zHugpt0.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9soQl0zHugpt0.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Trocchi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/trocchi/v14/qWcqB6WkuIDxDZLcDrtUvMeTYD0.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Trochut\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/trochut/v20/CHyjV-fDDlP9bDIw5nSIfVIPLns.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/trochut/v20/CHyhV-fDDlP9bDIw1naCeXAKPns8jw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/trochut/v20/CHymV-fDDlP9bDIw3sinWVokMnIllmA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Truculenta\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAjswcFHnJMMhg.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAiswcFHnJMMhg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMg4iswcFHnJMMhg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAiswcFHnJMMhg.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMmIiswcFHnJMMhg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMo4lswcFHnJMMhg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMrclswcFHnJMMhg.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAlswcFHnJMMhg.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMvklswcFHnJMMhg.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Trykker\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/trykker/v21/KtktALyWZJXudUPzhNnoOd2j22U.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Tulpen One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/tulpenone/v21/dFa6ZfeC474skLgesc0CWj0w_HyIRlE.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Turret Road\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"800\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/turretroad/v7/pxidypMgpcBFjE84Zv-fE0ONEdeLYk1Mq3ap.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/turretroad/v7/pxidypMgpcBFjE84Zv-fE0PpEteLYk1Mq3ap.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/turretroad/v7/pxiAypMgpcBFjE84Zv-fE3tFOvODSVFF.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/turretroad/v7/pxidypMgpcBFjE84Zv-fE0OxE9eLYk1Mq3ap.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/turretroad/v7/pxidypMgpcBFjE84Zv-fE0P5FdeLYk1Mq3ap.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/turretroad/v7/pxidypMgpcBFjE84Zv-fE0PlFteLYk1Mq3ap.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Twinkle Star\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/twinklestar/v3/pe0pMI6IL4dPoFl9LGEmY6WaA_Rue1UwVg.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ubuntu\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzTt2aMH4V_gg.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftWyIPYBvgpUI.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6eAT3v02QFg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKeg7znUiAFpxm.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3Tt2aMH4V_gg.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtGyIPYBvgpUI.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTt2aMH4V_gg.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPsmyIPYBvgpUI.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ubuntu Condensed\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ubuntucondensed/v16/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-fVqvHoJXw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ubuntu Mono\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"greek-ext\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ubuntumono/v15/KFOjCneDtsqEr0keqCMhbBc9AMX6lJBP.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/ubuntumono/v15/KFOhCneDtsqEr0keqCMhbCc_CsHYkYBPY3o.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/ubuntumono/v15/KFO-CneDtsqEr0keqCMhbC-BL-Hyv4xGemO1.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/ubuntumono/v15/KFO8CneDtsqEr0keqCMhbCc_Mn33tYhkf3O1GVg.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Uchen\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"tibetan\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/uchen/v7/nKKZ-GokGZ1baIaSEQGodLxA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Ultra\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/ultra/v19/zOLy4prXmrtY-tT6yLOD6NxF.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Uncial Antiqua\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/uncialantiqua/v20/N0bM2S5WOex4OUbESzoESK-i-PfRS5VBBSSF.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Underdog\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/underdog/v22/CHygV-jCElj7diMroVSiU14GN2Il.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Unica One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/unicaone/v13/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"UnifrakturCook\",\n      \"variants\": [\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"700\": \"http://fonts.gstatic.com/s/unifrakturcook/v19/IurA6Yli8YOdcoky-0PTTdkm56n05Uw13ILXs-h6.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"UnifrakturMaguntia\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/unifrakturmaguntia/v16/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVun2xNNgNa1A.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Unkempt\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/unkempt/v19/2EbnL-Z2DFZue0DSSYYf8z2Yt_c.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/unkempt/v19/2EbiL-Z2DFZue0DScTow1zWzq_5uT84.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Unlock\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/unlock/v22/7Au-p_8ykD-cDl7GKAjSwkUVOQ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Unna\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/unna/v21/AYCEpXzofN0NCpgBlGHCWFM.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/unna/v21/AYCKpXzofN0NOpoLkEPHSFNyxw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/unna/v21/AYCLpXzofN0NMiQusGnpRFpr3vc.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/unna/v21/AYCJpXzofN0NOpozLGzjQHhuzvef5Q.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Updock\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/updock/v2/nuF4D_3dVZ70UI9SjLK3602XBw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Urbanist\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx8fFpOrS8SlKw.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSx4fFpOrS8SlKw.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDlR4fFpOrS8SlKw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4fFpOrS8SlKw.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqD-R4fFpOrS8SlKw.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDFRkfFpOrS8SlKw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDLBkfFpOrS8SlKw.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSxkfFpOrS8SlKw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkfFpOrS8SlKw.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VJmvacG1K4S1.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113VZmvacG1K4S1.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA12pVZmvacG1K4S1.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VZmvacG1K4S1.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA13FVZmvacG1K4S1.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10pUpmvacG1K4S1.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10QUpmvacG1K4S1.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113UpmvacG1K4S1.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA11eUpmvacG1K4S1.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"VT323\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2hsYHpT2dkNE.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Vampiro One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/vampiroone/v18/gokqH6DoDl5yXvJytFsdLkqnsvhIor3K.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Varela\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHXJBBQFfvzDsQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Varela Round\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"hebrew\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/varelaround/v19/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Varta\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/varta/v17/Qw3AZQpJHj_6LzHUngWbrFkDH1x96j4EirE-9PGLfQ.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/varta/v17/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD4EirE-9PGLfQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/varta/v17/Qw3AZQpJHj_6LzHUngWbrFkDH1x9hj4EirE-9PGLfQ.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/varta/v17/Qw3AZQpJHj_6LzHUngWbrFkDH1x9ajkEirE-9PGLfQ.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/varta/v17/Qw3AZQpJHj_6LzHUngWbrFkDH1x9UzkEirE-9PGLfQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Vast Shadow\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/vastshadow/v15/pe0qMImKOZ1V62ZwbVY9dfe6Kdpickwp.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Vazirmatn\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v6\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgyOReZ72DF_QY.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklegzOReZ72DF_QY.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklTYzOReZ72DF_QY.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgzOReZ72DF_QY.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklVozOReZ72DF_QY.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklbY0OReZ72DF_QY.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklY80OReZ72DF_QY.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRkleg0OReZ72DF_QY.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklcE0OReZ72DF_QY.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Vesper Libre\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/vesperlibre/v19/bx6CNxyWnf-uxPdXDHUD_Rd4D0-N2qIWVQ.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0okKXKvPlw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0okKXKvPlw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0okKXKvPlw.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Viaoda Libre\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/viaodalibre/v15/vEFW2_lWCgoR6OKuRz9kcRVJb2IY2tOHXg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Vibes\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"arabic\",\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/vibes/v14/QdVYSTsmIB6tmbd3HpbsuBlh.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Vibur\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v23\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/vibur/v23/DPEiYwmEzw0QRjTpLjoJd-Xa.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Vidaloka\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/vidaloka/v18/7cHrv4c3ipenMKlEass8yn4hnCci.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Viga\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/viga/v14/xMQbuFFdSaiX_QIjD4e2OX8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Voces\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/voces/v20/-F6_fjJyLyU8d4PBBG7YpzlJ.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Volkhov\",\n      \"variants\": [\n        \"regular\",\n        \"italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/volkhov/v17/SlGQmQieoJcKemNeQTIOhHxzcD0.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/volkhov/v17/SlGSmQieoJcKemNecTAEgF52YD0NYw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/volkhov/v17/SlGVmQieoJcKemNeeY4hoHRYbDQUego.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/volkhov/v17/SlGXmQieoJcKemNecTA8PHFSaBYRagrQrA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Vollkorn\",\n      \"variants\": [\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"greek\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v21\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGuGWOdEbD63w.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2AnGuGWOdEbD63w.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df27nauGWOdEbD63w.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213auGWOdEbD63w.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2sHauGWOdEbD63w.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2mXauGWOdEbD63w.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJGWmmZM7Xq34g9.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJ0WmmZM7Xq34g9.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKYXWmZM7Xq34g9.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXWmZM7Xq34g9.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLGXWmZM7Xq34g9.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLvXWmZM7Xq34g9.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Vollkorn SC\",\n      \"variants\": [\n        \"regular\",\n        \"600\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/vollkornsc/v11/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVimhGluqYbPN5Yjn.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVinFG1uqYbPN5Yjn.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVin9GVuqYbPN5Yjn.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Voltaire\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/voltaire/v15/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Vujahday Script\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/vujahdayscript/v3/RWmQoKGA8fEkrIPtSZ3_J7er2dUiDEtvAlaMKw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Waiting for the Sunrise\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/waitingforthesunrise/v16/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ9h_ZYk5J.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Wallpoet\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v16\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/wallpoet/v16/f0X10em2_8RnXVVdUNbu7cXP8L8G.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Walter Turncoat\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v19\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/walterturncoat/v19/snfys0Gs98ln43n0d-14ULoToe67YB2dQ5ZPqQ.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Warnes\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v22\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/warnes/v22/pONn1hc0GsW6sW5OpiC2o6Lkqg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Water Brush\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/waterbrush/v2/AYCPpXPqc8cJWLhp4hywKHJq7PKP5Z_G.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Waterfall\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v3\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/waterfall/v3/MCoRzAfo293fACdFKcwY2rH8D_EZwA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Wellfleet\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/wellfleet/v20/nuF7D_LfQJb3VYgX6eyT42aLDhO2HA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Wendy One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-04-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/wendyone/v14/2sDcZGJOipXfgfXV5wgDb2-4C7wFZQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Whisper\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v2\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/whisper/v2/q5uHsoqtKftx74K9milCBxxdmYU.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"WindSong\",\n      \"variants\": [\n        \"regular\",\n        \"500\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/windsong/v7/KR1WBsyu-P-GFEW57r95HdG6vjH3.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/windsong/v7/KR1RBsyu-P-GFEW57oeNNPWylS3-jVXm.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Wire One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/wireone/v24/qFdH35Wah5htUhV75WGiWdrCwwcJ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Work Sans\",\n      \"variants\": [\n        \"100\",\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"800\",\n        \"900\",\n        \"100italic\",\n        \"200italic\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\",\n        \"800italic\",\n        \"900italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWNigDp6_cOyA.ttf\",\n        \"200\": \"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXNigDp6_cOyA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNigDp6_cOyA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNigDp6_cOyA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNigDp6_cOyA.ttf\",\n        \"800\": \"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQNigDp6_cOyA.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K-DQNigDp6_cOyA.ttf\",\n        \"100italic\": \"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3moJo43ZKyDSQQ.ttf\",\n        \"200italic\": \"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmsJo43ZKyDSQQ.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJo43ZKyDSQQ.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJo43ZKyDSQQ.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU7GsJo43ZKyDSQQ.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUAGwJo43ZKyDSQQ.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUOWwJo43ZKyDSQQ.ttf\",\n        \"800italic\": \"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmwJo43ZKyDSQQ.ttf\",\n        \"900italic\": \"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUd2wJo43ZKyDSQQ.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Xanh Mono\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/xanhmono/v17/R70YjykVmvKCep-vWhSYmACQXzLhTg.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/xanhmono/v17/R70ejykVmvKCep-vWhSomgqUfTfxTo24.ttf\"\n      },\n      \"category\": \"monospace\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yaldevi\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"sinhala\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpfxJzvobxLCBJkS.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpcvJzvobxLCBJkS.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdxJzvobxLCBJkS.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdDJzvobxLCBJkS.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpevIDvobxLCBJkS.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpeWIDvobxLCBJkS.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yanone Kaffeesatz\",\n      \"variants\": [\n        \"200\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v24\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"200\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftodtWpcGuLCnXkVA.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWpcGuLCnXkVA.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpcGuLCnXkVA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoxNWpcGuLCnXkVA.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoKNKpcGuLCnXkVA.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoEdKpcGuLCnXkVA.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yantramanav\",\n      \"variants\": [\n        \"100\",\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"100\": \"http://fonts.gstatic.com/s/yantramanav/v11/flU-Rqu5zY00QEpyWJYWN5-QXeNzDB41rZg.ttf\",\n        \"300\": \"http://fonts.gstatic.com/s/yantramanav/v11/flUhRqu5zY00QEpyWJYWN59Yf8NZIhI8tIHh.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/yantramanav/v11/flU8Rqu5zY00QEpyWJYWN6f0V-dRCQ41.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/yantramanav/v11/flUhRqu5zY00QEpyWJYWN58AfsNZIhI8tIHh.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/yantramanav/v11/flUhRqu5zY00QEpyWJYWN59IeMNZIhI8tIHh.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/yantramanav/v11/flUhRqu5zY00QEpyWJYWN59wesNZIhI8tIHh.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yatra One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"devanagari\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/yatraone/v14/C8ch4copsHzj8p7NaF0xw1OBbRDvXw.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yellowtail\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v18\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/yellowtail/v18/OZpGg_pnoDtINPfRIlLotlzNwED-b4g.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yeon Sung\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"korean\",\n        \"latin\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/yeonsung/v20/QldMNTpbohAGtsJvUn6xSVNazqx2xg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yeseva One\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"cyrillic-ext\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v20\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/yesevaone/v20/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yesteryear\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v14\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/yesteryear/v14/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yomogi\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v8\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/yomogi/v8/VuJwdNrS2ZL7rpoPWIz5NIh-YA.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yrsa\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"600\",\n        \"700\",\n        \"300italic\",\n        \"italic\",\n        \"500italic\",\n        \"600italic\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\",\n        \"vietnamese\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/yrsa/v15/wlprgwnQFlxs_wD3CFSMYmFaaCjASNNV9rRPfrKu.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/yrsa/v15/wlprgwnQFlxs_wD3CFSMYmFaaCieSNNV9rRPfrKu.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/yrsa/v15/wlprgwnQFlxs_wD3CFSMYmFaaCisSNNV9rRPfrKu.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/yrsa/v15/wlprgwnQFlxs_wD3CFSMYmFaaChAT9NV9rRPfrKu.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/yrsa/v15/wlprgwnQFlxs_wD3CFSMYmFaaCh5T9NV9rRPfrKu.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/yrsa/v15/wlptgwnQFlxs1QnF94zlCfv0bz1WC2UW_LBte6KuGEo.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/yrsa/v15/wlptgwnQFlxs1QnF94zlCfv0bz1WCzsW_LBte6KuGEo.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/yrsa/v15/wlptgwnQFlxs1QnF94zlCfv0bz1WCwkW_LBte6KuGEo.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/yrsa/v15/wlptgwnQFlxs1QnF94zlCfv0bz1WC-UR_LBte6KuGEo.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/yrsa/v15/wlptgwnQFlxs1QnF94zlCfv0bz1WC9wR_LBte6KuGEo.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yuji Boku\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/yujiboku/v5/P5sAzZybeNzXsA9xj1Fkjb2r2dgvJA.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yuji Mai\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/yujimai/v5/ZgNQjPxdJ7DEHrS0gC38hmHmNpCO.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yuji Syuku\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v5\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/yujisyuku/v5/BngNUXdTV3vO6Lw5ApOPqPfgwqiA-Rk.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Yusei Magic\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/yuseimagic/v11/yYLt0hbAyuCmoo5wlhPkpjHR-tdfcIT_.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"ZCOOL KuaiLe\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"chinese-simplified\",\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zcoolkuaile/v17/tssqApdaRQokwFjFJjvM6h2WpozzoXhC2g.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"ZCOOL QingKe HuangYou\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"chinese-simplified\",\n        \"latin\"\n      ],\n      \"version\": \"v13\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zcoolqingkehuangyou/v13/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIi_28c8bHWA.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"ZCOOL XiaoWei\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"chinese-simplified\",\n        \"latin\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zcoolxiaowei/v10/i7dMIFFrTRywPpUVX9_RJyM1YFKQHwyVd3U.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zen Antique\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zenantique/v10/AYCPpXPnd91Ma_Zf-Ri2JXJq7PKP5Z_G.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zen Antique Soft\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zenantiquesoft/v10/DtV4JwqzSL1q_KwnEWMc_3xfgW6ihwBmkui5HNg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zen Dots\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zendots/v10/XRXX3ICfm00IGoesQeaETM_FcCIG.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zen Kaku Gothic Antique\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/zenkakugothicantique/v11/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cM9TarWJtyZyGU.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/zenkakugothicantique/v11/6qLQKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB21-g3RKjc4d7.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/zenkakugothicantique/v11/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22dU9DarWJtyZyGU.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/zenkakugothicantique/v11/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cc8jarWJtyZyGU.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/zenkakugothicantique/v11/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22ck8DarWJtyZyGU.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zen Kaku Gothic New\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/zenkakugothicnew/v11/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqpdKaWTSTGlMyd8.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/zenkakugothicnew/v11/gNMYW2drQpDw0GjzrVNFf_valaDBcznOkjtiTWz5UGA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/zenkakugothicnew/v11/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqs9LaWTSTGlMyd8.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/zenkakugothicnew/v11/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqodNaWTSTGlMyd8.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/zenkakugothicnew/v11/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqr9PaWTSTGlMyd8.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zen Kurenaido\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zenkurenaido/v10/3XFsEr0515BK2u6UUptu_gWJZfz22PRLd0U.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zen Loop\",\n      \"variants\": [\n        \"regular\",\n        \"italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zenloop/v7/h0GrssK16UsnJwHsEK9zqwzX5vOG.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/zenloop/v7/h0GtssK16UsnJwHsEJ9xoQj14-OGJ0w.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zen Maru Gothic\",\n      \"variants\": [\n        \"300\",\n        \"regular\",\n        \"500\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v10\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/zenmarugothic/v10/o-0XIpIxzW5b-RxT-6A8jWAtCp-cQWpCPJqa_ajlvw.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/zenmarugothic/v10/o-0SIpIxzW5b-RxT-6A8jWAtCp-k7UJmNLGG9A.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/zenmarugothic/v10/o-0XIpIxzW5b-RxT-6A8jWAtCp-cGWtCPJqa_ajlvw.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/zenmarugothic/v10/o-0XIpIxzW5b-RxT-6A8jWAtCp-cUW1CPJqa_ajlvw.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/zenmarugothic/v10/o-0XIpIxzW5b-RxT-6A8jWAtCp-caW9CPJqa_ajlvw.ttf\"\n      },\n      \"category\": \"sans-serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zen Old Mincho\",\n      \"variants\": [\n        \"regular\",\n        \"700\",\n        \"900\"\n      ],\n      \"subsets\": [\n        \"cyrillic\",\n        \"greek\",\n        \"japanese\",\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v9\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zenoldmincho/v9/tss0ApVaYytLwxTqcxfMyBveyYb3g31S2s8p.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/zenoldmincho/v9/tss3ApVaYytLwxTqcxfMyBveyb5LrFla8dMgPgBu.ttf\",\n        \"900\": \"http://fonts.gstatic.com/s/zenoldmincho/v9/tss3ApVaYytLwxTqcxfMyBveyb5zrlla8dMgPgBu.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zen Tokyo Zoo\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v7\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRv8a1uRWe9amg.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zeyada\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"latin\"\n      ],\n      \"version\": \"v15\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zeyada/v15/11hAGpPTxVPUbgZDNGatWKaZ3g.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zhi Mang Xing\",\n      \"variants\": [\n        \"regular\"\n      ],\n      \"subsets\": [\n        \"chinese-simplified\",\n        \"latin\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-27\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zhimangxing/v17/f0Xw0ey79sErYFtWQ9a2rq-g0actfektIJ0.ttf\"\n      },\n      \"category\": \"handwriting\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zilla Slab\",\n      \"variants\": [\n        \"300\",\n        \"300italic\",\n        \"regular\",\n        \"italic\",\n        \"500\",\n        \"500italic\",\n        \"600\",\n        \"600italic\",\n        \"700\",\n        \"700italic\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v11\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"300\": \"http://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYpEY2HSjWlhzbaw.ttf\",\n        \"300italic\": \"http://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CVHapXnp2fazkfg.ttf\",\n        \"regular\": \"http://fonts.gstatic.com/s/zillaslab/v11/dFa6ZfeM_74wlPZtksIFWj0w_HyIRlE.ttf\",\n        \"italic\": \"http://fonts.gstatic.com/s/zillaslab/v11/dFa4ZfeM_74wlPZtksIFaj86-F6NVlFqdA.ttf\",\n        \"500\": \"http://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYskZ2HSjWlhzbaw.ttf\",\n        \"500italic\": \"http://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CDHepXnp2fazkfg.ttf\",\n        \"600\": \"http://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYuUe2HSjWlhzbaw.ttf\",\n        \"600italic\": \"http://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CIHCpXnp2fazkfg.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYoEf2HSjWlhzbaw.ttf\",\n        \"700italic\": \"http://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CRHGpXnp2fazkfg.ttf\"\n      },\n      \"category\": \"serif\",\n      \"kind\": \"webfonts#webfont\"\n    },\n    {\n      \"family\": \"Zilla Slab Highlight\",\n      \"variants\": [\n        \"regular\",\n        \"700\"\n      ],\n      \"subsets\": [\n        \"latin\",\n        \"latin-ext\"\n      ],\n      \"version\": \"v17\",\n      \"lastModified\": \"2022-09-22\",\n      \"files\": {\n        \"regular\": \"http://fonts.gstatic.com/s/zillaslabhighlight/v17/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtIY2DwSXlM.ttf\",\n        \"700\": \"http://fonts.gstatic.com/s/zillaslabhighlight/v17/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4YmVF0Mb6.ttf\"\n      },\n      \"category\": \"display\",\n      \"kind\": \"webfonts#webfont\"\n    }\n  ]\n}\n\";}','no');
INSERT INTO `wpoptions` VALUES (188,'fw_theme_settings_options:the-core','a:47:{s:19:\"container_site_type\";a:2:{s:8:\"selected\";s:13:\"fw-side-boxed\";s:13:\"fw-side-boxed\";a:4:{s:10:\"site_width\";d:1280;s:11:\"site_margin\";s:2:\"50\";s:18:\"boxed_container_bg\";s:7:\"#edf9ff\";s:14:\"site_alignment\";s:23:\"fw-website-align-center\";}}s:18:\"website_background\";a:2:{s:16:\"website_bg_color\";s:7:\"#bac0d4\";s:10:\"website_bg\";a:4:{s:4:\"type\";s:10:\"predefined\";s:10:\"predefined\";s:4:\"none\";s:6:\"custom\";s:0:\"\";s:4:\"data\";a:2:{s:4:\"icon\";s:104:\"http://www.waterpreserver.com/wordpress/wp-content/themes/the-core-parent/images/patterns/no_pattern.jpg\";s:3:\"css\";a:1:{s:16:\"background-image\";s:4:\"none\";}}}}s:13:\"logo_settings\";a:1:{s:4:\"logo\";a:3:{s:14:\"selected_value\";s:5:\"image\";s:4:\"text\";a:4:{s:5:\"title\";s:15:\"Water Preserver\";s:15:\"logo_title_font\";a:11:{s:11:\"google_font\";b:0;s:6:\"subset\";b:0;s:9:\"variation\";b:0;s:6:\"family\";s:16:\"Playfair Display\";s:5:\"style\";s:3:\"400\";s:6:\"weight\";s:3:\"400\";s:4:\"size\";i:20;s:11:\"line-height\";i:30;s:14:\"letter-spacing\";i:1;s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:0;}s:8:\"subtitle\";s:0:\"\";s:18:\"logo_subtitle_font\";a:11:{s:11:\"google_font\";b:0;s:6:\"subset\";b:0;s:9:\"variation\";b:0;s:6:\"family\";s:16:\"Playfair Display\";s:5:\"style\";s:3:\"400\";s:6:\"weight\";s:3:\"400\";s:4:\"size\";i:10;s:11:\"line-height\";i:10;s:14:\"letter-spacing\";i:1;s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:0;}}s:5:\"image\";a:2:{s:10:\"image_logo\";a:2:{s:13:\"attachment_id\";s:3:\"620\";s:3:\"url\";s:101:\"//www.waterpreserver.com/wordpress/wp-content/uploads/2016/04/water-preserver-logo-white-214x64-2.png\";}s:11:\"retina_logo\";s:17:\"fw-logo-no-retina\";}}}s:15:\"section_spacing\";s:19:\"fw-section-space-md\";s:8:\"page_404\";s:1:\"0\";s:18:\"enable_coming_soon\";a:2:{s:8:\"selected\";s:2:\"no\";s:3:\"yes\";a:1:{s:16:\"coming_soon_page\";s:0:\"\";}}s:21:\"scroll_to_top_styling\";a:2:{s:9:\"icon-type\";a:3:{s:12:\"icon-box-img\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:5:\"color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}s:16:\"enable_scroll_to\";s:2:\"no\";s:25:\"custom_login_page_styling\";a:17:{s:10:\"login_logo\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:16:\"background_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:6:\"repeat\";s:9:\"no-repeat\";s:13:\"bg_position_x\";s:0:\"\";s:13:\"bg_position_y\";s:0:\"\";s:7:\"bg_size\";s:0:\"\";s:24:\"custom_login_form_labels\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"21\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:4:\"#777\";}s:8:\"is_saved\";b:0;}s:34:\"custom_login_form_labels_uppercase\";s:9:\"uppercase\";s:24:\"custom_login_form_inputs\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"400\";s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"24\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#32373c\";}s:8:\"is_saved\";b:0;}s:21:\"login_form_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:19:\"login_form_bg_color\";a:2:{s:5:\"color\";s:4:\"#fff\";s:2:\"id\";s:9:\"fw-custom\";}}}s:18:\"login_input_border\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:5:\"color\";s:4:\"#ddd\";s:2:\"id\";s:9:\"fw-custom\";}}}s:23:\"login_fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:5:\"color\";s:7:\"#fbfbfb\";s:2:\"id\";s:9:\"fw-custom\";}}}s:18:\"login_button_label\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"400\";s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"28\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:4:\"#fff\";}s:8:\"is_saved\";b:0;}s:21:\"login_button_bg_color\";a:2:{s:5:\"color\";s:7:\"#0085ba\";s:2:\"id\";s:9:\"fw-custom\";}s:23:\"custom_login_form_links\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"400\";s:6:\"family\";s:9:\"Open Sans\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:4:\"19.5\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:4:\"#999\";}s:8:\"is_saved\";b:0;}s:29:\"custom_login_form_links_hover\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}s:24:\"enable_custom_login_page\";s:2:\"no\";s:28:\"enable_smartphone_animations\";s:3:\"yes\";s:7:\"socials\";a:2:{i:0;a:3:{s:11:\"social_name\";s:8:\"Facebook\";s:11:\"social_type\";a:3:{s:11:\"social-type\";s:11:\"icon-social\";s:11:\"icon-social\";a:1:{s:10:\"icon_class\";s:14:\"fa fa-facebook\";}s:11:\"upload-icon\";a:1:{s:18:\"upload-social-icon\";s:0:\"\";}}s:11:\"social-link\";s:0:\"\";}i:1;a:3:{s:11:\"social_name\";s:7:\"Twitter\";s:11:\"social_type\";a:3:{s:11:\"social-type\";s:11:\"icon-social\";s:11:\"icon-social\";a:1:{s:10:\"icon_class\";s:12:\"fa fa-tumblr\";}s:11:\"upload-icon\";a:1:{s:18:\"upload-social-icon\";s:0:\"\";}}s:11:\"social-link\";s:38:\"https://www.twitter.com/waterpreserver\";}}s:14:\"posts_settings\";a:17:{s:9:\"blog_type\";s:6:\"blog-1\";s:9:\"blog_view\";s:7:\"default\";s:13:\"grid_bg_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:10:\"blog_title\";a:7:{s:8:\"selected\";s:2:\"h2\";s:2:\"h1\";a:1:{s:16:\"advanced_styling\";a:2:{s:2:\"h1\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"60\";s:11:\"line-height\";s:2:\"85\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:11:\"hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:2:\"h2\";a:1:{s:16:\"advanced_styling\";a:2:{s:2:\"h2\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"700\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"40\";s:11:\"line-height\";s:2:\"56\";s:14:\"letter-spacing\";s:2:\"-2\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:11:\"hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:2:\"h3\";a:1:{s:16:\"advanced_styling\";a:2:{s:2:\"h3\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:11:\"hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:2:\"h4\";a:1:{s:16:\"advanced_styling\";a:2:{s:2:\"h4\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:11:\"hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:2:\"h5\";a:1:{s:16:\"advanced_styling\";a:2:{s:2:\"h5\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:1:\"1\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:11:\"hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:2:\"h6\";a:1:{s:16:\"advanced_styling\";a:2:{s:2:\"h6\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"23\";s:14:\"letter-spacing\";s:1:\"1\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:11:\"hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}}s:23:\"display_comments_number\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:1:{s:20:\"comments_number_type\";s:22:\"fw-comment-link-type-1\";}}s:13:\"comments_type\";s:19:\"comments-template-1\";s:14:\"button_options\";a:9:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"0\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"12\";s:11:\"line-height\";s:2:\"30\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}s:5:\"label\";s:9:\"Read More\";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:15:\"image_alignment\";s:0:\"\";s:7:\"rounded\";s:0:\"\";s:14:\"featured_image\";s:3:\"yes\";s:16:\"add_image_border\";a:2:{s:8:\"selected\";s:0:\"\";s:20:\"fw-block-image-frame\";a:2:{s:11:\"border_size\";s:0:\"\";s:12:\"border_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:9:\"post_date\";s:3:\"yes\";s:11:\"post_author\";s:3:\"yes\";s:15:\"post_categories\";s:3:\"yes\";s:15:\"post_author_box\";s:2:\"no\";s:15:\"post_navigation\";s:3:\"yes\";s:16:\"related_articles\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:1:{s:12:\"related_type\";s:18:\"related-articles-1\";}}}s:15:\"blog_pagination\";s:24:\"paging-navigation-type-1\";s:14:\"default_avatar\";s:0:\"\";s:20:\"general_posts_header\";a:6:{s:19:\"posts_header_height\";s:20:\"fw-section-height-md\";s:18:\"posts_header_image\";s:0:\"\";s:28:\"posts_header_overlay_options\";a:2:{s:20:\"posts_header_overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:26:\"posts_header_overlay_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:34:\"posts_header_overlay_opacity_image\";i:80;}}s:20:\"header_image_overlap\";s:0:\"\";s:18:\"posts_header_title\";a:4:{s:11:\"posts_title\";s:14:\"category_title\";s:10:\"post_title\";a:1:{s:23:\"header_title_typography\";a:1:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"60\";s:11:\"line-height\";s:2:\"85\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}}s:14:\"category_title\";a:2:{s:23:\"header_title_typography\";a:1:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"55\";s:11:\"line-height\";s:2:\"65\";s:14:\"letter-spacing\";s:2:\"-2\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}s:26:\"header_subtitle_typography\";a:1:{s:8:\"subtitle\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:12:\"Merriweather\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"22\";s:11:\"line-height\";s:2:\"39\";s:14:\"letter-spacing\";s:3:\"0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}}s:12:\"custom_title\";a:4:{s:23:\"header_title_typography\";a:1:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"60\";s:11:\"line-height\";s:2:\"85\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}s:17:\"custom_title_text\";s:0:\"\";s:26:\"header_subtitle_typography\";a:1:{s:8:\"subtitle\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}s:20:\"custom_subtitle_text\";s:0:\"\";}}s:29:\"posts_header_content_position\";s:0:\"\";}s:15:\"portfolio_style\";a:4:{s:8:\"selected\";s:6:\"style1\";s:6:\"style1\";a:1:{s:23:\"style1_advanced_styling\";a:10:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"700\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"32\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:2:\"-2\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:8:\"subtitle\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:12:\"Merriweather\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"22\";s:11:\"line-height\";s:2:\"39\";s:14:\"letter-spacing\";s:3:\"0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:15:\"separator_group\";a:2:{s:8:\"selected\";s:2:\"no\";s:3:\"yes\";a:2:{s:15:\"separator_width\";s:0:\"\";s:15:\"separator_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:16:\"content_position\";s:0:\"\";s:17:\"content_alignment\";s:31:\"fw-portfolio-content-align-left\";s:14:\"hover_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:16:\"opacity_bg_color\";i:80;s:12:\"border_group\";a:2:{s:8:\"selected\";s:2:\"no\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:11:\"frame_group\";a:2:{s:8:\"selected\";s:2:\"no\";s:3:\"yes\";a:2:{s:10:\"frame_size\";s:2:\"10\";s:11:\"frame_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:12:\"shadow_group\";a:2:{s:8:\"selected\";s:2:\"no\";s:3:\"yes\";a:5:{s:16:\"shadow_horiontal\";s:0:\"\";s:15:\"shadow_vertical\";s:0:\"\";s:11:\"shadow_blur\";s:0:\"\";s:11:\"shadow_size\";s:0:\"\";s:12:\"shadow_color\";s:0:\"\";}}}}s:6:\"style2\";a:1:{s:23:\"style2_advanced_styling\";a:11:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:11:\"description\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:8:\"bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:17:\"content_alignment\";s:31:\"fw-portfolio-content-align-left\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"0\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"30\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}s:5:\"label\";s:6:\"Submit\";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:9:\"text-left\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:8:\"show_bnt\";s:2:\"no\";}}s:6:\"style3\";a:1:{s:23:\"style1_advanced_styling\";a:10:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:8:\"subtitle\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:16:\"content_position\";s:0:\"\";s:17:\"content_alignment\";s:31:\"fw-portfolio-content-align-left\";s:14:\"hover_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:16:\"opacity_bg_color\";i:80;s:21:\"prettyphoto_icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:3:{s:10:\"icon_class\";s:0:\"\";s:17:\"pretty_icon_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:16:\"icon_color_hover\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:9:\"icon_size\";s:2:\"12\";s:14:\"link_icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:3:{s:10:\"icon_class\";s:0:\"\";s:15:\"link_icon_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:21:\"link_icon_color_hover\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:10:\"icon_size2\";s:2:\"12\";}}}s:23:\"enable_portfolio_filter\";s:3:\"yes\";s:24:\"portfolio_posts_per_page\";s:2:\"10\";s:25:\"portfolio_categories_info\";s:0:\"\";s:24:\"general_portfolio_header\";a:6:{s:19:\"posts_header_height\";s:20:\"fw-section-height-md\";s:18:\"posts_header_image\";s:0:\"\";s:28:\"posts_header_overlay_options\";a:2:{s:20:\"posts_header_overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:26:\"posts_header_overlay_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:34:\"posts_header_overlay_opacity_image\";i:80;}}s:20:\"header_image_overlap\";s:0:\"\";s:18:\"posts_header_title\";a:4:{s:11:\"posts_title\";s:14:\"category_title\";s:10:\"post_title\";a:1:{s:23:\"header_title_typography\";a:1:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"60\";s:11:\"line-height\";s:2:\"85\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}}s:14:\"category_title\";a:2:{s:23:\"header_title_typography\";a:1:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"55\";s:11:\"line-height\";s:2:\"65\";s:14:\"letter-spacing\";s:2:\"-2\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}s:26:\"header_subtitle_typography\";a:1:{s:8:\"subtitle\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:12:\"Merriweather\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"22\";s:11:\"line-height\";s:2:\"39\";s:14:\"letter-spacing\";s:3:\"0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}}s:12:\"custom_title\";a:4:{s:23:\"header_title_typography\";a:1:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"60\";s:11:\"line-height\";s:2:\"85\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}s:17:\"custom_title_text\";s:0:\"\";s:26:\"header_subtitle_typography\";a:1:{s:8:\"subtitle\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}s:20:\"custom_subtitle_text\";s:0:\"\";}}s:29:\"posts_header_content_position\";s:0:\"\";}s:22:\"general_events_options\";a:3:{s:22:\"events_currency_symbol\";s:1:\"$\";s:20:\"events_currency_text\";s:3:\"USD\";s:24:\"events_currency_position\";s:4:\"left\";}s:21:\"general_events_header\";a:6:{s:19:\"posts_header_height\";s:20:\"fw-section-height-md\";s:18:\"posts_header_image\";s:0:\"\";s:28:\"posts_header_overlay_options\";a:2:{s:20:\"posts_header_overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:26:\"posts_header_overlay_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:34:\"posts_header_overlay_opacity_image\";i:80;}}s:20:\"header_image_overlap\";s:0:\"\";s:18:\"posts_header_title\";a:4:{s:11:\"posts_title\";s:14:\"category_title\";s:10:\"post_title\";a:1:{s:23:\"header_title_typography\";a:1:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"60\";s:11:\"line-height\";s:2:\"85\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}}s:14:\"category_title\";a:2:{s:23:\"header_title_typography\";a:1:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"55\";s:11:\"line-height\";s:2:\"65\";s:14:\"letter-spacing\";s:2:\"-2\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}s:26:\"header_subtitle_typography\";a:1:{s:8:\"subtitle\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:12:\"Merriweather\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"22\";s:11:\"line-height\";s:2:\"39\";s:14:\"letter-spacing\";s:3:\"0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}}s:12:\"custom_title\";a:4:{s:23:\"header_title_typography\";a:1:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"60\";s:11:\"line-height\";s:2:\"85\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}s:17:\"custom_title_text\";s:0:\"\";s:26:\"header_subtitle_typography\";a:1:{s:8:\"subtitle\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}s:20:\"custom_subtitle_text\";s:0:\"\";}}s:29:\"posts_header_content_position\";s:0:\"\";}s:19:\"general_page_header\";a:7:{s:19:\"posts_header_height\";s:20:\"fw-section-height-md\";s:18:\"posts_header_image\";s:0:\"\";s:28:\"posts_header_overlay_options\";a:2:{s:20:\"posts_header_overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:26:\"posts_header_overlay_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:34:\"posts_header_overlay_opacity_image\";i:80;}}s:20:\"header_image_overlap\";s:0:\"\";s:23:\"header_title_typography\";a:1:{s:5:\"title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:4:\"size\";s:2:\"55\";s:11:\"line-height\";s:2:\"65\";s:14:\"letter-spacing\";s:2:\"-2\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}}s:29:\"posts_header_content_position\";s:0:\"\";s:18:\"default_pages_info\";s:0:\"\";}s:15:\"header_settings\";a:8:{s:18:\"header_type_picker\";a:3:{s:11:\"header_type\";s:8:\"header-1\";s:8:\"header-1\";a:1:{s:10:\"logo_align\";s:16:\"fw-top-logo-left\";}s:8:\"header-4\";a:1:{s:11:\"header_text\";s:0:\"\";}}s:15:\"header_bg_color\";a:2:{s:2:\"id\";s:7:\"color_4\";s:5:\"color\";s:0:\"\";}s:17:\"dropdown_bg_color\";a:2:{s:2:\"id\";s:7:\"color_4\";s:5:\"color\";s:0:\"\";}s:20:\"dropdown_links_color\";a:2:{s:2:\"id\";s:7:\"color_3\";s:5:\"color\";s:0:\"\";}s:22:\"enable_absolute_header\";a:2:{s:14:\"selected_value\";s:18:\"fw-absolute-header\";s:18:\"fw-absolute-header\";a:1:{s:16:\"absolute_opacity\";d:80;}}s:20:\"enable_sticky_header\";s:16:\"fw-header-sticky\";s:21:\"enable_header_top_bar\";a:2:{s:14:\"selected_value\";s:3:\"yes\";s:3:\"yes\";a:3:{s:17:\"header_top_bar_bg\";a:2:{s:2:\"id\";s:7:\"color_3\";s:5:\"color\";s:0:\"\";}s:11:\"header_text\";s:211:\"<p><a href=\"https://twitter.com/waterpreserver\" class=\"twitter-follow-button\" data-show-count=\"false\">Follow @waterpreserver</a><script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></p>\";s:21:\"enable_header_socials\";a:2:{s:14:\"selected_value\";s:2:\"no\";s:3:\"yes\";a:4:{s:20:\"header_socials_color\";a:2:{s:2:\"id\";s:7:\"color_4\";s:5:\"color\";s:0:\"\";}s:26:\"header_socials_hover_color\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:16:\"header_icon_size\";s:2:\"16\";s:22:\"header_social_position\";s:19:\"fw-top-social-right\";}}}}s:13:\"enable_search\";a:2:{s:14:\"selected_value\";s:2:\"no\";s:3:\"yes\";a:2:{s:11:\"search_type\";a:3:{s:8:\"selected\";s:14:\"fw-mini-search\";s:15:\"fw-input-search\";a:1:{s:23:\"search_advanced_styling\";a:7:{s:16:\"input_typography\";a:11:{s:11:\"google_font\";b:0;s:6:\"subset\";b:0;s:9:\"variation\";b:0;s:6:\"family\";s:12:\"Crimson Text\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:4:\"size\";i:19;s:11:\"line-height\";i:26;s:14:\"letter-spacing\";i:0;s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:0;}s:25:\"search_background_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:16:\"background_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:16:\"placeholder_text\";s:0:\"\";s:17:\"placeholder_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:12:\"border_group\";a:2:{s:8:\"selected\";s:2:\"no\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:9:\"icon_size\";s:2:\"16\";s:10:\"icon_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:14:\"fw-mini-search\";a:1:{s:23:\"search_advanced_styling\";a:8:{s:16:\"input_typography\";a:11:{s:11:\"google_font\";b:0;s:6:\"subset\";b:0;s:9:\"variation\";b:0;s:6:\"family\";s:12:\"Crimson Text\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:4:\"size\";i:40;s:11:\"line-height\";i:40;s:14:\"letter-spacing\";i:0;s:13:\"color-palette\";s:7:\"#31516e\";s:8:\"is_saved\";b:0;}s:25:\"search_background_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:16:\"background_color\";a:2:{s:5:\"color\";s:7:\"#f8e515\";s:2:\"id\";s:7:\"color_3\";}}}s:16:\"placeholder_text\";s:6:\"Search\";s:17:\"placeholder_color\";a:2:{s:5:\"color\";s:7:\"#31516e\";s:2:\"id\";s:7:\"color_4\";}s:21:\"full_background_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:12:\"border_group\";a:2:{s:8:\"selected\";s:2:\"no\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:9:\"icon_size\";s:2:\"16\";s:10:\"icon_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}}}}s:15:\"search_position\";s:7:\"top_bar\";}}}s:15:\"footer_settings\";a:9:{s:19:\"show_footer_widgets\";a:2:{s:14:\"selected_value\";s:3:\"yes\";s:3:\"yes\";a:4:{s:17:\"number_of_columns\";s:13:\"footer-cols-4\";s:17:\"footer_widgets_bg\";a:3:{s:10:\"background\";s:5:\"color\";s:5:\"color\";a:1:{s:16:\"background_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#2a2e31\";}}s:5:\"image\";a:7:{s:16:\"background_image\";s:0:\"\";s:16:\"background_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:6:\"repeat\";s:9:\"no-repeat\";s:13:\"bg_position_x\";s:4:\"left\";s:13:\"bg_position_y\";s:3:\"top\";s:7:\"bg_size\";s:4:\"auto\";s:15:\"overlay_options\";a:2:{s:7:\"overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:10:\"background\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:21:\"overlay_opacity_image\";i:80;}}}}s:27:\"footer_widgets_titles_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#ffffff\";}s:23:\"body_widgets_text_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#898d8e\";}}}s:13:\"show_menu_bar\";a:2:{s:14:\"selected_value\";s:3:\"yes\";s:3:\"yes\";a:3:{s:16:\"show_footer_menu\";s:2:\"no\";s:16:\"show_footer_logo\";a:2:{s:14:\"selected_value\";s:2:\"no\";s:3:\"yes\";a:3:{s:11:\"footer_logo\";s:0:\"\";s:18:\"footer_logo_retina\";s:24:\"fw-footer-logo-no-retina\";s:20:\"footer_logo_position\";s:20:\"fw-footer-menu-right\";}}s:11:\"menu_bar_bg\";a:3:{s:10:\"background\";s:5:\"color\";s:5:\"color\";a:1:{s:16:\"background_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#000000\";}}s:5:\"image\";a:7:{s:16:\"background_image\";s:0:\"\";s:16:\"background_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:6:\"repeat\";s:9:\"no-repeat\";s:13:\"bg_position_x\";s:4:\"left\";s:13:\"bg_position_y\";s:3:\"top\";s:7:\"bg_size\";s:4:\"auto\";s:15:\"overlay_options\";a:2:{s:7:\"overlay\";s:2:\"no\";s:3:\"yes\";a:2:{s:10:\"background\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:21:\"overlay_opacity_image\";i:80;}}}}}}s:14:\"footer_socials\";a:2:{s:14:\"selected_value\";s:2:\"no\";s:3:\"yes\";a:3:{s:19:\"footer_social_color\";a:2:{s:5:\"color\";s:7:\"#f8e515\";s:2:\"id\";s:7:\"color_3\";}s:25:\"footer_social_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:16:\"footer_icon_size\";s:2:\"16\";}}s:9:\"copyright\";s:360:\"© 2016 7C\'s Safety And Environmental, Inc.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"http://www.waterpreserver.com/twist/\">Member Sign-In</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Powered by <a href=\"http://www.twist.ws\" target=\"_blank\"><img src=\"http://www.twistwebsite.com/image/brand/twist-logo-blue-green-80x20.png\"></a>\";s:18:\"copyright_position\";s:18:\"fw-copyright-right\";s:10:\"html_label\";s:0:\"\";s:13:\"copyright_top\";s:2:\"20\";s:16:\"copyright_bottom\";s:1:\"0\";s:15:\"footer_bg_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}}s:14:\"color_settings\";a:5:{s:7:\"color_1\";s:7:\"#1a6ed1\";s:7:\"color_2\";s:7:\"#073967\";s:7:\"color_3\";s:7:\"#f8e515\";s:7:\"color_4\";s:7:\"#31516e\";s:7:\"color_5\";s:7:\"#ffffff\";}s:16:\"buttons_settings\";a:4:{s:18:\"links_normal_state\";a:2:{s:2:\"id\";s:7:\"color_4\";s:5:\"color\";s:0:\"\";}s:17:\"links_hover_state\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:20:\"buttons_normal_state\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:19:\"buttons_hover_state\";a:2:{s:2:\"id\";s:7:\"color_3\";s:5:\"color\";s:0:\"\";}}s:19:\"typography_settings\";a:27:{s:2:\"h1\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"60\";s:11:\"line-height\";s:2:\"85\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:2:\"h2\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"40\";s:11:\"line-height\";s:2:\"56\";s:14:\"letter-spacing\";s:4:\"-0.7\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:2:\"h3\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:2:\"h4\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:2:\"h5\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:1:\"1\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:2:\"h6\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"23\";s:14:\"letter-spacing\";s:1:\"1\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#97a5b2\";}s:8:\"is_saved\";b:1;}s:9:\"body_text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#39424b\";}s:8:\"is_saved\";b:1;}s:9:\"subtitles\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:7:\"buttons\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"30\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:13:\"buttons_hover\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:13:\"widgets_title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"700\";s:6:\"family\";s:12:\"Merriweather\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"1\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:19:\"widgets_title_hover\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:15:\"widgets_spacing\";s:2:\"80\";s:15:\"blog_meta_title\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"16\";s:11:\"line-height\";s:2:\"16\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:21:\"blog_meta_title_hover\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:24:\"blog_meta_text_transform\";s:9:\"uppercase\";s:19:\"header_top_bar_text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:3:\"NTR\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"16\";s:11:\"line-height\";s:2:\"35\";s:14:\"letter-spacing\";s:3:\"0.3\";s:13:\"color-palette\";a:1:{s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:11:\"header_menu\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"30\";s:14:\"letter-spacing\";s:1:\"2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:17:\"header_menu_hover\";a:2:{s:2:\"id\";s:7:\"color_3\";s:5:\"color\";s:0:\"\";}s:25:\"header_menu_items_spacing\";s:2:\"50\";s:11:\"footer_menu\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"30\";s:14:\"letter-spacing\";s:1:\"2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:17:\"footer_menu_hover\";a:2:{s:2:\"id\";s:7:\"color_3\";s:5:\"color\";s:0:\"\";}s:25:\"footer_menu_items_spacing\";s:2:\"50\";s:27:\"footer_copyright_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"30\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#75828d\";}s:8:\"is_saved\";b:1;}s:11:\"form_labels\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:10:\"Montserrat\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"12\";s:11:\"line-height\";s:2:\"30\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:1:{s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:21:\"form_labels_uppercase\";s:9:\"uppercase\";s:11:\"form_inputs\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:3:\"700\";s:6:\"family\";s:17:\"Quattrocento Sans\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:4:\"16.5\";s:11:\"line-height\";s:2:\"28\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_3\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}}s:9:\"quick_css\";s:595:\".site-main{\r\n           box-shadow: 0px 0px 35px rgb(8, 30, 56);\r\n}\r\n.top-yellow{border-top:5px solid #f8e515;}\r\n.top-blue{border-top:5px solid #1c84e3;}\r\n.fw-accordion .panel{\r\n   box-shadow:none;\r\n   background-color:transparent;\r\n}\r\n.fw-accordion .panel .panel-heading{\r\n   background-color:transparent;\r\n   padding-left:0px;\r\n}\r\n.panel-group .panel{border-color:transparent !important;}\r\n.panel-group .panel-heading + .panel-collapse .panel-body {\r\n   border-top: none;\r\n}\r\n\r\n@media(max-width: 768px){\r\n.remove-on-mobile{background-image:none !important;}\r\n}\r\n\r\n.resources {\r\nwidth:800px;\r\n}\";s:8:\"home_url\";s:0:\"\";s:8:\"site_url\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:12:\"wp_multisite\";s:0:\"\";s:13:\"wp_debug_mode\";s:0:\"\";s:15:\"wp_memory_limit\";s:0:\"\";s:11:\"server_info\";s:0:\"\";s:11:\"php_version\";s:0:\"\";s:17:\"php_post_max_size\";s:0:\"\";s:14:\"php_time_limit\";s:0:\"\";s:18:\"php_max_input_vars\";s:0:\"\";s:17:\"suhosin_installed\";s:0:\"\";s:11:\"zip_archive\";s:0:\"\";s:13:\"mysql_version\";s:0:\"\";s:15:\"max_upload_size\";s:0:\"\";s:9:\"fsockopen\";s:0:\"\";s:6:\"legend\";s:0:\"\";}','no'),(191,'layerslider_update_info','O:8:\"stdClass\":2:{s:15:\"_latest_version\";s:5:\"6.0.5\";s:7:\"checked\";i:1666060187;}','yes'),(210,'ls-latest-version','6.0.5','yes'),(235,'revslider-connection','1','yes'),(236,'revslider-latest-version','6.2.2','yes'),(237,'revslider-stable-version','4.2','yes'),(238,'revslider-notices','a:0:{}','yes'),(239,'revslider-dashboard','a:0:{}','yes'),(241,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(334,'fw:ext:cf:fd:78439c1e4d53bdd5840eee6f09b4fc9f','a:28:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"78439c1e4d53bdd5840eee6f09b4fc9f\";s:4:\"form\";a:1:{s:4:\"json\";s:1445:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_dae711a\",\"width\":\"1_2\",\"options\":{\"label\":\"FIRST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_4b79db3\",\"width\":\"1_2\",\"options\":{\"label\":\"LAST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_f145bf2\",\"width\":\"1_2\",\"options\":{\"label\":\"EMAIL\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_a77abb6\",\"width\":\"1_2\",\"options\":{\"label\":\"PHONE NO\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_81e85f0\",\"width\":\"1_1\",\"options\":{\"label\":\"MESSAGE\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"(Describe your inquiry in as much detail as possible)\"}}]\";}s:8:\"email_to\";s:23:\"info@waterpreserver.com\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"3\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:7:\"#073967\";s:2:\"id\";s:7:\"color_2\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:2:\"id\";s:7:\"color_5\";}}s:5:\"label\";s:35:\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:11:\"text-center\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:13:\"redirect_page\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:1:{s:4:\"time\";i:1455636879;}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:3:\"0.2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:6:\"italic\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#9eafbf\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#395326\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#622c2c\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#dce8ef\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(414,'fw:bt:f:page-builder:737142f2c84e6469f546ebd257cdd375','a:3:{s:5:\"title\";s:8:\"Homepage\";s:4:\"json\";s:158869:\"[{\"type\":\"section\",\"atts\":{\"section_name\":\"Header\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"33\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/homepage-header.jpg\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/homepage-header.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"88df00d5d09875f7a7b4c99f71c14293\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"190\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ff63bbc0b6904c0d572dfc2aa6cb1da4\",\"title\":\"Experience Royalty\",\"heading\":{\"selected\":\"h1\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"#1 QUALITY CLEANING SERVICE IN 2015\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"c1bc91da0bfb3d043e67ed1a022478c3\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"hover_color\":{\"color\":\"#1c84e2\",\"id\":\"color_1\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"160\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Information\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#073967\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"5d1d038dd141e18cd29968811becd27f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"f4778cfed5aced4a1a6f2d85a3da61ff\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Have any questions? Call Us\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"17\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>+1 948 485 783</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"22\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/phone-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"fa723f5574ba526858d1231021a586e2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"568c8e2fc1c21e0f75182e7f10e6ebe0\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"We are opened Mon - Fri\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"17\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>08:00 - 17:00</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"41\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/clock-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"2aae6bfc12d455fadbc3134a0bcb07a2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b6be081eb64c6d6415bd326617f7d2b4\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Need support? Drop us a line\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"15\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>hello@spotless.com</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"19\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/mail-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"25\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Need Cleaning\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"30\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/cleaning-done-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/cleaning-done-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"center\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"95576b9444ff33304304ff3d18073ccb\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"05a2a6668d4eb4e2eaddf079f465a885\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"110\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"45\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3a61786aacbc40a90005fda94c28320e\",\"title\":\"Need cleaning done?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"10\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"450414d9599c3f1c134d058285785ab0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis.</p>\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"0ce9add6c9132b4f3f369d7bb3c7082d\",\"style\":{\"selected\":\"fw-btn-4\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#073967\",\"id\":\"color_2\"}},\"label\":\"VIEW MORE SERVICES\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=7\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"95d6eb901f4479c900dd8fba969ded65\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"755e162cda0b68d8948ea1e78ad85cb3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"e2a00f56fa40a180903869014dc0a3a5\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"HOUSE CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"18\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/house-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"c2be13aac70691b151d1e46c52a7484c\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"MOVE OUT CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"20\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/move-out-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"56f4487b9eed0d58a2e290e8152ddc1f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"25\",\"padding_bottom\":\"0\",\"padding_left\":\"25\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"76c380169176a9a75178b43ac3bb4cf9\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"OFFICE CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"42\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/drawers-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"a59cd04ec8e59f53cca8dceae1cf8cc8\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"AFTER PARTY CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"40\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/balloons-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"78cf48212252cf095a0a07981c6977bd\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Why Choose Title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"3dec57f9322d07e634914e3ac555fe42\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3b92493e5b001c144da3e11f151dbd9d\",\"title\":\"Why choose Spotless?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Why Choose Features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"54764b377631fe4c0a7c9b89196f5861\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"43\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/homepage-feature-1.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"001b5662d326f5583a816ce0a00c2c85\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"878a8a38ec3fb4c92d6b3083029c790a\",\"title\":\"PROFESSIONAL STAFF\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"d82289f53f8807c8cce149439f59a510\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"33024f43f3846e68b8780bb31b60d369\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"44\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/homepage-feature-2.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7594ecdcb8aa3341521826a7f091a98a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"6f9bc2fd12fac0a76b569dcc9e2dbfe1\",\"title\":\"SAFE CLEANING SUPPLIES\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"9303623b4e329c509b578d1c81554a4e\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"64a81290296cb8257c8ac347ea7e23c3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"35\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"387d2992b9d7022be29c4d12b9ce9746\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"45\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/homepage-feature-3.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7c34c178c77e8876b6ab3f790d6ea58c\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"87da2a10bd98d25e2849eef94725ebfb\",\"title\":\"1 ON 1 CUSTOMER CARE\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"4a805e5239a6684234d3a8a7820e68a7\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"abd879a424de4bd693138fb6450b4f5e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"46\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/homepage-feature-4.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"78d8e3037915d505148ed2fe54394e9a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"b94e13c786a20780d867df6b1c2525ca\",\"title\":\"TAILOR FOR YOUR BUDGET\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"69076c98b94e10f9cf492decf9471dd0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"40a53b3df9bc72bf14792927977406d1\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"74407515705a401233a8c76788920777\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"4650385cf92bf7468467f6e279d440d9\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#1c84e2\",\"id\":\"color_1\"},\"hover_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"GET A FREE QUOTE\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"676398f382c75760bdfdc0708a5db459\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"85\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Testimonials\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"44dccbee9cfbcc53ce13ce2dc3511bd2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"130\",\"padding_bottom\":\"0\",\"padding_left\":\"130\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"testimonials\",\"atts\":{\"unique_id\":\"99db8cb513059ca6bd5a4067aff9be49\",\"style\":\"fw-testimonials-1\",\"title\":\"What clients have to say\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"70\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"image_size\":\"126\",\"frame\":{\"selected\":\"\",\"fw-block-image-frame\":{\"border_size\":\"\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"show_in_slider\":{\"selected_value\":\"yes\",\"yes\":{\"interval\":\"6000\",\"effect\":\"crossfade\"}},\"advanced_testimonials\":{\"testimonial\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"36\",\"letter-spacing\":\"-0.2\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#5a5735\"},\"is_saved\":true},\"name\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"600\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"job_title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"company\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"testimonials\":[{\"content\":\"<p>Aptent taciti sociosqu ad litora torquent per conubia nostra, peinceptos himenaeos. Sed molestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus orci luctus ultrices posuere proin vel ante a orci tempus eleifend ut et magna. Lorem</p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/testimonial.jpg\"},\"author_name\":\"Mark Goodman\",\"author_job\":\"co founder, PixelKit\",\"site_name\":\"\",\"site_url\":\"\"},{\"content\":\"<p>Ut cum praesent definiebas, ei vitae vocibus fierent mea. Ea ius molestiae sadipscing. Ne duo erant invidunt, vel luptatum sensibus an. Mea at atqui viderer voluptatibus, quem fuis set facilisi mel ex. Putant salutatus vis et. No vis legimus apeirian instructior, te qui vidit.</p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/testimonial.jpg\"},\"author_name\":\"Stephen Cross\",\"author_job\":\"owner, Cruz Hotel\",\"site_name\":\"\",\"site_url\":\"\"}],\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"bg_opacity\":100,\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"FAQ\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"32\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/FAQ-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/FAQ-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"bba919a53aaccbf4708adaa80dbf5208\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-8\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"5ff3bc6288cfbafbc676de2d3c10c713\",\"title\":\"FAQ\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"accordion\",\"atts\":{\"unique_id\":\"2ed5bbbabbe7253e063a02ae525a63b9\",\"bg_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"},\"background_options\":{\"background\":\"none\",\"custom\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"advanced-styling\":{\"titles\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"20\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"body_text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#6b869f\"},\"is_saved\":true},\"icon_size\":\"16\"},\"tabs\":[{\"title\":\"Q: What makes Spotless different than other companies?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.</p>\",\"opened\":\"opened\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: How many people will clean my home?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.</p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are you bonded and insured?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.</p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are my cleaning PROs trained and supervised?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.</p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: What if something in my home gets broken?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.</p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}}],\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-blue\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"02c92c09f40a0b55f6238110cb15e284\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"81ea68b990e60d8007c039ee59dbf9a3\",\"title\":\"Here is how it actually works\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"28c2df931f32bf03fea4714f28e0c02b\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"5e624e71493dfb41a74aa72ee6036504\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 1.</span> BOOK CLEANING\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Vivamus luctus urna sed urna ult riies ac tempor dui sagittis. In conmentum facilisis porta. Sed nec diam eu diam mattis viverra.</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"25\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/step1-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"cfe5a8fc04d57d3ea75c9fa9a7afebc0\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b7c1455e0aacbcd08052efe801885197\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 2.</span> WE DO THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Ut in nulla enim. Phasellus moles \\u0003tie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut.</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"26\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/step2-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; SEND TESTIMONIAL &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"b44331edb40082a01e85cfdfb1410f2e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"8e8c28f7a00db523611de1e159ceb4c6\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 3.</span> YOU PAY THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti.</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"27\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/step3-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; APPLY FOR RECLEANING &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=9\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"c4e99a0f3df2534331ac21b487ea93ac\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"100\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Map\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"60052ef69767885a37f1ec43789636d0\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"map\",\"atts\":{\"unique_id\":\"3adbf70973070000bfecf22efc62e81f\",\"data_provider\":{\"population_method\":\"custom\",\"custom\":{\"locations\":[{\"location\":{\"location\":\"New york, New York, New York, New York\",\"venue\":\"New york\",\"address\":\"New York\",\"city\":\"New York\",\"state\":\"New York\",\"country\":\"\",\"zip\":\"\",\"coordinates\":{\"lat\":40.7127837,\"lng\":-74.0059413}},\"title\":\"Spotless\",\"description\":\"Lorem ipsum dolor sit amet, ne inani veniam delectus sea. Ut pri dolorum verterem.\",\"url\":\"\",\"thumb\":{\"attachment_id\":\"110\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/Loc1_1.jpg\"}}]},\"events\":{\"events_category\":\"\"}},\"location_advanced_styling\":{\"title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"description\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"map_type\":\"roadmap\",\"map_pin\":{\"attachment_id\":\"109\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/map-pin.png\"},\"map_height\":\"475\",\"map_zoom\":15,\"map_style\":\"[{\\\"featureType\\\":\\\"administrative\\\",\\\"elementType\\\":\\\"labels.text.fill\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#444444\\\"}]},{\\\"featureType\\\":\\\"landscape\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#f2f2f2\\\"}]},{\\\"featureType\\\":\\\"poi\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"road\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":45}]},{\\\"featureType\\\":\\\"road.highway\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.arterial\\\",\\\"elementType\\\":\\\"labels.icon\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"transit\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#fdeb06\\\"},{\\\"visibility\\\":\\\"on\\\"}]}]\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"28\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/widget-area-img-right.png\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/widget-area-img-right.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"63d65d0d83bb1ce00d08127efb7f03b8\",\"title\":\"+1 (948) 485 783\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"32\",\"line-height\":\"40\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Spotless LTD Head Quarters</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>12 West Street, 30985</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>New York, NY</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"5a468a1f87b92d0b2b70cbc754b44bfb\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Fax: +1 (948) 485 783</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Email: hello@spotless.com</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"29f2ede52eb27881905a58cb8b8a75f9\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Skype: spotless_now</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]}]\";s:7:\"created\";i:1455703140;}','no'),(415,'fw:bt:f:page-builder:e2e8df6d7f19e94d6b1dfc127b4727b8','a:3:{s:5:\"title\";s:5:\"Rates\";s:4:\"json\";s:127148:\"[{\"type\":\"section\",\"atts\":{\"section_name\":\"Header\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"34\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/rates-header.jpg\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/rates-header.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"88df00d5d09875f7a7b4c99f71c14293\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"160\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ff63bbc0b6904c0d572dfc2aa6cb1da4\",\"title\":\"Rates\",\"heading\":{\"selected\":\"h1\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"FOR EVERY POCKET\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"150\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Steps\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_5\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"c4e99a0f3df2534331ac21b487ea93ac\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"9d6646618a4b5f99524f6e8ff57a92d3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"efbcfc108f9ce9f264c99b1756effdd7\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-3\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"acff147ea6089d1595d9bb4dd3f9bed5\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"CHOOSE PACK\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#97a5b2\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"36\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/1.png\"},\"icon_size\":\"85\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"1efff4f2b8f1403c539782c1137279b0\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-3\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"4df55ce53b820cdb6929b9950836d856\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"BOOK CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#97a5b2\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"37\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/2.png\"},\"icon_size\":\"85\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"57cca965e7d0feb137adfc9cbe076108\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-3\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"7f000fca51cbadeb183de158a3fbf075\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"WE DO THE JOB\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#97a5b2\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"38\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/3.png\"},\"icon_size\":\"85\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"1bb14c712e7bf5c7e6604f673ee80187\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"900\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-3\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"ce77bbd1246f8f53981e9d816c59ddf9\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"ENJOY YOUR HOME\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#97a5b2\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"39\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/4.png\"},\"icon_size\":\"85\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"83f3c3481a2c70dd31b43e6beebc69f5\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"b17000f083d4f850d2d622351e246919\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Take Your Pick\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"02c92c09f40a0b55f6238110cb15e284\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"81ea68b990e60d8007c039ee59dbf9a3\",\"title\":\"Take Your Pick\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"7cb5ba304cb2437b513ae5a43fbb0229\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"85\",\"padding_bottom\":\"0\",\"padding_left\":\"85\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"130\",\"padding_bottom\":\"\",\"padding_left\":\"130\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"50\",\"padding_bottom\":\"0\",\"padding_left\":\"50\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"table\",\"atts\":{\"unique_id\":\"a47ef7ade0803e4bbad062030085bfdf\",\"table\":{\"rows\":[{\"name\":\"heading-row\"},{\"name\":\"pricing-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"default-row\"},{\"name\":\"button-row\"}],\"cols\":[{\"name\":\"default-col\"},{\"name\":\"default-col\"},{\"name\":\"highlight-col\"},{\"name\":\"default-col\"}],\"header_options\":{\"table_purpose\":\"pricing\"},\"content\":[[{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSTANDARD\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPREMIUM\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tPROFESSIONAL\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tULTIMATE\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"amount\":\"$79.99\",\"description\":\"\"},{\"amount\":\"$99.90\",\"description\":\"\"},{\"amount\":\"$149.90\",\"description\":\"\"},{\"amount\":\"$99.90\",\"description\":\"\"}],[{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t1 Bedroom\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t2 Bedrooms\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t3 Bedrooms\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t2 Bedrooms\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t1 Bathroom\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t2 Bathrooms\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t2 Bathrooms\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t2 Bathrooms\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t1 Kitchen\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t1 Kitchen\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t1 Kitchen\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t1 Kitchen\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tDeep Cleaning\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSpotless Cleaning\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tUltimate Cleaning\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tSpotless Cleaning\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tOnce / Week\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tOnce / Week\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tOnce / Week\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"},{\"textarea\":\"\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tOnce / Week\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\"}],[{\"button\":{\"unique_id\":\"76ea2f458aa45ad4fc62774ed8801d64\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"id\":\"color_1\",\"color\":\"\"},\"hover_color\":{\"id\":\"color_2\",\"color\":\"\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"24\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"id\":\"color_5\",\"color\":\"\"}},\"label\":\"&nbsp; SIGN UP NOW &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"button\":{\"unique_id\":\"7191c00d4f9ddf4091e13ec91e978ddb\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"id\":\"color_1\",\"color\":\"\"},\"hover_color\":{\"id\":\"color_2\",\"color\":\"\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"24\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"id\":\"color_5\",\"color\":\"\"}},\"label\":\"&nbsp; SIGN UP NOW &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"button\":{\"unique_id\":\"9e2a0f2ddc77cf74d1b74d5d88c966b6\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"id\":\"color_3\",\"color\":\"\"},\"hover_color\":{\"id\":\"color_5\",\"color\":\"\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"24\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"id\":\"color_4\",\"color\":\"\"}},\"label\":\"&nbsp; SIGN UP NOW &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"button\":{\"unique_id\":\"fd9d03b780f71c3e1e4c6db8411058f1\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"id\":\"color_1\",\"color\":\"\"},\"hover_color\":{\"id\":\"color_2\",\"color\":\"\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"24\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"id\":\"color_5\",\"color\":\"\"}},\"label\":\"&nbsp; SIGN UP NOW &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]]},\"table_advanced_styling\":{\"heading_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"35\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"heading_bg\":{\"color\":\"#263646\",\"id\":\"fw-custom\"},\"highlight_heading_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"16\",\"line-height\":\"35\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"highlight_heading_bg\":{\"color\":\"#1f6db4\",\"id\":\"fw-custom\"},\"description_heading_typography\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true},\"description_heading_bg\":{\"color\":\"\",\"id\":\"fw-custom\"},\"price_typography\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"29\",\"line-height\":\"36\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"pricing_bg\":{\"color\":\"#faed5b\",\"id\":\"fw-custom\"},\"highlight_price_typography\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"29\",\"line-height\":\"36\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"highlight_pricing_bg\":{\"color\":\"#1c84e3\",\"id\":\"fw-custom\"},\"default_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"16\",\"line-height\":\"38\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#446b91\"},\"is_saved\":true},\"default_bg\":{\"color\":\"#ffffff\",\"id\":\"color_5\"},\"highlight_default_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"16\",\"line-height\":\"38\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"highlight_default_bg\":{\"color\":\"#1c84e3\",\"id\":\"fw-custom\"},\"description_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true},\"description_bg\":{\"color\":\"\",\"id\":\"fw-custom\"},\"switch_bg\":{\"color\":\"\",\"id\":\"fw-custom\"},\"highlight_switch_bg\":{\"color\":\"\",\"id\":\"fw-custom\"},\"button_bg\":{\"color\":\"#ffffff\",\"id\":\"color_5\"},\"highlight_button_bg\":{\"color\":\"#1c84e2\",\"id\":\"color_1\"},\"border_group\":{\"selected\":\"yes\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"id\":\"fw-custom\",\"color\":\"#e3e3e3\"}}}},\"tabular_table_advanced_styling\":{\"heading_typography\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false},\"heading_bg\":{\"color\":\"\",\"id\":\"fw-custom\"},\"description_heading_typography\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false},\"description_heading_bg\":{\"color\":\"\",\"id\":\"fw-custom\"},\"default_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false},\"default_bg\":{\"color\":\"\",\"id\":\"fw-custom\"},\"description_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false},\"description_bg\":{\"color\":\"\",\"id\":\"fw-custom\"},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"b53e5ef3265445b8b5ce52622fd740f1\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"90\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_5\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-blue\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"3bf0ac60406b50f8a9997d958035aecb\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"c3e3fcca1de09fa4a85f35afcd5c083b\",\"title\":\"We are the best choice\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_5\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"c172cd9270d7d9009a3651dcf9a50410\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"28c2df931f32bf03fea4714f28e0c02b\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"10\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"5e624e71493dfb41a74aa72ee6036504\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"JOBS DONE FAST\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Nullam in dui mauris. Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neq ue eu tellus rhoncus ut eleifend nibh.</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"17\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/hourglass-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"cfe5a8fc04d57d3ea75c9fa9a7afebc0\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"10\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b7c1455e0aacbcd08052efe801885197\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"ECO PRODUCTS\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna diam port.</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"24\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/spray-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; SEND TESTIMONIAL &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"85f91c49111c6f8fc2ba6ac226ab44ce\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"f6f35971db3a199926d3345f67b8f1cd\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"85\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"22e5d7acadc23ea444e6a434b91a5617\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"b44331edb40082a01e85cfdfb1410f2e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"10\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"8e8c28f7a00db523611de1e159ceb4c6\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"QUALITY CHECKLIST\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Curabitur vulputate, ligula lacinia scele isque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu class.</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"23\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/quality-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; APPLY FOR RECLEANING &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"368d8450acd1bb54bea772a19ae5aee0\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"10\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"42a3025043f022459337e28603f53f40\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"PROFESSIONAL STAFF\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu.</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"21\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/person-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; APPLY FOR RECLEANING &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"e5b3ea610d462b2301a44befb092fa0d\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"c0523a0e36485e992676be8a5205b41d\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"110\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Testimonials\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"44dccbee9cfbcc53ce13ce2dc3511bd2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"130\",\"padding_bottom\":\"0\",\"padding_left\":\"130\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"testimonials\",\"atts\":{\"unique_id\":\"99db8cb513059ca6bd5a4067aff9be49\",\"style\":\"fw-testimonials-1\",\"title\":\"What clients have to say\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"70\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"image_size\":\"126\",\"frame\":{\"selected\":\"\",\"fw-block-image-frame\":{\"border_size\":\"\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"show_in_slider\":{\"selected_value\":\"yes\",\"yes\":{\"interval\":\"6000\",\"effect\":\"crossfade\"}},\"advanced_testimonials\":{\"testimonial\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"36\",\"letter-spacing\":\"-0.2\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#5a5735\"},\"is_saved\":true},\"name\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"600\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"job_title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"company\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"testimonials\":[{\"content\":\"<p>Aptent taciti sociosqu ad litora torquent per conubia nostra, peinceptos himenaeos. Sed molestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus orci luctus ultrices posuere proin vel ante a orci tempus eleifend ut et magna. Lorem</p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/testimonial.jpg\"},\"author_name\":\"Mark Goodman\",\"author_job\":\"co founder, PixelKit\",\"site_name\":\"\",\"site_url\":\"\"},{\"content\":\"<p>Ut cum praesent definiebas, ei vitae vocibus fierent mea. Ea ius molestiae sadipscing. Ne duo erant invidunt, vel luptatum sensibus an. Mea at atqui viderer voluptatibus, quem fuis set facilisi mel ex. Putant salutatus vis et. No vis legimus apeirian instructior, te qui vidit.</p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/testimonial.jpg\"},\"author_name\":\"Stephen Cross\",\"author_job\":\"owner, Cruz Hotel\",\"site_name\":\"\",\"site_url\":\"\"}],\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"bg_opacity\":100,\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Guaranteed\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"29\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/business-man-background.jpg\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/business-man-background.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"f1655f0e90645e338770d1d1208b6e55\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"unique_id\":\"da0ec30addb918ffc95c45e63db4d9cb\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"130\",\"padding_bottom\":\"0\",\"padding_left\":\"100\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"20\",\"padding_bottom\":\"\",\"padding_left\":\"80\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ee6a436bbad3e5f3451d56ba6f9273ac\",\"title\":\"Money Back Guaranteed\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"37\",\"line-height\":\"72\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"7136a986ce1c9b331c357148075f569c\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>We want to make sure every customer is completely happy with their cleaning. That’s why we offer a Re-Cleaning Guarantee. If you are ever dissatisfied with your cleaning, all you have to do is let your Sportless office know within 24 hours of your service, and we’ll re-clean at no additional charge.</p>\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"35\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"01f7ca02b55b23b453c9c64ccc7f6cba\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#073967\",\"id\":\"color_2\"}},\"label\":\"&nbsp; ASK FOR A REFUND &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Map\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"60052ef69767885a37f1ec43789636d0\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"map\",\"atts\":{\"unique_id\":\"3adbf70973070000bfecf22efc62e81f\",\"data_provider\":{\"population_method\":\"custom\",\"custom\":{\"locations\":[{\"location\":{\"location\":\"New york, New York, New York, New York\",\"venue\":\"New york\",\"address\":\"New York\",\"city\":\"New York\",\"state\":\"New York\",\"country\":\"\",\"zip\":\"\",\"coordinates\":{\"lat\":40.7127837,\"lng\":-74.0059413}},\"title\":\"Spotless\",\"description\":\"Lorem ipsum dolor sit amet, ne inani veniam delectus sea. Ut pri dolorum verterem.\",\"url\":\"\",\"thumb\":{\"attachment_id\":\"110\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/Loc1_1.jpg\"}}]},\"events\":{\"events_category\":\"\"}},\"location_advanced_styling\":{\"title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"description\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"map_type\":\"roadmap\",\"map_pin\":{\"attachment_id\":\"109\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/map-pin.png\"},\"map_height\":\"475\",\"map_zoom\":15,\"map_style\":\"[{\\\"featureType\\\":\\\"administrative\\\",\\\"elementType\\\":\\\"labels.text.fill\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#444444\\\"}]},{\\\"featureType\\\":\\\"landscape\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#f2f2f2\\\"}]},{\\\"featureType\\\":\\\"poi\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"road\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":45}]},{\\\"featureType\\\":\\\"road.highway\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.arterial\\\",\\\"elementType\\\":\\\"labels.icon\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"transit\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#fdeb06\\\"},{\\\"visibility\\\":\\\"on\\\"}]}]\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"28\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/widget-area-img-right.png\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/widget-area-img-right.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"63d65d0d83bb1ce00d08127efb7f03b8\",\"title\":\"+1 (948) 485 783\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"32\",\"line-height\":\"40\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Spotless LTD Head Quarters</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>12 West Street, 30985</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>New York, NY</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"5a468a1f87b92d0b2b70cbc754b44bfb\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Fax: +1 (948) 485 783</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Email: hello@spotless.com</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"29f2ede52eb27881905a58cb8b8a75f9\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Skype: spotless_now</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]}]\";s:7:\"created\";i:1455703161;}','no'),(416,'fw:bt:f:page-builder:19e989c98940788ac53bf94f82901090','a:3:{s:5:\"title\";s:8:\"Services\";s:4:\"json\";s:115224:\"[{\"type\":\"section\",\"atts\":{\"section_name\":\"Header\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"35\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/services-header.jpg\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/services-header.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"88df00d5d09875f7a7b4c99f71c14293\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"160\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ff63bbc0b6904c0d572dfc2aa6cb1da4\",\"title\":\"Services\",\"heading\":{\"selected\":\"h1\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"EXCELLENCE SINCE 2010\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"150\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Need Cleaning Done\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_5\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"3369845bf67d47e54b1d572e0a8118b2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"3dbeb9705f1452a5e79ec9f8031ef32c\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInLeft\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"15\",\"padding_bottom\":\"\",\"padding_left\":\"15\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"e9fac22e4bad06d0febb6792a183fc3d\",\"title\":\"Need cleaning done?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"37\",\"line-height\":\"72\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"21\",\"line-height\":\"24\",\"letter-spacing\":\"0.5\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"YES, WE CAN HELP\",\"centered\":\"fw-heading-right\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"1aa7db0b9b9736af8894d2d8957d4154\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"20\",\"padding_right\":\"120\",\"padding_bottom\":\"0\",\"padding_left\":\"20\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInRight\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"30\",\"padding_bottom\":\"\",\"padding_left\":\"15\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"20\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"e653015680270b3f3443897b29ee85d8\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p style=\\\"text-align: left;\\\">Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"20b6039df1a8f53b34dda97eb680b44a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Rooms\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"de5b918720a8dce93126e8dac7fc0307\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"85\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"18736deffc3fb235195ec3b7a9b181fb\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"50\",\"padding_right\":\"0\",\"padding_bottom\":\"40\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"color\",\"color\":{\"background_color\":{\"id\":\"color_5\",\"color\":\"\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"yes\",\"yes\":{\"border_size\":\"15\",\"border_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"\",\"padding_bottom\":\"30\",\"padding_left\":\"30\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"90\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"e9ce1b5b7689d3aa493b22cccfd67ab6\",\"title\":\"ALL ROOMS\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"list\",\"atts\":{\"unique_id\":\"daf44b2064a15757b34ad78ec3b550bc\",\"titles_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"16\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true}},\"list_items\":[{\"item\":\"&nbsp; Cobwebs\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Ceiling fans\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Baseboards\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Dusting\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Furniture\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Vacuuming\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Mopping\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"}],\"separator_group\":{\"selected\":\"\",\"list-bordered\":{\"separator_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"list_type\":{\"selected_value\":\"upload-icon\",\"list-icon\":{\"icon\":\"\",\"icon_size\":\"14\"},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"135\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/confirm.png\"},\"icon_size\":\"12\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"4a3e48550a4ce48402ff826e18d78096\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"50\",\"padding_right\":\"0\",\"padding_bottom\":\"40\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"color\",\"color\":{\"background_color\":{\"id\":\"color_5\",\"color\":\"\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"yes\",\"yes\":{\"border_size\":\"15\",\"border_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"\",\"padding_bottom\":\"30\",\"padding_left\":\"30\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"90\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"da417083ce2eb33493ae7cb9fabaf421\",\"title\":\"KITCHEN\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"list\",\"atts\":{\"unique_id\":\"da7aba23c813c813681b99f78357922b\",\"titles_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"16\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true}},\"list_items\":[{\"item\":\"&nbsp; Stove Top\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Microwave\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Counter Tops\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Appliances\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Furniture\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; All Surfaces\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Cabinets\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"}],\"separator_group\":{\"selected\":\"\",\"list-bordered\":{\"separator_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"list_type\":{\"selected_value\":\"upload-icon\",\"list-icon\":{\"icon\":\"\",\"icon_size\":\"14\"},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"135\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/confirm.png\"},\"icon_size\":\"12\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"28005e205e3fc6eede0f9d5aa8803699\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"50\",\"padding_right\":\"0\",\"padding_bottom\":\"40\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"color\",\"color\":{\"background_color\":{\"id\":\"color_5\",\"color\":\"\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"yes\",\"yes\":{\"border_size\":\"15\",\"border_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"\",\"padding_bottom\":\"30\",\"padding_left\":\"30\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"90\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"89ee62dee8dd47ea330b2b2c39f6e486\",\"title\":\"BATHROOMS\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"list\",\"atts\":{\"unique_id\":\"a5afb62a0176199165f37b5bfb5a6710\",\"titles_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"16\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true}},\"list_items\":[{\"item\":\"&nbsp; Toilets\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Cabinets\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Sinks\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Countertops\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Mirror\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Tubs\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Showers\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"}],\"separator_group\":{\"selected\":\"\",\"list-bordered\":{\"separator_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"list_type\":{\"selected_value\":\"upload-icon\",\"list-icon\":{\"icon\":\"\",\"icon_size\":\"14\"},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"135\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/confirm.png\"},\"icon_size\":\"12\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"6feb358a8b5161b1d651ecbff3506d94\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"50\",\"padding_right\":\"0\",\"padding_bottom\":\"40\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"color\",\"color\":{\"background_color\":{\"id\":\"color_5\",\"color\":\"\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"yes\",\"yes\":{\"border_size\":\"15\",\"border_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"900\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"\",\"padding_bottom\":\"30\",\"padding_left\":\"30\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"90\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"47ec4cd3a27455c7b1a01d80bb33144e\",\"title\":\"BEDROOMS\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"list\",\"atts\":{\"unique_id\":\"ddcf6483494497310b4b5df1c97c44ae\",\"titles_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"16\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true}},\"list_items\":[{\"item\":\"&nbsp; Make Beds\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Change Linens\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Hallways\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Dusting\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Staircases\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Table Tops\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"},{\"item\":\"&nbsp; Electronics\",\"sublist_items\":[],\"link\":\"#\",\"target\":\"_self\"}],\"separator_group\":{\"selected\":\"\",\"list-bordered\":{\"separator_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"list_type\":{\"selected_value\":\"upload-icon\",\"list-icon\":{\"icon\":\"\",\"icon_size\":\"14\"},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"135\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/confirm.png\"},\"icon_size\":\"12\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"930c053ec683735b2808cdfe975f5a50\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"b74a42658fc4f20437dd72c211aa63b4\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"7722b7291b73e9644a52375e52dca850\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#1c84e2\",\"id\":\"color_1\"},\"hover_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"GET A FREE QUOTE\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"c914b7c4d2226924d0aec6780c5266c8\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"FAQ\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"32\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/FAQ-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/FAQ-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"bba919a53aaccbf4708adaa80dbf5208\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-8\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"5ff3bc6288cfbafbc676de2d3c10c713\",\"title\":\"FAQ\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"accordion\",\"atts\":{\"unique_id\":\"2ed5bbbabbe7253e063a02ae525a63b9\",\"bg_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"},\"background_options\":{\"background\":\"none\",\"custom\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"advanced-styling\":{\"titles\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"20\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"body_text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#6b869f\"},\"is_saved\":true},\"icon_size\":\"16\"},\"tabs\":[{\"title\":\"Q: What makes Spotless different than other companies?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.</p>\",\"opened\":\"opened\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: How many people will clean my home?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.</p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are you bonded and insured?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.</p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are my cleaning PROs trained and supervised?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.</p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: What if something in my home gets broken?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.</p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}}],\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-blue\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"02c92c09f40a0b55f6238110cb15e284\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"81ea68b990e60d8007c039ee59dbf9a3\",\"title\":\"Here is how it actually works\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"28c2df931f32bf03fea4714f28e0c02b\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"5e624e71493dfb41a74aa72ee6036504\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 1.</span> BOOK CLEANING\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Vivamus luctus urna sed urna ult riies ac tempor dui sagittis. In conmentum facilisis porta. Sed nec diam eu diam mattis viverra.</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"25\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/step1-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"cfe5a8fc04d57d3ea75c9fa9a7afebc0\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b7c1455e0aacbcd08052efe801885197\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 2.</span> WE DO THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Ut in nulla enim. Phasellus moles \\u0003tie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut.</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"26\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/step2-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; SEND TESTIMONIAL &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"b44331edb40082a01e85cfdfb1410f2e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"8e8c28f7a00db523611de1e159ceb4c6\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 3.</span> YOU PAY THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti.</p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"27\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/step3-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; APPLY FOR RECLEANING &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=9\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"c4e99a0f3df2534331ac21b487ea93ac\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"100\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Testimonials\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_1\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"44dccbee9cfbcc53ce13ce2dc3511bd2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"130\",\"padding_bottom\":\"0\",\"padding_left\":\"130\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"testimonials\",\"atts\":{\"unique_id\":\"99db8cb513059ca6bd5a4067aff9be49\",\"style\":\"fw-testimonials-1\",\"title\":\"What clients have to say\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"70\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"image_size\":\"126\",\"frame\":{\"selected\":\"\",\"fw-block-image-frame\":{\"border_size\":\"\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"show_in_slider\":{\"selected_value\":\"yes\",\"yes\":{\"interval\":\"6000\",\"effect\":\"crossfade\"}},\"advanced_testimonials\":{\"testimonial\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"36\",\"letter-spacing\":\"-0.2\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#e3f0fc\"},\"is_saved\":true},\"name\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"600\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"job_title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"company\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"testimonials\":[{\"content\":\"<p>Aptent taciti sociosqu ad litora torquent per conubia nostra, peinceptos himenaeos. Sed molestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus orci luctus ultrices posuere proin vel ante a orci tempus eleifend ut et magna. Lorem</p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/testimonial.jpg\"},\"author_name\":\"Mark Goodman\",\"author_job\":\"co founder, PixelKit\",\"site_name\":\"\",\"site_url\":\"\"},{\"content\":\"<p>Ut cum praesent definiebas, ei vitae vocibus fierent mea. Ea ius molestiae sadipscing. Ne duo erant invidunt, vel luptatum sensibus an. Mea at atqui viderer voluptatibus, quem fuis set facilisi mel ex. Putant salutatus vis et. No vis legimus apeirian instructior, te qui vidit.</p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/testimonial.jpg\"},\"author_name\":\"Stephen Cross\",\"author_job\":\"owner, Cruz Hotel\",\"site_name\":\"\",\"site_url\":\"\"}],\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"bg_opacity\":100,\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Guaranteed\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"29\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/business-man-background.jpg\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/business-man-background.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"f1655f0e90645e338770d1d1208b6e55\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"unique_id\":\"da0ec30addb918ffc95c45e63db4d9cb\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"130\",\"padding_bottom\":\"0\",\"padding_left\":\"100\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"20\",\"padding_bottom\":\"\",\"padding_left\":\"80\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ee6a436bbad3e5f3451d56ba6f9273ac\",\"title\":\"Money Back Guaranteed\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"37\",\"line-height\":\"72\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"7136a986ce1c9b331c357148075f569c\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>We want to make sure every customer is completely happy with their cleaning. That’s why we offer a Re-Cleaning Guarantee. If you are ever dissatisfied with your cleaning, all you have to do is let your Sportless office know within 24 hours of your service, and we’ll re-clean at no additional charge.</p>\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"35\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"01f7ca02b55b23b453c9c64ccc7f6cba\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#073967\",\"id\":\"color_2\"}},\"label\":\"&nbsp; ASK FOR A REFUND &nbsp;\",\"link\":\"http://waterpreserver.twist.cloud/wordpress/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Map\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"60052ef69767885a37f1ec43789636d0\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"map\",\"atts\":{\"unique_id\":\"3adbf70973070000bfecf22efc62e81f\",\"data_provider\":{\"population_method\":\"custom\",\"custom\":{\"locations\":[{\"location\":{\"location\":\"New york, New York, New York, New York\",\"venue\":\"New york\",\"address\":\"New York\",\"city\":\"New York\",\"state\":\"New York\",\"country\":\"\",\"zip\":\"\",\"coordinates\":{\"lat\":40.7127837,\"lng\":-74.0059413}},\"title\":\"Spotless\",\"description\":\"Lorem ipsum dolor sit amet, ne inani veniam delectus sea. Ut pri dolorum verterem.\",\"url\":\"\",\"thumb\":{\"attachment_id\":\"110\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/Loc1_1.jpg\"}}]},\"events\":{\"events_category\":\"\"}},\"location_advanced_styling\":{\"title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"description\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"map_type\":\"roadmap\",\"map_pin\":{\"attachment_id\":\"109\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/map-pin.png\"},\"map_height\":\"475\",\"map_zoom\":15,\"map_style\":\"[{\\\"featureType\\\":\\\"administrative\\\",\\\"elementType\\\":\\\"labels.text.fill\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#444444\\\"}]},{\\\"featureType\\\":\\\"landscape\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#f2f2f2\\\"}]},{\\\"featureType\\\":\\\"poi\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"road\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":45}]},{\\\"featureType\\\":\\\"road.highway\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.arterial\\\",\\\"elementType\\\":\\\"labels.icon\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"transit\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#fdeb06\\\"},{\\\"visibility\\\":\\\"on\\\"}]}]\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"28\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/widget-area-img-right.png\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/widget-area-img-right.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"63d65d0d83bb1ce00d08127efb7f03b8\",\"title\":\"+1 (948) 485 783\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"32\",\"line-height\":\"40\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Spotless LTD Head Quarters</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>12 West Street, 30985</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>New York, NY</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"5a468a1f87b92d0b2b70cbc754b44bfb\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Fax: +1 (948) 485 783</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Email: hello@spotless.com</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"29f2ede52eb27881905a58cb8b8a75f9\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Skype: spotless_now</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]}]\";s:7:\"created\";i:1455703182;}','no'),(417,'fw:bt:f:page-builder:5b910f9a3735173d79921e629a0abb0d','a:3:{s:5:\"title\";s:7:\"Contact\";s:4:\"json\";s:59362:\"[{\"type\":\"section\",\"atts\":{\"section_name\":\"Header\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"31\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/contact-header.jpg\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/contact-header.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"88df00d5d09875f7a7b4c99f71c14293\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"160\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ff63bbc0b6904c0d572dfc2aa6cb1da4\",\"title\":\"Contact\",\"heading\":{\"selected\":\"h1\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"GET IN TOUCH\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"150\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Interested\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_5\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"fa1aa9c268b32b84daa76f5aa5e71427\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"50\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"dd47f5c2b01be1263046da58f4431590\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"280\",\"padding_bottom\":\"0\",\"padding_left\":\"280\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"150\",\"padding_bottom\":\"\",\"padding_left\":\"150\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"30\",\"padding_bottom\":\"\",\"padding_left\":\"30\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"c4708aa28721d9d4bc004b47b8998516\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"47\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p style=\\\"text-align: center;\\\">We are very interested in your business Contact us right now via <span style=\\\"color: #1c84e3;\\\">+67 891 243</span></p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"80a7b5398095c30ea1d099ac0e74708f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"50\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Contact Form\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"08c3f6bd9bf385e9bed342e4c5a8111a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"50\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"ab93518c70923423fdc50a4ae1c35ded\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"a162c0cebdd1d11f862fb2ddc1a161b8\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"contact-form\",\"atts\":{\"id\":\"78439c1e4d53bdd5840eee6f09b4fc9f\",\"form\":{\"json\":\"[{\\\"type\\\":\\\"form-header-title\\\",\\\"shortcode\\\":\\\"form_header_title\\\",\\\"width\\\":\\\"\\\",\\\"options\\\":{\\\"title\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\"}},{\\\"type\\\":\\\"text\\\",\\\"shortcode\\\":\\\"text_dae711a\\\",\\\"width\\\":\\\"1_2\\\",\\\"options\\\":{\\\"label\\\":\\\"FIRST NAME\\\",\\\"required\\\":true,\\\"placeholder\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"constraints\\\":{\\\"constraint\\\":\\\"characters\\\",\\\"characters\\\":{\\\"min\\\":\\\"0\\\",\\\"max\\\":\\\"\\\"},\\\"words\\\":{\\\"min\\\":\\\"0\\\",\\\"max\\\":\\\"\\\"}},\\\"info\\\":\\\"\\\"}},{\\\"type\\\":\\\"text\\\",\\\"shortcode\\\":\\\"text_4b79db3\\\",\\\"width\\\":\\\"1_2\\\",\\\"options\\\":{\\\"label\\\":\\\"LAST NAME\\\",\\\"required\\\":true,\\\"placeholder\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"constraints\\\":{\\\"constraint\\\":\\\"characters\\\",\\\"characters\\\":{\\\"min\\\":\\\"0\\\",\\\"max\\\":\\\"\\\"},\\\"words\\\":{\\\"min\\\":\\\"0\\\",\\\"max\\\":\\\"\\\"}},\\\"info\\\":\\\"\\\"}},{\\\"type\\\":\\\"text\\\",\\\"shortcode\\\":\\\"text_f145bf2\\\",\\\"width\\\":\\\"1_2\\\",\\\"options\\\":{\\\"label\\\":\\\"EMAIL\\\",\\\"required\\\":true,\\\"placeholder\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"constraints\\\":{\\\"constraint\\\":\\\"characters\\\",\\\"characters\\\":{\\\"min\\\":\\\"0\\\",\\\"max\\\":\\\"\\\"},\\\"words\\\":{\\\"min\\\":\\\"0\\\",\\\"max\\\":\\\"\\\"}},\\\"info\\\":\\\"\\\"}},{\\\"type\\\":\\\"text\\\",\\\"shortcode\\\":\\\"text_a77abb6\\\",\\\"width\\\":\\\"1_2\\\",\\\"options\\\":{\\\"label\\\":\\\"PHONE NO\\\",\\\"required\\\":true,\\\"placeholder\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"constraints\\\":{\\\"constraint\\\":\\\"characters\\\",\\\"characters\\\":{\\\"min\\\":\\\"0\\\",\\\"max\\\":\\\"\\\"},\\\"words\\\":{\\\"min\\\":\\\"0\\\",\\\"max\\\":\\\"\\\"}},\\\"info\\\":\\\"\\\"}},{\\\"type\\\":\\\"textarea\\\",\\\"shortcode\\\":\\\"textarea_81e85f0\\\",\\\"width\\\":\\\"1_1\\\",\\\"options\\\":{\\\"label\\\":\\\"MESSAGE\\\",\\\"required\\\":true,\\\"placeholder\\\":\\\"\\\",\\\"default_value\\\":\\\"\\\",\\\"constraints\\\":{\\\"constraint\\\":\\\"characters\\\",\\\"characters\\\":{\\\"min\\\":\\\"0\\\",\\\"max\\\":\\\"\\\"},\\\"words\\\":{\\\"min\\\":\\\"0\\\",\\\"max\\\":\\\"\\\"}},\\\"info\\\":\\\"(Describe your inquiry in as much detail as possible)\\\"}}]\"},\"subject_message\":\"New message\",\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"hover_color\":{\"color\":\"#1c84e2\",\"id\":\"color_1\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"26\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \",\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"submit_button_text\":\"\",\"success_message\":\"Message sent!\",\"failure_message\":\"Oops something went wrong.\",\"email_to\":\"\",\"mailer\":{\"time\":1455636879},\"form_title_typography\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true},\"form_subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true},\"label_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"14\",\"line-height\":\"24\",\"letter-spacing\":\"0.2\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"placeholder_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true},\"default_text_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"instructions_for_users_typography\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"italic\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#9eafbf\"},\"is_saved\":true},\"success_message_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#395326\"},\"is_saved\":true},\"failure_message_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#622c2c\"},\"is_saved\":true},\"form_bg_options\":{\"background\":\"none\",\"custom\":{\"form_bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"border_group\":{\"selected\":\"yes\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"id\":\"fw-custom\",\"color\":\"#dce8ef\"}}},\"fields_bg_options\":{\"background\":\"custom\",\"custom\":{\"fields_bg_color\":{\"id\":\"color_5\",\"color\":\"\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"9552805867cd66446b686e74a733f7a3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"e701adac93bfbc0751ce140d584aff98\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"110\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Interested\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_5\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"e78f660a24fb4dd9d3a93b7f1d7dfa45\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"78\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"4f261fe0a2c0fb8177251253ed13bc0d\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"2_3\",\"atts\":{\"unique_id\":\"d10381941c27ecabb46fcf4cfc58a227\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"40\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"55\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"18\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"60\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"8d5eeda92ab030c3f3e489b96e032b75\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#3b5998\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#283b66\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"26\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"FACEBOOK\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"160\",\"height\":\"45\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"fw-btn-side-by-side\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"fa fa-facebook\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"14\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInLeft\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"e2c0e396fa080f4960b46a5dc89e74f3\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#00aced\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#0089ba\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"26\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"TWITTER\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"160\",\"height\":\"45\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"fw-btn-side-by-side\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"fa fa-twitter\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"14\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInLeft\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"7c596993f77b6fb38196ff7da0f2cb73\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#517fa4\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#375670\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"26\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"INSTAGRAM\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"160\",\"height\":\"45\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"fw-btn-side-by-side\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"fa fa-instagram\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"14\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInLeft\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"ed8ceb6cf4eee155225ac0ec76ab15bc\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#cb2027\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#99181d\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"26\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"PINTEREST\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"160\",\"height\":\"45\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"fw-btn-side-by-side\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"fa fa-pinterest\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"14\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInLeft\",\"delay\":\"900\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"12cfd98dabc3425d53344355a027afc2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"878bab8d4cef2f37edcc33e5dc583b5f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Map\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"60052ef69767885a37f1ec43789636d0\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"map\",\"atts\":{\"unique_id\":\"3adbf70973070000bfecf22efc62e81f\",\"data_provider\":{\"population_method\":\"custom\",\"custom\":{\"locations\":[{\"location\":{\"location\":\"New york, New York, New York, New York\",\"venue\":\"New york\",\"address\":\"New York\",\"city\":\"New York\",\"state\":\"New York\",\"country\":\"\",\"zip\":\"\",\"coordinates\":{\"lat\":40.7127837,\"lng\":-74.0059413}},\"title\":\"Spotless\",\"description\":\"Lorem ipsum dolor sit amet, ne inani veniam delectus sea. Ut pri dolorum verterem.\",\"url\":\"\",\"thumb\":{\"attachment_id\":\"110\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/Loc1_1.jpg\"}}]},\"events\":{\"events_category\":\"\"}},\"location_advanced_styling\":{\"title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"description\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"map_type\":\"roadmap\",\"map_pin\":{\"attachment_id\":\"109\",\"url\":\"//waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/map-pin.png\"},\"map_height\":\"475\",\"map_zoom\":15,\"map_style\":\"[{\\\"featureType\\\":\\\"administrative\\\",\\\"elementType\\\":\\\"labels.text.fill\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#444444\\\"}]},{\\\"featureType\\\":\\\"landscape\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#f2f2f2\\\"}]},{\\\"featureType\\\":\\\"poi\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"road\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":45}]},{\\\"featureType\\\":\\\"road.highway\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.arterial\\\",\\\"elementType\\\":\\\"labels.icon\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"transit\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#fdeb06\\\"},{\\\"visibility\\\":\\\"on\\\"}]}]\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"28\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/widget-area-img-right.png\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/02/widget-area-img-right.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"63d65d0d83bb1ce00d08127efb7f03b8\",\"title\":\"+1 (948) 485 783\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"32\",\"line-height\":\"40\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Spotless LTD Head Quarters</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>12 West Street, 30985</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>New York, NY</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"5a468a1f87b92d0b2b70cbc754b44bfb\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Fax: +1 (948) 485 783</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Email: hello@spotless.com</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"29f2ede52eb27881905a58cb8b8a75f9\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Skype: spotless_now</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]}]\";s:7:\"created\";i:1455703202;}','no'),(477,'bdr_rev_no','292','yes'),(480,'wpuser_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:21:\"brizy_edit_whole_page\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:21:\"brizy_edit_whole_page\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{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:21:\"brizy_edit_whole_page\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:6:{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:21:\"brizy_edit_whole_page\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(481,'admin_email','mark@markcofano.com','yes'),(482,'cron','a:9:{i:1666061884;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:1666103291;a:1:{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:1666103322;a:2:{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:1666103324;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1666105333;a:1:{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;}}}i:1666118146;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:1666130283;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:1666205847;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(483,'mailserver_login','login@example.com','yes'),(484,'mailserver_pass','password','yes'),(485,'mailserver_port','110','yes'),(486,'mailserver_url','mail.example.com','yes'),(487,'home','https://www.waterpreserver.com','yes'),(488,'siteurl','https://www.waterpreserver.com/wordpress','yes'),(489,'date_format','F j, Y','yes'),(490,'links_updated_date_format','F j, Y g:i a','yes'),(491,'time_format','g:i a','yes'),(492,'timezone_string','','yes'),(493,'gmt_offset','0','yes'),(494,'start_of_week','1','yes'),(496,'ping_sites','http://rpc.pingomatic.com/','yes'),(497,'upload_path','','yes'),(498,'upload_url_path','','yes'),(499,'uploads_use_yearmonth_folders','1','yes'),(500,'users_can_register','0','yes'),(501,'use_smilies','1','yes'),(502,'use_trackback','0','yes'),(503,'blogname','Water Preserver','yes'),(504,'blogdescription','Water Preserver','yes'),(505,'blog_charset','UTF-8','yes'),(506,'active_plugins','a:5:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:23:\"lessphp/less-plugin.php\";i:4;s:17:\"unyson/unyson.php\";}','yes'),(507,'uninstall_plugins','a:1:{s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),(508,'moderation_notify','1','yes'),(510,'comment_registration','0','yes'),(511,'default_role','subscriber','yes'),(512,'blog_public','1','yes'),(514,'tfuse_the-core_auto_install_state','a:3:{s:5:\"steps\";a:8:{s:29:\"activate-supported-extensions\";b:1;s:22:\"finish-install-process\";b:1;s:15:\"activate-unyson\";b:1;s:25:\"activate-required-plugins\";b:1;s:14:\"install-unyson\";b:1;s:24:\"install-required-plugins\";b:1;s:28:\"install-supported-extensions\";b:1;s:19:\"install-child-theme\";b:1;}s:15:\"install_process\";a:2:{s:20:\"install_dependencies\";b:1;s:19:\"import_demo_content\";b:1;}s:8:\"messages\";a:8:{s:14:\"install-unyson\";N;s:15:\"activate-unyson\";N;s:28:\"install-supported-extensions\";b:1;s:29:\"activate-supported-extensions\";b:1;s:19:\"install-child-theme\";N;s:24:\"install-required-plugins\";a:0:{}s:25:\"activate-required-plugins\";a:0:{}s:22:\"finish-install-process\";N;}}','no'),(515,'fw:ext:backups:pending_task_collections','a:0:{}','no'),(516,'fw:ext:backups-demo:active-demo','a:2:{s:2:\"id\";s:0:\"\";s:6:\"result\";N;}','no'),(517,'fw:ext:backups:active_task_collection','','no'),(518,'fw:ext:backups:log','a:2:{i:0;a:4:{s:4:\"type\";s:7:\"success\";s:5:\"title\";s:11:\"Full backup\";s:4:\"data\";a:0:{}s:4:\"time\";i:1651016048;}i:1;a:4:{s:4:\"type\";s:7:\"success\";s:5:\"title\";s:20:\"Demo Content Install\";s:4:\"data\";a:0:{}s:4:\"time\";i:1458490591;}}','no'),(544,'WPLANG','','yes'),(549,'rewrite_rules','a:194:{s:16:\"fw-event-slug/?$\";s:28:\"index.php?post_type=fw-event\";s:46:\"fw-event-slug/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=fw-event&feed=$matches[1]\";s:41:\"fw-event-slug/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=fw-event&feed=$matches[1]\";s:33:\"fw-event-slug/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=fw-event&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:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:12:\"fw-slider/?$\";s:29:\"index.php?post_type=fw-slider\";s:42:\"fw-slider/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=fw-slider&feed=$matches[1]\";s:37:\"fw-slider/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=fw-slider&feed=$matches[1]\";s:29:\"fw-slider/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=fw-slider&paged=$matches[1]\";s:10:\"project/?$\";s:32:\"index.php?post_type=fw-portfolio\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=fw-portfolio&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=fw-portfolio&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=fw-portfolio&paged=$matches[1]\";s:14:\"^sitemap\\.xml?\";s:30:\"index.php?fw-seo-sitemap=index\";s:29:\"^(sitemap(-index){0,1})\\.xsl?\";s:40:\"index.php?fw-seo-sitemap-xsl=$matches[1]\";s:43:\"^sitemap-(index)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:42:\"^sitemap-(post)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:42:\"^sitemap-(page)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:46:\"^sitemap-(fw-event)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:50:\"^sitemap-(fw-portfolio)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:46:\"^sitemap-(category)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:60:\"^sitemap-(fw-event-taxonomy-name)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:59:\"^sitemap-(fw-portfolio-category)(-){0,1}([0-9]*){0,1}\\.xml?\";s:74:\"index.php?fw-seo-sitemap=$matches[1]&fw-seo-sitemap-pagination=$matches[3]\";s:41:\"fw-event-slug/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"fw-event-slug/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"fw-event-slug/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"fw-event-slug/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"fw-event-slug/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"fw-event-slug/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"fw-event-slug/([^/]+)/embed/?$\";s:41:\"index.php?fw-event=$matches[1]&embed=true\";s:34:\"fw-event-slug/([^/]+)/trackback/?$\";s:35:\"index.php?fw-event=$matches[1]&tb=1\";s:54:\"fw-event-slug/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?fw-event=$matches[1]&feed=$matches[2]\";s:49:\"fw-event-slug/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?fw-event=$matches[1]&feed=$matches[2]\";s:42:\"fw-event-slug/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?fw-event=$matches[1]&paged=$matches[2]\";s:49:\"fw-event-slug/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?fw-event=$matches[1]&cpage=$matches[2]\";s:38:\"fw-event-slug/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?fw-event=$matches[1]&page=$matches[2]\";s:30:\"fw-event-slug/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"fw-event-slug/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"fw-event-slug/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"fw-event-slug/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"fw-event-slug/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"fw-event-slug/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"fw-event-taxonomy-slug/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?fw-event-taxonomy-name=$matches[1]&feed=$matches[2]\";s:58:\"fw-event-taxonomy-slug/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?fw-event-taxonomy-name=$matches[1]&feed=$matches[2]\";s:39:\"fw-event-taxonomy-slug/([^/]+)/embed/?$\";s:55:\"index.php?fw-event-taxonomy-name=$matches[1]&embed=true\";s:51:\"fw-event-taxonomy-slug/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?fw-event-taxonomy-name=$matches[1]&paged=$matches[2]\";s:33:\"fw-event-taxonomy-slug/([^/]+)/?$\";s:44:\"index.php?fw-event-taxonomy-name=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"fw-slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"fw-slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"fw-slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"fw-slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"fw-slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"fw-slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"fw-slider/([^/]+)/embed/?$\";s:42:\"index.php?fw-slider=$matches[1]&embed=true\";s:30:\"fw-slider/([^/]+)/trackback/?$\";s:36:\"index.php?fw-slider=$matches[1]&tb=1\";s:50:\"fw-slider/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?fw-slider=$matches[1]&feed=$matches[2]\";s:45:\"fw-slider/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?fw-slider=$matches[1]&feed=$matches[2]\";s:38:\"fw-slider/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?fw-slider=$matches[1]&paged=$matches[2]\";s:45:\"fw-slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?fw-slider=$matches[1]&cpage=$matches[2]\";s:34:\"fw-slider/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?fw-slider=$matches[1]&page=$matches[2]\";s:26:\"fw-slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"fw-slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"fw-slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"fw-slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"fw-slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"fw-slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:45:\"index.php?fw-portfolio=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:39:\"index.php?fw-portfolio=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?fw-portfolio=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?fw-portfolio=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?fw-portfolio=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?fw-portfolio=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?fw-portfolio=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?fw-portfolio-category=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?fw-portfolio-category=$matches[1]&feed=$matches[2]\";s:26:\"portfolio/([^/]+)/embed/?$\";s:54:\"index.php?fw-portfolio-category=$matches[1]&embed=true\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?fw-portfolio-category=$matches[1]&paged=$matches[2]\";s:20:\"portfolio/([^/]+)/?$\";s:43:\"index.php?fw-portfolio-category=$matches[1]\";s:46:\"fw-event-slug-search/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"fw-event-slug-search/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"fw-event-slug-search/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"fw-event-slug-search/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"fw-event-slug-search/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"fw-event-slug-search/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"fw-event-slug-search/(.+?)/embed/?$\";s:67:\"index.php?post_type=fw-event-search&pagename=$matches[1]&embed=true\";s:39:\"fw-event-slug-search/(.+?)/trackback/?$\";s:61:\"index.php?post_type=fw-event-search&pagename=$matches[1]&tb=1\";s:47:\"fw-event-slug-search/(.+?)/page/?([0-9]{1,})/?$\";s:74:\"index.php?post_type=fw-event-search&pagename=$matches[1]&paged=$matches[2]\";s:54:\"fw-event-slug-search/(.+?)/comment-page-([0-9]{1,})/?$\";s:74:\"index.php?post_type=fw-event-search&pagename=$matches[1]&cpage=$matches[2]\";s:43:\"fw-event-slug-search/(.+?)(?:/([0-9]+))?/?$\";s:73:\"index.php?post_type=fw-event-search&pagename=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=5&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(573,'revslider-addons','O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:65:\"//updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:55:\"//updates.themepunch.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:59:\"//updates.themepunch.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:54:\"//updates.themepunch.tools/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:56:\"//updates.themepunch.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:58:\"//updates.themepunch.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:59:\"//updates.themepunch.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:58:\"//updates.themepunch.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}','yes'),(600,'ls-show-support-notice','0','yes'),(675,'fw_ext_settings_options:mailer','a:1:{s:4:\"time\";i:1455636879;}','no'),(780,'db_upgraded','','yes'),(790,'fw_ext_settings_options:page-builder','a:1:{s:10:\"post_types\";a:1:{s:4:\"page\";b:1;}}','no'),(899,'fw_ext_settings_options:analytics','a:1:{s:4:\"code\";s:13:\"UA-24509152-3\";}','no'),(971,'category_children','a:0:{}','yes'),(1005,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"mark@markcofano.com\";s:7:\"version\";s:6:\"5.5.11\";s:9:\"timestamp\";i:1666047399;}','no'),(1739,'fw:ext:cf:fd:becdfd5502a6ea0cd654146835225289','a:27:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"becdfd5502a6ea0cd654146835225289\";s:4:\"form\";a:1:{s:4:\"json\";s:552:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_d292a85\",\"width\":\"1_2\",\"options\":{\"label\":\"Single Line Text\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"radio\",\"shortcode\":\"radio_5343d82\",\"width\":\"1_2\",\"options\":{\"label\":\"Single Choice\",\"required\":true,\"choices\":[\"Single Choice\"],\"randomize\":false,\"layout\":\"\",\"info\":\"\"}}]\";}s:8:\"email_to\";s:0:\"\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"0\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"30\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";s:0:\"\";s:8:\"is_saved\";b:0;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}s:5:\"label\";s:6:\"Submit\";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:9:\"text-left\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:3:{s:6:\"method\";s:6:\"wpmail\";s:4:\"smtp\";a:5:{s:4:\"host\";s:0:\"\";s:8:\"username\";s:11:\"craigcarter\";s:8:\"password\";s:19:\"waterPreserver2016!\";s:6:\"secure\";s:2:\"no\";s:4:\"port\";s:0:\"\";}s:7:\"general\";a:2:{s:9:\"from_name\";s:23:\"Water Preserver Website\";s:12:\"from_address\";s:23:\"info@waterpreserver.com\";}}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"30\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"300\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:2:\"30\";s:13:\"padding_right\";s:2:\"30\";s:14:\"padding_bottom\";s:2:\"30\";s:12:\"padding_left\";s:2:\"30\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:2:\"no\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(9251,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1509360572','no'),(9794,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9795,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9796,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9797,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9798,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(14451,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1571479052','no'),(14462,'wp_page_for_privacy_policy','0','yes'),(14463,'show_comments_cookies_opt_in','1','yes'),(14467,'recovery_keys','a:0:{}','yes'),(14474,'the_core_brizy_installed','1','yes'),(14476,'brizy-migrations','a:11:{i:0;O:51:\"Brizy_Admin_Migrations_ProjectToCustomPostMigration\":0:{}i:1;O:51:\"Brizy_Admin_Migrations_ShortcodesMobileOneMigration\":0:{}i:2;O:46:\"Brizy_Admin_Migrations_GlobalVersionsMigration\":0:{}i:3;O:37:\"Brizy_Admin_Migrations_RulesMigration\":0:{}i:4;O:49:\"Brizy_Admin_Migrations_FormSerializationMigration\":0:{}i:5;O:56:\"Brizy_Admin_Migrations_GlobalBlocksToCustomPostMigration\":0:{}i:6;O:50:\"Brizy_Admin_Migrations_CleanInvalidBlocksMigration\":0:{}i:7;O:45:\"Brizy_Admin_Migrations_GlobalsToDataMigration\":0:{}i:8;O:46:\"Brizy_Admin_Migrations_BlockPostTitleMigration\":0:{}i:9;O:41:\"Brizy_Admin_Migrations_CleanLogsMigration\":0:{}i:10;O:48:\"Brizy_Admin_Migrations_FixGlobalsToDataMigration\":0:{}}','yes'),(14477,'brizy','a:6:{s:10:\"post-types\";a:2:{i:0;s:4:\"page\";i:1;s:4:\"post\";}s:19:\"platform_user_local\";b:1;s:16:\"platform_user_id\";s:27:\"user5daa35fed8be83.01789810\";s:19:\"platform_user_email\";s:47:\"brizy-210e1632eed017d9ff69d298b2394648@brizy.io\";s:23:\"platform_user_signature\";s:32:\"1ace280a11b31552f4f410eaf996a21a\";s:20:\"capabilities_created\";i:1;}','yes'),(19900,'wpcf7','a:2:{s:7:\"version\";s:3:\"5.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1585265126;s:7:\"version\";s:5:\"5.1.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(19901,'fw_ext_settings_options:forms','a:1:{s:14:\"recaptcha-keys\";a:2:{s:8:\"site-key\";s:40:\"6Lc-UuQUAAAAAF3cWLI0-Qy_uLbR0nv6inZUcU37\";s:10:\"secret-key\";s:40:\"6Lc-UuQUAAAAAGD8p1k6JSeUXkBf-8Cn4xspQ9sr\";}}','no'),(19902,'fresh_site','0','yes'),(19903,'fw:ext:cf:fd:a007f147ace70c7eed934669fa5ca806','a:28:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"a007f147ace70c7eed934669fa5ca806\";s:4:\"form\";a:1:{s:4:\"json\";s:1680:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_dae711a\",\"width\":\"1_2\",\"options\":{\"label\":\"FIRST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_4b79db3\",\"width\":\"1_2\",\"options\":{\"label\":\"LAST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_f145bf2\",\"width\":\"1_2\",\"options\":{\"label\":\"EMAIL\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_a77abb6\",\"width\":\"1_2\",\"options\":{\"label\":\"PHONE NO\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_81e85f0\",\"width\":\"1_1\",\"options\":{\"label\":\"MESSAGE\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"(Describe your inquiry in as much detail as possible)\"}},{\"type\":\"recaptcha\",\"options\":{\"label\":\"Recaptcha\",\"recaptcha\":{\"site-key\":\"6LeSUOQUAAAAAJN1idq4cfXJLmVxeCEpM8B9n5FG\",\"secret-key\":\"6LeSUOQUAAAAAD67FhYxOtMS8dUy3uBGpUZl2A3o\"}},\"shortcode\":\"recaptcha_b6ed9f2\",\"_items\":[],\"width\":\"1_2\"}]\";}s:8:\"email_to\";s:23:\"info@waterpreserver.com\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"3\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:7:\"#073967\";s:2:\"id\";s:7:\"color_2\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:2:\"id\";s:7:\"color_5\";}}s:5:\"label\";s:35:\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:11:\"text-center\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:13:\"redirect_page\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:4:{s:6:\"method\";s:6:\"wpmail\";s:4:\"smtp\";a:5:{s:4:\"host\";s:0:\"\";s:8:\"username\";s:11:\"craigcarter\";s:8:\"password\";s:19:\"waterPreserver2016!\";s:6:\"secure\";s:2:\"no\";s:4:\"port\";s:0:\"\";}s:7:\"general\";a:2:{s:9:\"from_name\";s:23:\"Water Preserver Website\";s:12:\"from_address\";s:23:\"info@waterpreserver.com\";}s:15:\"test-connection\";a:1:{s:15:\"test-connection\";s:0:\"\";}}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:3:\"0.2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:6:\"italic\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#9eafbf\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#395326\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#622c2c\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#dce8ef\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(19904,'fw:ext:cf:fd:02b21c78f1f2a2821f8a310a1088ba5e','a:28:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"02b21c78f1f2a2821f8a310a1088ba5e\";s:4:\"form\";a:1:{s:4:\"json\";s:1680:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_dae711a\",\"width\":\"1_2\",\"options\":{\"label\":\"FIRST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_4b79db3\",\"width\":\"1_2\",\"options\":{\"label\":\"LAST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_f145bf2\",\"width\":\"1_2\",\"options\":{\"label\":\"EMAIL\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_a77abb6\",\"width\":\"1_2\",\"options\":{\"label\":\"PHONE NO\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_81e85f0\",\"width\":\"1_1\",\"options\":{\"label\":\"MESSAGE\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"(Describe your inquiry in as much detail as possible)\"}},{\"type\":\"recaptcha\",\"options\":{\"label\":\"Recaptcha\",\"recaptcha\":{\"site-key\":\"6LcuUeQUAAAAAKpzYdUwMh5JN2KEe7TdCsO-FmRr\",\"secret-key\":\"6LcuUeQUAAAAAFhslv0FBjWtrY50oTnJvgCjrB8c\"}},\"shortcode\":\"recaptcha_b6ed9f2\",\"width\":\"1_2\",\"_items\":[]}]\";}s:8:\"email_to\";s:23:\"info@waterpreserver.com\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"3\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:7:\"#073967\";s:2:\"id\";s:7:\"color_2\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:2:\"id\";s:7:\"color_5\";}}s:5:\"label\";s:35:\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:11:\"text-center\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:13:\"redirect_page\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:4:{s:6:\"method\";s:6:\"wpmail\";s:4:\"smtp\";a:5:{s:4:\"host\";s:0:\"\";s:8:\"username\";s:11:\"craigcarter\";s:8:\"password\";s:19:\"waterPreserver2016!\";s:6:\"secure\";s:2:\"no\";s:4:\"port\";s:0:\"\";}s:7:\"general\";a:2:{s:9:\"from_name\";s:23:\"Water Preserver Website\";s:12:\"from_address\";s:23:\"info@waterpreserver.com\";}s:15:\"test-connection\";a:1:{s:15:\"test-connection\";s:0:\"\";}}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:3:\"0.2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:6:\"italic\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#9eafbf\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#395326\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#622c2c\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#dce8ef\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(19905,'fw:ext:cf:fd:65b1ae043c72bbc4f6f6afcf00b4f8e6','a:28:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"65b1ae043c72bbc4f6f6afcf00b4f8e6\";s:4:\"form\";a:1:{s:4:\"json\";s:1703:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_dae711a\",\"width\":\"1_2\",\"options\":{\"label\":\"FIRST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_4b79db3\",\"width\":\"1_2\",\"options\":{\"label\":\"LAST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_f145bf2\",\"width\":\"1_2\",\"options\":{\"label\":\"EMAIL\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_a77abb6\",\"width\":\"1_2\",\"options\":{\"label\":\"PHONE NO\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_81e85f0\",\"width\":\"1_1\",\"options\":{\"label\":\"MESSAGE\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"(Describe your inquiry in as much detail as possible)\"}},{\"type\":\"recaptcha\",\"options\":{\"label\":\"Please let us know you\'re human!\",\"recaptcha\":{\"site-key\":\"6LcuUeQUAAAAAKpzYdUwMh5JN2KEe7TdCsO-FmRr\",\"secret-key\":\"6LcuUeQUAAAAAFhslv0FBjWtrY50oTnJvgCjrB8c\"}},\"shortcode\":\"recaptcha_b6ed9f2\",\"width\":\"1_2\",\"_items\":[]}]\";}s:8:\"email_to\";s:23:\"info@waterpreserver.com\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"3\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:7:\"#073967\";s:2:\"id\";s:7:\"color_2\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:2:\"id\";s:7:\"color_5\";}}s:5:\"label\";s:35:\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:11:\"text-center\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:13:\"redirect_page\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:4:{s:6:\"method\";s:6:\"wpmail\";s:4:\"smtp\";a:5:{s:4:\"host\";s:0:\"\";s:8:\"username\";s:11:\"craigcarter\";s:8:\"password\";s:19:\"waterPreserver2016!\";s:6:\"secure\";s:2:\"no\";s:4:\"port\";s:0:\"\";}s:7:\"general\";a:2:{s:9:\"from_name\";s:23:\"Water Preserver Website\";s:12:\"from_address\";s:23:\"info@waterpreserver.com\";}s:15:\"test-connection\";a:1:{s:15:\"test-connection\";s:0:\"\";}}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:3:\"0.2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:6:\"italic\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#9eafbf\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#395326\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#622c2c\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#dce8ef\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(19909,'fw:ext:cf:fd:18c6acfea4ef70437705677eca6c24c2','a:28:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"18c6acfea4ef70437705677eca6c24c2\";s:4:\"form\";a:1:{s:4:\"json\";s:1703:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_dae711a\",\"width\":\"1_2\",\"options\":{\"label\":\"FIRST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_4b79db3\",\"width\":\"1_2\",\"options\":{\"label\":\"LAST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_f145bf2\",\"width\":\"1_2\",\"options\":{\"label\":\"EMAIL\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_a77abb6\",\"width\":\"1_2\",\"options\":{\"label\":\"PHONE NO\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_81e85f0\",\"width\":\"1_1\",\"options\":{\"label\":\"MESSAGE\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"(Describe your inquiry in as much detail as possible)\"}},{\"type\":\"recaptcha\",\"options\":{\"label\":\"Please let us know you\'re human!\",\"recaptcha\":{\"site-key\":\"6Lc-UuQUAAAAAF3cWLI0-Qy_uLbR0nv6inZUcU37\",\"secret-key\":\"6Lc-UuQUAAAAAGD8p1k6JSeUXkBf-8Cn4xspQ9sr\"}},\"shortcode\":\"recaptcha_b6ed9f2\",\"width\":\"1_2\",\"_items\":[]}]\";}s:8:\"email_to\";s:23:\"info@waterpreserver.com\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"3\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:7:\"#073967\";s:2:\"id\";s:7:\"color_2\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:2:\"id\";s:7:\"color_5\";}}s:5:\"label\";s:35:\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:11:\"text-center\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:13:\"redirect_page\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:4:{s:6:\"method\";s:6:\"wpmail\";s:4:\"smtp\";a:5:{s:4:\"host\";s:0:\"\";s:8:\"username\";s:11:\"craigcarter\";s:8:\"password\";s:19:\"waterPreserver2016!\";s:6:\"secure\";s:2:\"no\";s:4:\"port\";s:0:\"\";}s:7:\"general\";a:2:{s:9:\"from_name\";s:23:\"Water Preserver Website\";s:12:\"from_address\";s:23:\"info@waterpreserver.com\";}s:15:\"test-connection\";a:1:{s:15:\"test-connection\";s:0:\"\";}}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:3:\"0.2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:6:\"italic\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#9eafbf\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#395326\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#622c2c\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#dce8ef\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(19910,'anr_admin_options','a:16:{s:7:\"version\";s:5:\"6.1.5\";s:15:\"captcha_version\";s:11:\"v2_checkbox\";s:8:\"site_key\";s:40:\"6Lc-UuQUAAAAAF3cWLI0-Qy_uLbR0nv6inZUcU37\";s:10:\"secret_key\";s:40:\"6Lc-UuQUAAAAAGD8p1k6JSeUXkBf-8Cn4xspQ9sr\";s:13:\"enabled_forms\";a:2:{i:0;s:0:\"\";i:1;s:7:\"comment\";}s:13:\"error_message\";s:30:\"Please solve Captcha correctly\";s:8:\"language\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"size\";s:6:\"normal\";s:5:\"badge\";s:11:\"bottomright\";s:18:\"failed_login_allow\";i:0;s:14:\"v3_script_load\";s:9:\"all_pages\";s:5:\"score\";s:3:\"0.5\";s:13:\"loggedin_hide\";s:0:\"\";s:10:\"remove_css\";s:0:\"\";s:5:\"no_js\";s:0:\"\";}','yes'),(19911,'fw:ext:cf:fd:5f175a4553fbc723e19a62912f712105','a:28:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"5f175a4553fbc723e19a62912f712105\";s:4:\"form\";a:1:{s:4:\"json\";s:1445:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_dae711a\",\"width\":\"1_2\",\"options\":{\"label\":\"FIRST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_4b79db3\",\"width\":\"1_2\",\"options\":{\"label\":\"LAST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_f145bf2\",\"width\":\"1_2\",\"options\":{\"label\":\"EMAIL\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_a77abb6\",\"width\":\"1_2\",\"options\":{\"label\":\"PHONE NO\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_81e85f0\",\"width\":\"1_1\",\"options\":{\"label\":\"MESSAGE\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"(Describe your inquiry in as much detail as possible)\"}}]\";}s:8:\"email_to\";s:23:\"info@waterpreserver.com\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"3\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:7:\"#073967\";s:2:\"id\";s:7:\"color_2\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:2:\"id\";s:7:\"color_5\";}}s:5:\"label\";s:35:\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:11:\"text-center\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:13:\"redirect_page\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:4:{s:6:\"method\";s:6:\"wpmail\";s:4:\"smtp\";a:5:{s:4:\"host\";s:0:\"\";s:8:\"username\";s:11:\"craigcarter\";s:8:\"password\";s:19:\"waterPreserver2016!\";s:6:\"secure\";s:2:\"no\";s:4:\"port\";s:0:\"\";}s:7:\"general\";a:2:{s:9:\"from_name\";s:23:\"Water Preserver Website\";s:12:\"from_address\";s:23:\"info@waterpreserver.com\";}s:15:\"test-connection\";a:1:{s:15:\"test-connection\";s:0:\"\";}}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:3:\"0.2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:6:\"italic\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#9eafbf\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#395326\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#622c2c\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#dce8ef\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(20066,'fw:ext:cf:fd:e1d8c59434f6283818c8a907861d7a4f','a:28:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"e1d8c59434f6283818c8a907861d7a4f\";s:4:\"form\";a:1:{s:4:\"json\";s:1445:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_dae711a\",\"width\":\"1_2\",\"options\":{\"label\":\"FIRST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_4b79db3\",\"width\":\"1_2\",\"options\":{\"label\":\"LAST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_f145bf2\",\"width\":\"1_2\",\"options\":{\"label\":\"EMAIL\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_a77abb6\",\"width\":\"1_2\",\"options\":{\"label\":\"PHONE NO\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_81e85f0\",\"width\":\"1_1\",\"options\":{\"label\":\"MESSAGE\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"(Describe your inquiry in as much detail as possible)\"}}]\";}s:8:\"email_to\";s:0:\"\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"3\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:7:\"#073967\";s:2:\"id\";s:7:\"color_2\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:2:\"id\";s:7:\"color_5\";}}s:5:\"label\";s:35:\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:11:\"text-center\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:13:\"redirect_page\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:1:{s:4:\"time\";i:1455636879;}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:3:\"0.2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:6:\"italic\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#9eafbf\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#395326\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#622c2c\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#dce8ef\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(20067,'fw:ext:cf:fd:f18e1bf8c1b8d502b5f7621483a3d70d','a:28:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"f18e1bf8c1b8d502b5f7621483a3d70d\";s:4:\"form\";a:1:{s:4:\"json\";s:1445:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_dae711a\",\"width\":\"1_2\",\"options\":{\"label\":\"FIRST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_4b79db3\",\"width\":\"1_2\",\"options\":{\"label\":\"LAST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_f145bf2\",\"width\":\"1_2\",\"options\":{\"label\":\"EMAIL\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_a77abb6\",\"width\":\"1_2\",\"options\":{\"label\":\"PHONE NO\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_81e85f0\",\"width\":\"1_1\",\"options\":{\"label\":\"MESSAGE\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"(Describe your inquiry in as much detail as possible)\"}}]\";}s:8:\"email_to\";s:0:\"\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"3\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:7:\"#073967\";s:2:\"id\";s:7:\"color_2\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:2:\"id\";s:7:\"color_5\";}}s:5:\"label\";s:35:\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:11:\"text-center\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:13:\"redirect_page\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:1:{s:4:\"time\";i:1455636879;}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:3:\"0.2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:6:\"italic\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#9eafbf\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#395326\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#622c2c\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#dce8ef\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(20069,'fw:ext:cf:fd:9fd202d3bf6ca9107cd95c12ef004dcc','a:28:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"9fd202d3bf6ca9107cd95c12ef004dcc\";s:4:\"form\";a:1:{s:4:\"json\";s:1445:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_dae711a\",\"width\":\"1_2\",\"options\":{\"label\":\"FIRST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_4b79db3\",\"width\":\"1_2\",\"options\":{\"label\":\"LAST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_f145bf2\",\"width\":\"1_2\",\"options\":{\"label\":\"EMAIL\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_a77abb6\",\"width\":\"1_2\",\"options\":{\"label\":\"PHONE NO\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_81e85f0\",\"width\":\"1_1\",\"options\":{\"label\":\"MESSAGE\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"(Describe your inquiry in as much detail as possible)\"}}]\";}s:8:\"email_to\";s:0:\"\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"3\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:7:\"#073967\";s:2:\"id\";s:7:\"color_2\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:2:\"id\";s:7:\"color_5\";}}s:5:\"label\";s:35:\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:11:\"text-center\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:13:\"redirect_page\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:1:{s:4:\"time\";i:1455636879;}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:3:\"0.2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:6:\"italic\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#9eafbf\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#395326\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#622c2c\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#dce8ef\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(20070,'fw:ext:cf:fd:1338e33f706b22b2c5d2e0049c924607','a:28:{s:5:\"width\";s:3:\"1_1\";s:2:\"id\";s:32:\"1338e33f706b22b2c5d2e0049c924607\";s:4:\"form\";a:1:{s:4:\"json\";s:1445:\"[{\"type\":\"form-header-title\",\"shortcode\":\"form_header_title\",\"width\":\"\",\"options\":{\"title\":\"\",\"subtitle\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_dae711a\",\"width\":\"1_2\",\"options\":{\"label\":\"FIRST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_4b79db3\",\"width\":\"1_2\",\"options\":{\"label\":\"LAST NAME\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_f145bf2\",\"width\":\"1_2\",\"options\":{\"label\":\"EMAIL\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"text\",\"shortcode\":\"text_a77abb6\",\"width\":\"1_2\",\"options\":{\"label\":\"PHONE NO\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"\"}},{\"type\":\"textarea\",\"shortcode\":\"textarea_81e85f0\",\"width\":\"1_1\",\"options\":{\"label\":\"MESSAGE\",\"required\":true,\"placeholder\":\"\",\"default_value\":\"\",\"constraints\":{\"constraint\":\"characters\",\"characters\":{\"min\":\"0\",\"max\":\"\"},\"words\":{\"min\":\"0\",\"max\":\"\"}},\"info\":\"(Describe your inquiry in as much detail as possible)\"}}]\";}s:8:\"email_to\";s:0:\"\";s:15:\"subject_message\";s:11:\"New message\";s:14:\"button_options\";a:10:{s:5:\"style\";a:4:{s:8:\"selected\";s:8:\"fw-btn-1\";s:8:\"fw-btn-1\";a:1:{s:13:\"border_radius\";s:1:\"3\";}s:8:\"fw-btn-2\";a:2:{s:13:\"border_radius\";s:1:\"0\";s:11:\"border_size\";s:1:\"1\";}s:8:\"fw-btn-3\";a:1:{s:11:\"border_size\";s:1:\"1\";}}s:12:\"normal_color\";a:2:{s:5:\"color\";s:7:\"#073967\";s:2:\"id\";s:7:\"color_2\";}s:11:\"hover_color\";a:2:{s:5:\"color\";s:7:\"#1a6ed1\";s:2:\"id\";s:7:\"color_1\";}s:22:\"label_advanced_styling\";a:2:{s:4:\"text\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"13\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"0.6\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"hover_text_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:2:\"id\";s:7:\"color_5\";}}s:5:\"label\";s:35:\"&nbsp; &nbsp; SUBMIT &nbsp; &nbsp; \";s:4:\"size\";a:2:{s:8:\"selected\";s:9:\"fw-btn-md\";s:6:\"custom\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}}s:10:\"full_width\";a:2:{s:13:\"selected_type\";s:7:\"default\";s:7:\"default\";a:1:{s:13:\"btn_alignment\";s:11:\"text-center\";}}s:9:\"icon_type\";a:3:{s:8:\"tab_icon\";s:10:\"icon-class\";s:10:\"icon-class\";a:1:{s:10:\"icon_class\";s:0:\"\";}s:11:\"upload-icon\";a:1:{s:17:\"upload-custom-img\";s:0:\"\";}}s:13:\"icon_position\";s:14:\"pull-left-icon\";s:9:\"icon_size\";s:2:\"12\";}s:18:\"submit_button_text\";s:0:\"\";s:13:\"redirect_page\";s:0:\"\";s:15:\"success_message\";s:13:\"Message sent!\";s:15:\"failure_message\";s:26:\"Oops something went wrong.\";s:6:\"mailer\";a:1:{s:4:\"time\";i:1455636879;}s:21:\"form_title_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"30\";s:11:\"line-height\";s:2:\"38\";s:14:\"letter-spacing\";s:4:\"-0.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:24:\"form_subtitle_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"19\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:3:\"1.5\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:16:\"label_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:3:\"500\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"14\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:3:\"0.2\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_1\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:22:\"placeholder_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:23:\"default_text_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"17\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:7:\"color_2\";s:5:\"color\";s:0:\"\";}s:8:\"is_saved\";b:1;}s:33:\"instructions_for_users_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:5:\"latin\";s:9:\"variation\";s:6:\"italic\";s:6:\"family\";s:4:\"Arvo\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#9eafbf\";}s:8:\"is_saved\";b:1;}s:26:\"success_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#395326\";}s:8:\"is_saved\";b:1;}s:26:\"failure_message_typography\";a:11:{s:11:\"google_font\";b:1;s:6:\"subset\";s:10:\"devanagari\";s:9:\"variation\";s:7:\"regular\";s:6:\"family\";s:4:\"Hind\";s:5:\"style\";b:0;s:6:\"weight\";b:0;s:4:\"size\";s:2:\"15\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"color-palette\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#622c2c\";}s:8:\"is_saved\";b:1;}s:15:\"form_bg_options\";a:2:{s:10:\"background\";s:4:\"none\";s:6:\"custom\";a:1:{s:13:\"form_bg_color\";a:2:{s:5:\"color\";s:0:\"\";s:2:\"id\";s:9:\"fw-custom\";}}}s:10:\"html_label\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:12:\"border_group\";a:2:{s:8:\"selected\";s:3:\"yes\";s:3:\"yes\";a:2:{s:11:\"border_size\";s:1:\"1\";s:12:\"border_color\";a:2:{s:2:\"id\";s:9:\"fw-custom\";s:5:\"color\";s:7:\"#dce8ef\";}}}s:17:\"fields_bg_options\";a:2:{s:10:\"background\";s:6:\"custom\";s:6:\"custom\";a:1:{s:15:\"fields_bg_color\";a:2:{s:2:\"id\";s:7:\"color_5\";s:5:\"color\";s:0:\"\";}}}s:10:\"responsive\";a:4:{s:15:\"desktop_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:24:\"tablet_landscape_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:14:\"tablet_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:18:\"smartphone_display\";a:1:{s:8:\"selected\";s:3:\"yes\";}}}','no'),(20071,'fw:bt:s:page-builder:9d5cdec84ba503320a97bc9e053d8409','a:3:{s:5:\"title\";s:6:\"Footer\";s:4:\"json\";s:9774:\"{\"type\":\"section\",\"atts\":{\"unique_id\":\"4c1720963a8ca74cdadf539749a27ec0\",\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"custom_shape_styling\":{\"custom_shape_top\":\"custom-shape-top-type-none\",\"custom_shape_color_top\":{\"color\":\"\",\"id\":\"fw-custom\"},\"custom_shape_bottom\":\"custom-shape-bottom-type-none\",\"custom_shape_color_bottom\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"custom_shape\":\"no\",\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"486\",\"predefined\":\"\",\"data\":{\"icon\":\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/04/family-blue-drum-640x260.png\",\"css\":{\"background-image\":\"url(\\\"http://waterpreserver.twist.cloud/wordpress/wp-content/uploads/2016/04/family-blue-drum-640x260.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\",\"poster\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"margin_bottom\":\"\",\"position\":{\"selected\":\"fw-section-position-back\"},\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>7C\'s Safety and Environmental, Inc</p><p>Email: info@waterpreserver.com</p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}},\"_items\":[]}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}},\"_items\":[]}]}]}\";s:7:\"created\";i:1585599758;}','no'),(28605,'admin_email_lifespan','1664919390','yes'),(28606,'disallowed_keys','','no'),(28607,'comment_previously_approved','1','yes'),(28608,'auto_plugin_theme_update_emails','a:0:{}','no'),(28609,'finished_updating_comment_type','1','yes'),(28618,'can_compress_scripts','0','no'),(28621,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:37:\"advanced-nocaptcha-recaptcha/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1605034701;s:11:\"plugin_path\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";}}s:7:\"abspath\";s:56:\"/home/twist/public_html/sites/water-preserver/wordpress/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";s:8:\"sdk_path\";s:37:\"advanced-nocaptcha-recaptcha/freemius\";s:7:\"version\";s:5:\"2.4.1\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1605034701;}}','yes'),(28622,'fs_debug_mode','','yes'),(28623,'fs_accounts','a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:5860;a:3:{s:4:\"slug\";s:28:\"advanced-nocaptcha-recaptcha\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";}}s:11:\"plugin_data\";a:1:{s:28:\"advanced-nocaptcha-recaptcha\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1605034701;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"6.1.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:22:\"www.waterpreserver.com\";s:9:\"server_ip\";s:13:\"96.19.176.147\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1605034701;s:7:\"version\";s:5:\"6.1.5\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:1:{s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";s:28:\"advanced-nocaptcha-recaptcha\";}s:7:\"plugins\";a:1:{s:28:\"advanced-nocaptcha-recaptcha\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:38:\"Advanced noCaptcha & invisible Captcha\";s:4:\"slug\";s:28:\"advanced-nocaptcha-recaptcha\";s:12:\"premium_slug\";s:44:\"advanced-nocaptcha-and-invisible-captcha-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";s:7:\"version\";s:5:\"6.1.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"PRO\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_8758a9fa397c3760defbec41e2e35\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5860\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"0a783b14d06a7238544a74aebcfd32e9\";}','yes'),(28624,'fs_gdpr','a:1:{s:2:\"u3\";a:1:{s:8:\"required\";b:0;}}','yes'),(28630,'new_admin_email','mark@markcofano.com','yes'),(28671,'_transient_health-check-site-status-result','{\"good\":10,\"recommended\":9,\"critical\":1}','yes'),(49236,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1651058958','no'),(49239,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1651058958','no'),(55778,'_site_transient_timeout_php_check_0260183cef5829810c63d4ec9ff87fd1','1666205927','no'),(55779,'_site_transient_php_check_0260183cef5829810c63d4ec9ff87fd1','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(56085,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.8.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.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1666060187;s:15:\"version_checked\";s:6:\"5.5.11\";s:12:\"translations\";a:0:{}}','no'),(56093,'_site_transient_timeout_theme_roots','1666061987','no'),(56094,'_site_transient_theme_roots','a:8:{s:14:\"the-core-child\";s:7:\"/themes\";s:15:\"the-core-parent\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(56096,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1666060187;s:7:\"checked\";a:8:{s:14:\"the-core-child\";s:3:\"1.0\";s:15:\"the-core-parent\";s:6:\"1.0.42\";s:13:\"twentyfifteen\";s:3:\"2.5\";s:14:\"twentyfourteen\";s:3:\"2.7\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:6:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.4.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.3.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.7.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(56097,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1666060187;s:8:\"response\";a:3:{s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:42:\"w.org/plugins/advanced-nocaptcha-recaptcha\";s:4:\"slug\";s:28:\"advanced-nocaptcha-recaptcha\";s:6:\"plugin\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";s:11:\"new_version\";s:5:\"7.1.1\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/advanced-nocaptcha-recaptcha/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/advanced-nocaptcha-recaptcha.7.1.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/advanced-nocaptcha-recaptcha/assets/icon-128x128.jpg?rev=2660526\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/advanced-nocaptcha-recaptcha/assets/banner-772x250.jpg?rev=2660767\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:15:\"brizy/brizy.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:19:\"w.org/plugins/brizy\";s:4:\"slug\";s:5:\"brizy\";s:6:\"plugin\";s:15:\"brizy/brizy.php\";s:11:\"new_version\";s:6:\"2.4.11\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/brizy/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/brizy.2.4.11.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:58:\"https://ps.w.org/brizy/assets/icon-256x256.jpg?rev=1857924\";s:2:\"1x\";s:50:\"https://ps.w.org/brizy/assets/icon.svg?rev=1857924\";s:3:\"svg\";s:50:\"https://ps.w.org/brizy/assets/icon.svg?rev=1857924\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/brizy/assets/banner-1544x500.jpg?rev=1857924\";s:2:\"1x\";s:60:\"https://ps.w.org/brizy/assets/banner-772x250.jpg?rev=1857924\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:17:\"unyson/unyson.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:20:\"w.org/plugins/unyson\";s:4:\"slug\";s:6:\"unyson\";s:6:\"plugin\";s:17:\"unyson/unyson.php\";s:11:\"new_version\";s:6:\"2.7.27\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/unyson/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/unyson.2.7.27.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/unyson/assets/icon-256x256.jpg?rev=1034261\";s:2:\"1x\";s:59:\"https://ps.w.org/unyson/assets/icon-128x128.jpg?rev=1034260\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/unyson/assets/banner-1544x500.png?rev=1034271\";s:2:\"1x\";s:61:\"https://ps.w.org/unyson/assets/banner-772x250.png?rev=1034270\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.6.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:23:\"lessphp/less-plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/lessphp\";s:4:\"slug\";s:7:\"lessphp\";s:6:\"plugin\";s:23:\"lessphp/less-plugin.php\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/lessphp/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/lessphp.2.0.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:51:\"https://s.w.org/plugins/geopattern-icon/lessphp.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";}}}','no');
/*!40000 ALTER TABLE `wpoptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wppostmeta`
--

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

--
-- Dumping data for table `wppostmeta`
--

LOCK TABLES `wppostmeta` WRITE;
/*!40000 ALTER TABLE `wppostmeta` DISABLE KEYS */;
INSERT INTO `wppostmeta` VALUES (7,5,'fw-shortcode-default-values','[]'),(8,5,'fw-shortcode-settings','[]'),(9,5,'_edit_last','3'),(10,5,'_edit_lock','1601130980:3'),(11,5,'_wp_page_template','visual-builder-template.php'),(12,5,'slide_template','default'),(14,5,'fw_options','a:5:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:18:\"display_page_title\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(15,7,'fw-shortcode-default-values','[]'),(16,7,'fw-shortcode-settings','[]'),(17,7,'_edit_last','3'),(18,7,'_wp_page_template','visual-builder-template.php'),(19,7,'slide_template','default'),(21,7,'fw_options','a:4:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(22,7,'_edit_lock','1506522070:3'),(23,9,'fw-shortcode-default-values','[]'),(24,9,'fw-shortcode-settings','[]'),(25,9,'_edit_last','3'),(26,9,'_wp_page_template','dealers.php'),(27,9,'slide_template','default'),(29,9,'fw_options','a:3:{s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(30,9,'_edit_lock','1600814543:5'),(31,11,'fw-shortcode-default-values','[]'),(32,11,'fw-shortcode-settings','[]'),(33,11,'_edit_last','3'),(34,11,'_wp_page_template','visual-builder-template.php'),(35,11,'slide_template','default'),(37,11,'fw_options','a:5:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:18:\"display_page_title\";a:1:{s:8:\"selected\";s:3:\"yes\";}s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(38,11,'_edit_lock','1585599600:3'),(59,15,'_menu_item_type','post_type'),(60,15,'_menu_item_menu_item_parent','0'),(61,15,'_menu_item_object_id','11'),(62,15,'_menu_item_object','page'),(63,15,'_menu_item_target',''),(64,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(65,15,'_menu_item_xfn',''),(66,15,'_menu_item_url',''),(68,15,'mega-menu','a:0:{}'),(69,16,'_menu_item_type','post_type'),(70,16,'_menu_item_menu_item_parent','0'),(71,16,'_menu_item_object_id','5'),(72,16,'_menu_item_object','page'),(73,16,'_menu_item_target',''),(74,16,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(75,16,'_menu_item_xfn',''),(76,16,'_menu_item_url',''),(78,16,'mega-menu','a:0:{}'),(79,17,'_wp_attached_file','2016/02/hourglass-icon.png'),(80,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:26:\"2016/02/hourglass-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(81,18,'_wp_attached_file','2016/02/house-icon.png'),(82,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:22:\"2016/02/house-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(83,19,'_wp_attached_file','2016/02/mail-icon.png'),(84,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:21:\"2016/02/mail-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,20,'_wp_attached_file','2016/02/move-out-icon.png'),(86,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:25:\"2016/02/move-out-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(87,21,'_wp_attached_file','2016/02/person-icon.png'),(88,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:23:\"2016/02/person-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(89,22,'_wp_attached_file','2016/02/phone-icon.png'),(90,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:22:\"2016/02/phone-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(91,23,'_wp_attached_file','2016/02/quality-icon.png'),(92,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:24:\"2016/02/quality-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93,24,'_wp_attached_file','2016/02/spray-icon.png'),(94,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:22:\"2016/02/spray-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95,25,'_wp_attached_file','2016/02/step1-icon.png'),(96,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:22:\"2016/02/step1-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(97,26,'_wp_attached_file','2016/02/step2-icon.png'),(98,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:22:\"2016/02/step2-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(99,27,'_wp_attached_file','2016/02/step3-icon.png'),(100,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:22:\"2016/02/step3-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(103,29,'_wp_attached_file','2016/02/business-man-background.jpg'),(104,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:415;s:4:\"file\";s:35:\"2016/02/business-man-background.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"business-man-background-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:34:\"business-man-background-300x97.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"business-man-background-768x249.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"business-man-background-1024x332.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"fw-theme-blog-full\";a:4:{s:4:\"file\";s:36:\"business-man-background-1228x415.jpg\";s:5:\"width\";i:1228;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"fw-theme-blog-sidebar\";a:4:{s:4:\"file\";s:35:\"business-man-background-614x346.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:35:\"business-man-background-295x166.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"fw-theme-portfolio-landscape-x2\";a:4:{s:4:\"file\";s:35:\"business-man-background-590x332.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"fw-theme-category-slider\";a:4:{s:4:\"file\";s:35:\"business-man-background-295x415.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-category-slider-2x\";a:4:{s:4:\"file\";s:35:\"business-man-background-590x415.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-2-1\";a:4:{s:4:\"file\";s:35:\"business-man-background-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-2-1-x2\";a:4:{s:4:\"file\";s:36:\"business-man-background-1200x415.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-1-2\";a:4:{s:4:\"file\";s:35:\"business-man-background-300x415.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-1-2-x2\";a:4:{s:4:\"file\";s:35:\"business-man-background-600x415.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-portfolio-portrait\";a:4:{s:4:\"file\";s:35:\"business-man-background-295x393.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"fw-theme-portfolio-portrait-x2\";a:4:{s:4:\"file\";s:35:\"business-man-background-590x415.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-three-quarters\";a:4:{s:4:\"file\";s:35:\"business-man-background-393x295.jpg\";s:5:\"width\";i:393;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-three-quarters-x2\";a:4:{s:4:\"file\";s:35:\"business-man-background-786x415.jpg\";s:5:\"width\";i:786;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-gallery-five-three\";a:4:{s:4:\"file\";s:35:\"business-man-background-760x415.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-gallery-three-two\";a:4:{s:4:\"file\";s:35:\"business-man-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"fw-theme-gallery-three-two-x2\";a:4:{s:4:\"file\";s:36:\"business-man-background-1200x415.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-800\";a:4:{s:4:\"file\";s:35:\"business-man-background-800x415.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-300\";a:4:{s:4:\"file\";s:35:\"business-man-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(107,31,'_wp_attached_file','2016/02/contact-header.jpg'),(108,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:444;s:4:\"file\";s:26:\"2016/02/contact-header.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"contact-header-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:\"contact-header-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"contact-header-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"contact-header-1024x355.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"fw-theme-blog-full\";a:4:{s:4:\"file\";s:27:\"contact-header-1228x444.jpg\";s:5:\"width\";i:1228;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"fw-theme-blog-sidebar\";a:4:{s:4:\"file\";s:26:\"contact-header-614x346.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:26:\"contact-header-295x166.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"fw-theme-portfolio-landscape-x2\";a:4:{s:4:\"file\";s:26:\"contact-header-590x332.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"fw-theme-category-slider\";a:4:{s:4:\"file\";s:26:\"contact-header-295x444.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-category-slider-2x\";a:4:{s:4:\"file\";s:26:\"contact-header-590x444.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-2-1\";a:4:{s:4:\"file\";s:26:\"contact-header-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-2-1-x2\";a:4:{s:4:\"file\";s:27:\"contact-header-1200x444.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-1-2\";a:4:{s:4:\"file\";s:26:\"contact-header-300x444.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-1-2-x2\";a:4:{s:4:\"file\";s:26:\"contact-header-600x444.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-portfolio-portrait\";a:4:{s:4:\"file\";s:26:\"contact-header-295x393.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"fw-theme-portfolio-portrait-x2\";a:4:{s:4:\"file\";s:26:\"contact-header-590x444.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-three-quarters\";a:4:{s:4:\"file\";s:26:\"contact-header-393x295.jpg\";s:5:\"width\";i:393;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-three-quarters-x2\";a:4:{s:4:\"file\";s:26:\"contact-header-786x444.jpg\";s:5:\"width\";i:786;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-gallery-five-three\";a:4:{s:4:\"file\";s:26:\"contact-header-760x444.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-gallery-three-two\";a:4:{s:4:\"file\";s:26:\"contact-header-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"fw-theme-gallery-three-two-x2\";a:4:{s:4:\"file\";s:27:\"contact-header-1200x444.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-800\";a:4:{s:4:\"file\";s:26:\"contact-header-800x444.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-300\";a:4:{s:4:\"file\";s:26:\"contact-header-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(109,32,'_wp_attached_file','2016/02/FAQ-bg.jpg'),(110,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:571;s:4:\"file\";s:18:\"2016/02/FAQ-bg.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-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:18:\"FAQ-bg-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"FAQ-bg-1024x457.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"fw-theme-blog-full\";a:4:{s:4:\"file\";s:19:\"FAQ-bg-1228x571.jpg\";s:5:\"width\";i:1228;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"fw-theme-blog-sidebar\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-614x346.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-295x166.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"fw-theme-portfolio-landscape-x2\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-590x332.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"fw-theme-category-slider\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-295x524.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-category-slider-2x\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-590x571.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-2-1\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-2-1-x2\";a:4:{s:4:\"file\";s:19:\"FAQ-bg-1200x571.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-1-2\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-300x571.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-1-2-x2\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-600x571.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-portfolio-portrait\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-295x393.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"fw-theme-portfolio-portrait-x2\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-590x571.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-three-quarters\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-393x295.jpg\";s:5:\"width\";i:393;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-three-quarters-x2\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-786x571.jpg\";s:5:\"width\";i:786;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-gallery-five-three\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-760x460.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-gallery-three-two\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"fw-theme-gallery-three-two-x2\";a:4:{s:4:\"file\";s:19:\"FAQ-bg-1200x571.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-800\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-800x571.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-300\";a:4:{s:4:\"file\";s:18:\"FAQ-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(113,34,'_wp_attached_file','2016/02/rates-header.jpg'),(114,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:444;s:4:\"file\";s:24:\"2016/02/rates-header.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"rates-header-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:24:\"rates-header-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"rates-header-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"rates-header-1024x355.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"fw-theme-blog-full\";a:4:{s:4:\"file\";s:25:\"rates-header-1228x444.jpg\";s:5:\"width\";i:1228;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"fw-theme-blog-sidebar\";a:4:{s:4:\"file\";s:24:\"rates-header-614x346.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:24:\"rates-header-295x166.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"fw-theme-portfolio-landscape-x2\";a:4:{s:4:\"file\";s:24:\"rates-header-590x332.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"fw-theme-category-slider\";a:4:{s:4:\"file\";s:24:\"rates-header-295x444.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-category-slider-2x\";a:4:{s:4:\"file\";s:24:\"rates-header-590x444.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-2-1\";a:4:{s:4:\"file\";s:24:\"rates-header-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-2-1-x2\";a:4:{s:4:\"file\";s:25:\"rates-header-1200x444.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-1-2\";a:4:{s:4:\"file\";s:24:\"rates-header-300x444.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-1-2-x2\";a:4:{s:4:\"file\";s:24:\"rates-header-600x444.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-portfolio-portrait\";a:4:{s:4:\"file\";s:24:\"rates-header-295x393.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"fw-theme-portfolio-portrait-x2\";a:4:{s:4:\"file\";s:24:\"rates-header-590x444.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-three-quarters\";a:4:{s:4:\"file\";s:24:\"rates-header-393x295.jpg\";s:5:\"width\";i:393;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-three-quarters-x2\";a:4:{s:4:\"file\";s:24:\"rates-header-786x444.jpg\";s:5:\"width\";i:786;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-gallery-five-three\";a:4:{s:4:\"file\";s:24:\"rates-header-760x444.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-gallery-three-two\";a:4:{s:4:\"file\";s:24:\"rates-header-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"fw-theme-gallery-three-two-x2\";a:4:{s:4:\"file\";s:25:\"rates-header-1200x444.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-800\";a:4:{s:4:\"file\";s:24:\"rates-header-800x444.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-300\";a:4:{s:4:\"file\";s:24:\"rates-header-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(115,35,'_wp_attached_file','2016/02/services-header.jpg'),(116,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:444;s:4:\"file\";s:27:\"2016/02/services-header.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"services-header-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:27:\"services-header-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"services-header-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"services-header-1024x355.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"fw-theme-blog-full\";a:4:{s:4:\"file\";s:28:\"services-header-1228x444.jpg\";s:5:\"width\";i:1228;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"fw-theme-blog-sidebar\";a:4:{s:4:\"file\";s:27:\"services-header-614x346.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"services-header-295x166.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"fw-theme-portfolio-landscape-x2\";a:4:{s:4:\"file\";s:27:\"services-header-590x332.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"fw-theme-category-slider\";a:4:{s:4:\"file\";s:27:\"services-header-295x444.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-category-slider-2x\";a:4:{s:4:\"file\";s:27:\"services-header-590x444.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-2-1\";a:4:{s:4:\"file\";s:27:\"services-header-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-2-1-x2\";a:4:{s:4:\"file\";s:28:\"services-header-1200x444.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-1-2\";a:4:{s:4:\"file\";s:27:\"services-header-300x444.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-1-2-x2\";a:4:{s:4:\"file\";s:27:\"services-header-600x444.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"services-header-295x393.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"fw-theme-portfolio-portrait-x2\";a:4:{s:4:\"file\";s:27:\"services-header-590x444.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-three-quarters\";a:4:{s:4:\"file\";s:27:\"services-header-393x295.jpg\";s:5:\"width\";i:393;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-three-quarters-x2\";a:4:{s:4:\"file\";s:27:\"services-header-786x444.jpg\";s:5:\"width\";i:786;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-gallery-five-three\";a:4:{s:4:\"file\";s:27:\"services-header-760x444.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-gallery-three-two\";a:4:{s:4:\"file\";s:27:\"services-header-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"fw-theme-gallery-three-two-x2\";a:4:{s:4:\"file\";s:28:\"services-header-1200x444.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-800\";a:4:{s:4:\"file\";s:27:\"services-header-800x444.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-300\";a:4:{s:4:\"file\";s:27:\"services-header-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(117,36,'_wp_attached_file','2016/02/1.png'),(118,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:13:\"2016/02/1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(119,37,'_wp_attached_file','2016/02/2.png'),(120,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:13:\"2016/02/2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(121,38,'_wp_attached_file','2016/02/3.png'),(122,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:13:\"2016/02/3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(123,39,'_wp_attached_file','2016/02/4.png'),(124,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:13:\"2016/02/4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,40,'_wp_attached_file','2016/02/balloons-icon.png'),(126,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:25:\"2016/02/balloons-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(127,41,'_wp_attached_file','2016/02/clock-icon.png'),(128,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:22:\"2016/02/clock-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129,42,'_wp_attached_file','2016/02/drawers-icon.png'),(130,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:24:\"2016/02/drawers-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(131,43,'_wp_attached_file','2016/02/homepage-feature-1.png'),(132,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:210;s:4:\"file\";s:30:\"2016/02/homepage-feature-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"homepage-feature-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"homepage-feature-1-165x166.png\";s:5:\"width\";i:165;s:6:\"height\";i:166;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:{}}}'),(133,44,'_wp_attached_file','2016/02/homepage-feature-2.png'),(134,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:210;s:4:\"file\";s:30:\"2016/02/homepage-feature-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"homepage-feature-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"homepage-feature-2-165x166.png\";s:5:\"width\";i:165;s:6:\"height\";i:166;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:{}}}'),(135,45,'_wp_attached_file','2016/02/homepage-feature-3.png'),(136,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:210;s:4:\"file\";s:30:\"2016/02/homepage-feature-3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"homepage-feature-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"homepage-feature-3-165x166.png\";s:5:\"width\";i:165;s:6:\"height\";i:166;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:{}}}'),(137,46,'_wp_attached_file','2016/02/homepage-feature-4.png'),(138,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:210;s:4:\"file\";s:30:\"2016/02/homepage-feature-4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"homepage-feature-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"homepage-feature-4-165x166.png\";s:5:\"width\";i:165;s:6:\"height\";i:166;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:{}}}'),(140,5,'fw_theme_post_google_fonts','a:2:{s:4:\"Arvo\";a:2:{s:9:\"variation\";a:2:{s:7:\"regular\";s:7:\"regular\";s:6:\"italic\";s:6:\"italic\";}s:6:\"subset\";a:1:{s:5:\"latin\";s:5:\"latin\";}}s:4:\"Hind\";a:2:{s:9:\"variation\";a:4:{i:500;i:500;i:300;i:300;i:600;i:600;s:7:\"regular\";s:7:\"regular\";}s:6:\"subset\";a:1:{s:10:\"devanagari\";s:10:\"devanagari\";}}}'),(185,92,'_wp_attached_file','2016/02/testimonial.jpg'),(186,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:124;s:6:\"height\";i:124;s:4:\"file\";s:23:\"2016/02/testimonial.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(203,109,'_wp_attached_file','2016/02/map-pin.png'),(204,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:102;s:6:\"height\";i:61;s:4:\"file\";s:19:\"2016/02/map-pin.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(205,110,'_wp_attached_file','2016/02/Loc1_1.jpg'),(206,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2016/02/Loc1_1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Loc1_1-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:18:\"Loc1_1-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:18:\"Loc1_1-295x166.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"fw-theme-category-slider\";a:4:{s:4:\"file\";s:18:\"Loc1_1-295x200.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-1-2\";a:4:{s:4:\"file\";s:18:\"Loc1_1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-portfolio-portrait\";a:4:{s:4:\"file\";s:18:\"Loc1_1-295x200.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-300\";a:4:{s:4:\"file\";s:18:\"Loc1_1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(217,7,'fw_theme_post_google_fonts','a:1:{s:4:\"Hind\";a:2:{s:9:\"variation\";a:1:{i:300;i:300;}s:6:\"subset\";a:1:{s:10:\"devanagari\";s:10:\"devanagari\";}}}'),(232,135,'_wp_attached_file','2016/02/confirm.png'),(233,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:12;s:6:\"height\";i:12;s:4:\"file\";s:19:\"2016/02/confirm.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(243,9,'fw_theme_post_google_fonts','a:2:{s:4:\"Arvo\";a:2:{s:9:\"variation\";a:1:{s:7:\"regular\";s:7:\"regular\";}s:6:\"subset\";a:1:{s:5:\"latin\";s:5:\"latin\";}}s:4:\"Hind\";a:2:{s:9:\"variation\";a:4:{i:500;s:3:\"500\";i:300;s:3:\"300\";s:7:\"regular\";s:7:\"regular\";i:600;s:3:\"600\";}s:6:\"subset\";a:1:{s:10:\"devanagari\";s:10:\"devanagari\";}}}'),(256,11,'fw_theme_post_google_fonts','a:2:{s:4:\"Arvo\";a:2:{s:9:\"variation\";a:2:{s:7:\"regular\";s:7:\"regular\";s:6:\"italic\";s:6:\"italic\";}s:6:\"subset\";a:1:{s:5:\"latin\";s:5:\"latin\";}}s:4:\"Hind\";a:2:{s:9:\"variation\";a:3:{i:500;s:3:\"500\";s:7:\"regular\";s:7:\"regular\";i:300;i:300;}s:6:\"subset\";a:1:{s:10:\"devanagari\";s:10:\"devanagari\";}}}'),(440,343,'_wp_attached_file','2016/03/main-slide-1280x612.jpg'),(441,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:612;s:4:\"file\";s:31:\"2016/03/main-slide-1280x612.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-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:31:\"main-slide-1280x612-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"main-slide-1280x612-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"fw-theme-blog-full\";a:4:{s:4:\"file\";s:32:\"main-slide-1280x612-1228x612.jpg\";s:5:\"width\";i:1228;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"fw-theme-blog-sidebar\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-614x346.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-295x166.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"fw-theme-portfolio-landscape-x2\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-590x332.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"fw-theme-category-slider\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-295x524.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-category-slider-2x\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-590x612.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-2-1\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-2-1-x2\";a:4:{s:4:\"file\";s:32:\"main-slide-1280x612-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fw-theme-gallery-1-2\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-gallery-1-2-x2\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-600x612.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-295x393.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"fw-theme-portfolio-portrait-x2\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-590x612.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fw-theme-three-quarters\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-393x295.jpg\";s:5:\"width\";i:393;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-three-quarters-x2\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-786x590.jpg\";s:5:\"width\";i:786;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fw-theme-gallery-five-three\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-760x460.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fw-theme-gallery-three-two\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"fw-theme-gallery-three-two-x2\";a:4:{s:4:\"file\";s:32:\"main-slide-1280x612-1200x612.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-800\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-800x612.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fw-theme-category-square-300\";a:4:{s:4:\"file\";s:31:\"main-slide-1280x612-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:{}}}'),(442,344,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"section_name\":\"Header\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"33\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-header.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-header.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"88df00d5d09875f7a7b4c99f71c14293\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"190\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ff63bbc0b6904c0d572dfc2aa6cb1da4\",\"title\":\"Experience Royalty\",\"heading\":{\"selected\":\"h1\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"#1 QUALITY CLEANING SERVICE IN 2015\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"c1bc91da0bfb3d043e67ed1a022478c3\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"hover_color\":{\"color\":\"#1c84e2\",\"id\":\"color_1\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"160\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Information\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#073967\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"5d1d038dd141e18cd29968811becd27f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"f4778cfed5aced4a1a6f2d85a3da61ff\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Have any questions? Call Us\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"17\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>+1 948 485 783<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"22\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/phone-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"fa723f5574ba526858d1231021a586e2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"568c8e2fc1c21e0f75182e7f10e6ebe0\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"We are opened Mon - Fri\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"17\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>08:00 - 17:00<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"41\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/clock-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"2aae6bfc12d455fadbc3134a0bcb07a2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b6be081eb64c6d6415bd326617f7d2b4\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Need support? Drop us a line\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"15\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>hello@spotless.com<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"19\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/mail-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"25\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Need Cleaning\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"30\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/cleaning-done-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/cleaning-done-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"center\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"95576b9444ff33304304ff3d18073ccb\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"05a2a6668d4eb4e2eaddf079f465a885\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"110\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"45\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3a61786aacbc40a90005fda94c28320e\",\"title\":\"Need cleaning done?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"10\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"450414d9599c3f1c134d058285785ab0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis.<\\/p>\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"0ce9add6c9132b4f3f369d7bb3c7082d\",\"style\":{\"selected\":\"fw-btn-4\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#073967\",\"id\":\"color_2\"}},\"label\":\"VIEW MORE SERVICES\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=7\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"95d6eb901f4479c900dd8fba969ded65\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"755e162cda0b68d8948ea1e78ad85cb3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"e2a00f56fa40a180903869014dc0a3a5\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"HOUSE CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"18\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/house-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"c2be13aac70691b151d1e46c52a7484c\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"MOVE OUT CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"20\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/move-out-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"56f4487b9eed0d58a2e290e8152ddc1f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"25\",\"padding_bottom\":\"0\",\"padding_left\":\"25\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"76c380169176a9a75178b43ac3bb4cf9\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"OFFICE CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"42\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/drawers-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"a59cd04ec8e59f53cca8dceae1cf8cc8\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"AFTER PARTY CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"40\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/balloons-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"78cf48212252cf095a0a07981c6977bd\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Why Choose Title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"3dec57f9322d07e634914e3ac555fe42\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3b92493e5b001c144da3e11f151dbd9d\",\"title\":\"Why choose Spotless?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Why Choose Features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"54764b377631fe4c0a7c9b89196f5861\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"43\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-1.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"001b5662d326f5583a816ce0a00c2c85\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"878a8a38ec3fb4c92d6b3083029c790a\",\"title\":\"PROFESSIONAL STAFF\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"d82289f53f8807c8cce149439f59a510\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"33024f43f3846e68b8780bb31b60d369\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"44\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-2.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7594ecdcb8aa3341521826a7f091a98a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"6f9bc2fd12fac0a76b569dcc9e2dbfe1\",\"title\":\"SAFE CLEANING SUPPLIES\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"9303623b4e329c509b578d1c81554a4e\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"64a81290296cb8257c8ac347ea7e23c3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"35\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"387d2992b9d7022be29c4d12b9ce9746\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"45\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-3.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7c34c178c77e8876b6ab3f790d6ea58c\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"87da2a10bd98d25e2849eef94725ebfb\",\"title\":\"1 ON 1 CUSTOMER CARE\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"4a805e5239a6684234d3a8a7820e68a7\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"abd879a424de4bd693138fb6450b4f5e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"46\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-4.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"78d8e3037915d505148ed2fe54394e9a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"b94e13c786a20780d867df6b1c2525ca\",\"title\":\"TAILOR FOR YOUR BUDGET\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"69076c98b94e10f9cf492decf9471dd0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"40a53b3df9bc72bf14792927977406d1\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"74407515705a401233a8c76788920777\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"4650385cf92bf7468467f6e279d440d9\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#1c84e2\",\"id\":\"color_1\"},\"hover_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"GET A FREE QUOTE\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"676398f382c75760bdfdc0708a5db459\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"85\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Testimonials\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"44dccbee9cfbcc53ce13ce2dc3511bd2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"130\",\"padding_bottom\":\"0\",\"padding_left\":\"130\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"testimonials\",\"atts\":{\"unique_id\":\"99db8cb513059ca6bd5a4067aff9be49\",\"style\":\"fw-testimonials-1\",\"title\":\"What clients have to say\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"70\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"image_size\":\"126\",\"frame\":{\"selected\":\"\",\"fw-block-image-frame\":{\"border_size\":\"\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"show_in_slider\":{\"selected_value\":\"yes\",\"yes\":{\"interval\":\"6000\",\"effect\":\"crossfade\"}},\"advanced_testimonials\":{\"testimonial\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"36\",\"letter-spacing\":\"-0.2\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#5a5735\"},\"is_saved\":true},\"name\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"600\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"job_title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"company\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"testimonials\":[{\"content\":\"<p>Aptent taciti sociosqu ad litora torquent per conubia nostra, peinceptos himenaeos. Sed molestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus orci luctus ultrices posuere proin vel ante a orci tempus eleifend ut et magna. Lorem<\\/p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/testimonial.jpg\"},\"author_name\":\"Mark Goodman\",\"author_job\":\"co founder, PixelKit\",\"site_name\":\"\",\"site_url\":\"\"},{\"content\":\"<p>Ut cum praesent definiebas, ei vitae vocibus fierent mea. Ea ius molestiae sadipscing. Ne duo erant invidunt, vel luptatum sensibus an. Mea at atqui viderer voluptatibus, quem fuis set facilisi mel ex. Putant salutatus vis et. No vis legimus apeirian instructior, te qui vidit.<\\/p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/testimonial.jpg\"},\"author_name\":\"Stephen Cross\",\"author_job\":\"owner, Cruz Hotel\",\"site_name\":\"\",\"site_url\":\"\"}],\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"bg_opacity\":100,\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"FAQ\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"32\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/FAQ-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/FAQ-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"bba919a53aaccbf4708adaa80dbf5208\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-8\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"5ff3bc6288cfbafbc676de2d3c10c713\",\"title\":\"FAQ\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"accordion\",\"atts\":{\"unique_id\":\"2ed5bbbabbe7253e063a02ae525a63b9\",\"bg_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"},\"background_options\":{\"background\":\"none\",\"custom\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"advanced-styling\":{\"titles\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"20\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"body_text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#6b869f\"},\"is_saved\":true},\"icon_size\":\"16\"},\"tabs\":[{\"title\":\"Q: What makes Spotless different than other companies?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"opened\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: How many people will clean my home?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are you bonded and insured?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are my cleaning PROs trained and supervised?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: What if something in my home gets broken?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}}],\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-blue\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"02c92c09f40a0b55f6238110cb15e284\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"81ea68b990e60d8007c039ee59dbf9a3\",\"title\":\"Here is how it actually works\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"28c2df931f32bf03fea4714f28e0c02b\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"5e624e71493dfb41a74aa72ee6036504\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 1.<\\/span> BOOK CLEANING\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Vivamus luctus urna sed urna ult riies ac tempor dui sagittis. In conmentum facilisis porta. Sed nec diam eu diam mattis viverra.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"25\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step1-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"cfe5a8fc04d57d3ea75c9fa9a7afebc0\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b7c1455e0aacbcd08052efe801885197\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 2.<\\/span> WE DO THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Ut in nulla enim. Phasellus moles \\u0003tie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"26\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step2-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; SEND TESTIMONIAL &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"b44331edb40082a01e85cfdfb1410f2e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"8e8c28f7a00db523611de1e159ceb4c6\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 3.<\\/span> YOU PAY THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"27\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step3-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; APPLY FOR RECLEANING &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=9\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"c4e99a0f3df2534331ac21b487ea93ac\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"100\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Map\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"60052ef69767885a37f1ec43789636d0\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"map\",\"atts\":{\"unique_id\":\"3adbf70973070000bfecf22efc62e81f\",\"data_provider\":{\"population_method\":\"custom\",\"custom\":{\"locations\":[{\"location\":{\"location\":\"New york, New York, New York, New York\",\"venue\":\"New york\",\"address\":\"New York\",\"city\":\"New York\",\"state\":\"New York\",\"country\":\"\",\"zip\":\"\",\"coordinates\":{\"lat\":40.7127837,\"lng\":-74.0059413}},\"title\":\"Spotless\",\"description\":\"Lorem ipsum dolor sit amet, ne inani veniam delectus sea. Ut pri dolorum verterem.\",\"url\":\"\",\"thumb\":{\"attachment_id\":\"110\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/Loc1_1.jpg\"}}]},\"events\":{\"events_category\":\"\"}},\"location_advanced_styling\":{\"title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"description\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"map_type\":\"roadmap\",\"map_pin\":{\"attachment_id\":\"109\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/map-pin.png\"},\"map_height\":\"475\",\"map_zoom\":15,\"map_style\":\"[{\\\"featureType\\\":\\\"administrative\\\",\\\"elementType\\\":\\\"labels.text.fill\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#444444\\\"}]},{\\\"featureType\\\":\\\"landscape\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#f2f2f2\\\"}]},{\\\"featureType\\\":\\\"poi\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"road\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":45}]},{\\\"featureType\\\":\\\"road.highway\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.arterial\\\",\\\"elementType\\\":\\\"labels.icon\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"transit\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#fdeb06\\\"},{\\\"visibility\\\":\\\"on\\\"}]}]\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"28\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/widget-area-img-right.png\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/widget-area-img-right.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"63d65d0d83bb1ce00d08127efb7f03b8\",\"title\":\"+1 (948) 485 783\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"32\",\"line-height\":\"40\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Spotless LTD Head Quarters<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>12 West Street, 30985<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>New York, NY<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"5a468a1f87b92d0b2b70cbc754b44bfb\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Fax: +1 (948) 485 783<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Email: hello@spotless.com<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"29f2ede52eb27881905a58cb8b8a75f9\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Skype: spotless_now<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]}]'),(443,344,'fw_options','a:4:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(444,5,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"unique_id\":\"162b1a7bb6af33e94152edb723b04525\",\"section_name\":\"Header\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"custom_shape_styling\":{\"custom_shape_top\":\"custom-shape-top-type-none\",\"custom_shape_color_top\":{\"color\":\"\",\"id\":\"fw-custom\"},\"custom_shape_bottom\":\"custom-shape-bottom-type-none\",\"custom_shape_color_bottom\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"custom_shape\":\"no\",\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"527\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/bottle-and-faucet-1280x612-1.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/bottle-and-faucet-1280x612-1.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\",\"poster\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"margin_bottom\":\"\",\"position\":{\"selected\":\"fw-section-position-back\"},\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"88df00d5d09875f7a7b4c99f71c14293\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"190\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ff63bbc0b6904c0d572dfc2aa6cb1da4\",\"title\":\"Water Purification<br>and Storage\",\"heading\":{\"selected\":\"h1\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":60,\"line-height\":85,\"letter-spacing\":-0.5,\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":19,\"line-height\":26,\"letter-spacing\":1.5,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"You Need Water During an Emergency!\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"c1bc91da0bfb3d043e67ed1a022478c3\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"hover_color\":{\"color\":\"#1a6ed1\",\"id\":\"color_1\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"&nbsp; Find a Dealer &nbsp;\",\"link\":\"http:\\/\\/www.waterpreserver.com\\/water-preserver-dealers\\/\",\"target\":\"_self\",\"nofollow\":\"no\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"space-md\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"unique_id\":\"b5076e1f1d9f6e74147fd7add1908b3f\",\"section_name\":\"Calls to Action\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"custom_shape_styling\":{\"custom_shape_top\":\"custom-shape-top-type-none\",\"custom_shape_color_top\":{\"color\":\"\",\"id\":\"fw-custom\"},\"custom_shape_bottom\":\"custom-shape-bottom-type-none\",\"custom_shape_color_bottom\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"custom_shape\":\"no\",\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#073967\"}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"margin_bottom\":\"\",\"position\":{\"selected\":\"fw-section-position-back\"},\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"5d1d038dd141e18cd29968811becd27f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"f4778cfed5aced4a1a6f2d85a3da61ff\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"},\"fw-iconbox-4\":{\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon_position\":\"fw-icon-left\",\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"border_radius\":\"0\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"box-title\":\"Have Questions?\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":17,\"line-height\":12,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":17,\"line-height\":17,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p><a href=\\\"http:\\/\\/waterpreserver.twist.cloud\\/about\\/\\\" style=\\\"color:#f8e515;\\\">Learn more...<\\/a><\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"395\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/question-mark-icon-white-48x48.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":0},\"fw-btn-2\":{\"border_radius\":0,\"border_size\":1},\"fw-btn-3\":{\"border_size\":1}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":30,\"letter-spacing\":0.59999999999999997779553950749686919152736663818359375,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"nofollow\":\"no\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"fa723f5574ba526858d1231021a586e2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"568c8e2fc1c21e0f75182e7f10e6ebe0\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"},\"fw-iconbox-4\":{\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon_position\":\"fw-icon-left\",\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"border_radius\":\"0\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"box-title\":\"Disasters Can Happen\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":17,\"line-height\":12,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":17,\"line-height\":17,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p><a href=\\\"http:\\/\\/waterpreserver.twist.cloud\\/how-to-use-water-preserver\\/\\\" style=\\\"color:#f8e515;\\\">How to get prepared...<\\/a><\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"397\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/earthquake-icon-white-48x48.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":0},\"fw-btn-2\":{\"border_radius\":0,\"border_size\":1},\"fw-btn-3\":{\"border_size\":1}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":30,\"letter-spacing\":0.59999999999999997779553950749686919152736663818359375,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"nofollow\":\"no\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"2aae6bfc12d455fadbc3134a0bcb07a2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b6be081eb64c6d6415bd326617f7d2b4\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"},\"fw-iconbox-4\":{\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon_position\":\"fw-icon-left\",\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"border_radius\":\"0\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"box-title\":\"Need More Help?\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":17,\"line-height\":12,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":17,\"line-height\":15,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p><a href=\\\"http:\\/\\/waterpreserver.twist.cloud\\/contact\\/\\\" style=\\\"color:#f8e515;\\\">Please contact us...<\\/a><\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"19\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/mail-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":0},\"fw-btn-2\":{\"border_radius\":0,\"border_size\":1},\"fw-btn-3\":{\"border_size\":1}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":30,\"letter-spacing\":0.59999999999999997779553950749686919152736663818359375,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"nofollow\":\"no\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"25\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"section\",\"atts\":{\"unique_id\":\"40f711d317302542a078ce8405489009\",\"section_name\":\"Are You Prepared?\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"custom_shape_styling\":{\"custom_shape_top\":\"custom-shape-top-type-none\",\"custom_shape_color_top\":{\"color\":\"\",\"id\":\"fw-custom\"},\"custom_shape_bottom\":\"custom-shape-bottom-type-none\",\"custom_shape_color_bottom\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"custom_shape\":\"no\",\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"364\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/03\\/are-you-prepared-1280x470.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/03\\/are-you-prepared-1280x470.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"center\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"margin_bottom\":\"\",\"position\":{\"selected\":\"fw-section-position-back\"},\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"95576b9444ff33304304ff3d18073ccb\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"05a2a6668d4eb4e2eaddf079f465a885\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"110\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"45\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3a61786aacbc40a90005fda94c28320e\",\"title\":\"Are You Prepared?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"subtitle\":\"Will you have drinking water when you really need it?\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"10\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"450414d9599c3f1c134d058285785ab0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"text\":\"<p>It\'s natural to read articles that discuss disaster preparedness and say to ourselves...\\\"good idea, I\'ll do it soon.\\\" \\u00a0How may times have you said that to yourself? \\u00a0Isn\'t NOW a great time to make sure your family\\u00a0or business\\u00a0is prepared for a disaster?<\\/p>\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"0ce9add6c9132b4f3f369d7bb3c7082d\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"hover_color\":{\"color\":\"#1a6ed1\",\"id\":\"color_1\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":30,\"letter-spacing\":0.59999999999999997779553950749686919152736663818359375,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"I\'m Not Procrastinating Any Longer!\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/water-preserver-dealers\\/\",\"target\":\"_self\",\"nofollow\":\"no\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"300\",\"height\":\"50\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"95d6eb901f4479c900dd8fba969ded65\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"755e162cda0b68d8948ea1e78ad85cb3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"e2a00f56fa40a180903869014dc0a3a5\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"},\"fw-iconbox-4\":{\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon_position\":\"fw-icon-left\",\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"border_radius\":\"0\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"box-title\":\"EARTHQUAKE\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":23,\"letter-spacing\":1,\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"465\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/earthquake-icon-yellow-48x48.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":0},\"fw-btn-2\":{\"border_radius\":0,\"border_size\":1},\"fw-btn-3\":{\"border_size\":1}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":30,\"letter-spacing\":0.59999999999999997779553950749686919152736663818359375,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"nofollow\":\"no\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"c2be13aac70691b151d1e46c52a7484c\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"},\"fw-iconbox-4\":{\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon_position\":\"fw-icon-left\",\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"border_radius\":\"0\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"box-title\":\"TERRORISM\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":23,\"letter-spacing\":1,\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"467\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/terrorist-icon-yellow-48x48.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":0},\"fw-btn-2\":{\"border_radius\":0,\"border_size\":1},\"fw-btn-3\":{\"border_size\":1}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":30,\"letter-spacing\":0.59999999999999997779553950749686919152736663818359375,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"nofollow\":\"no\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"56f4487b9eed0d58a2e290e8152ddc1f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"25\",\"padding_bottom\":\"0\",\"padding_left\":\"25\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"76c380169176a9a75178b43ac3bb4cf9\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"},\"fw-iconbox-4\":{\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon_position\":\"fw-icon-left\",\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"border_radius\":\"0\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"box-title\":\"FIRE\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":23,\"letter-spacing\":1,\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"466\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/fire-icon-yellow-48x48.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":0},\"fw-btn-2\":{\"border_radius\":0,\"border_size\":1},\"fw-btn-3\":{\"border_size\":1}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":30,\"letter-spacing\":0.59999999999999997779553950749686919152736663818359375,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"nofollow\":\"no\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"a59cd04ec8e59f53cca8dceae1cf8cc8\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"},\"fw-iconbox-4\":{\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon_position\":\"fw-icon-left\",\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"border_radius\":\"0\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"box-title\":\"STORM\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":23,\"letter-spacing\":1,\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"468\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/storm-icon-yellow-48x48.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":0},\"fw-btn-2\":{\"border_radius\":0,\"border_size\":1},\"fw-btn-3\":{\"border_size\":1}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":30,\"letter-spacing\":0.59999999999999997779553950749686919152736663818359375,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"nofollow\":\"no\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"78cf48212252cf095a0a07981c6977bd\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"unique_id\":\"b0470075e12b212194b743cca40336d6\",\"section_name\":\"Why Choose Water Preserver?\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"custom_shape_styling\":{\"custom_shape_top\":\"custom-shape-top-type-none\",\"custom_shape_color_top\":{\"color\":\"\",\"id\":\"fw-custom\"},\"custom_shape_bottom\":\"custom-shape-bottom-type-none\",\"custom_shape_color_bottom\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"custom_shape\":\"no\",\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"margin_bottom\":\"\",\"position\":{\"selected\":\"fw-section-position-back\"},\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"3dec57f9322d07e634914e3ac555fe42\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3b92493e5b001c144da3e11f151dbd9d\",\"title\":\"Why choose Water Preserver?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"unique_id\":\"12252d38fb74c0f4ccae62def786945c\",\"section_name\":\"Why Choose Features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"custom_shape_styling\":{\"custom_shape_top\":\"custom-shape-top-type-none\",\"custom_shape_color_top\":{\"color\":\"\",\"id\":\"fw-custom\"},\"custom_shape_bottom\":\"custom-shape-bottom-type-none\",\"custom_shape_color_bottom\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"custom_shape\":\"no\",\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"margin_bottom\":\"\",\"position\":{\"selected\":\"fw-section-position-back\"},\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"54764b377631fe4c0a7c9b89196f5861\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"unique_id\":\"dcfc0970320782430174a4770f89e727\",\"shortcode_name\":\"\",\"upload_img\":{\"attachment_id\":\"416\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/25-years-165x165-1.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"image_switch\":{\"selected\":\"no\",\"yes\":{\"switch_img\":\"\"}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"image_moving\":{\"selected\":\"no\",\"yes\":{\"animation\":\"fw-image-vertical-moving\",\"hover_only\":\"yes\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"001b5662d326f5583a816ce0a00c2c85\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"878a8a38ec3fb4c92d6b3083029c790a\",\"title\":\"25+ YEARS OF SUCCESS\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":17,\"line-height\":24,\"letter-spacing\":1,\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":19,\"line-height\":26,\"letter-spacing\":1.5,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"d82289f53f8807c8cce149439f59a510\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"text\":\"<p>We created Water Preserver in 1989, and we\'re proud of our more than 25 year history of protecting families and businesses. \\u00a0You can depend on Water Preserver to be there in your future!<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"33024f43f3846e68b8780bb31b60d369\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"unique_id\":\"ad211771eb87fe6db0060b6f1c125682\",\"shortcode_name\":\"\",\"upload_img\":{\"attachment_id\":\"404\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/epa-approved-165x165.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"image_switch\":{\"selected\":\"no\",\"yes\":{\"switch_img\":\"\"}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"image_moving\":{\"selected\":\"no\",\"yes\":{\"animation\":\"fw-image-vertical-moving\",\"hover_only\":\"yes\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7594ecdcb8aa3341521826a7f091a98a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"6f9bc2fd12fac0a76b569dcc9e2dbfe1\",\"title\":\"GOVERNMENT APPROVED\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"9303623b4e329c509b578d1c81554a4e\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"text\":\"<p>If you\'re considering brands other than Water Preserver, make sure only to use products that are registered with and approved by the U.S. Environmental Protection Agency. \\u00a0Water Preserver conforms to EPA. Regulation 61428-1 and EPA. EST. CAL000351144.<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"64a81290296cb8257c8ac347ea7e23c3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"35\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"387d2992b9d7022be29c4d12b9ce9746\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"unique_id\":\"e8f7751eed1154c9aa8d98fa38c5e88b\",\"shortcode_name\":\"\",\"upload_img\":{\"attachment_id\":\"406\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/easy-to-use-165x165.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"image_switch\":{\"selected\":\"no\",\"yes\":{\"switch_img\":\"\"}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"image_moving\":{\"selected\":\"no\",\"yes\":{\"animation\":\"fw-image-vertical-moving\",\"hover_only\":\"yes\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7c34c178c77e8876b6ab3f790d6ea58c\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"87da2a10bd98d25e2849eef94725ebfb\",\"title\":\"EASY TO USE\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"4a805e5239a6684234d3a8a7820e68a7\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"text\":\"<p>Water Preserver is easy to use. \\u00a0The only other thing you\'ll need is a 55 Gallon Drum. \\u00a0Follow just a few steps to insure that you\'ll have sanitary water when you family or business needs it most. \\u00a0Check out the Water Preserver \\\"How-To\\\" section for more information.<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"abd879a424de4bd693138fb6450b4f5e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"unique_id\":\"f8b3fdc542d07a8fdebfcafccd46e57d\",\"shortcode_name\":\"\",\"upload_img\":{\"attachment_id\":\"420\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/safe-and-effective-165x165.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"image_switch\":{\"selected\":\"no\",\"yes\":{\"switch_img\":\"\"}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"image_moving\":{\"selected\":\"no\",\"yes\":{\"animation\":\"fw-image-vertical-moving\",\"hover_only\":\"yes\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"78d8e3037915d505148ed2fe54394e9a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"b94e13c786a20780d867df6b1c2525ca\",\"title\":\"SAFE AND EFFECTIVE\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"69076c98b94e10f9cf492decf9471dd0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"text\":\"<p>In study after study, Water Preserver has been proven both safe and effective, when compared to any other solution available today. \\u00a0Water Preserver is the #1 most recommended solution for emergency water purification and storage.<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"40a53b3df9bc72bf14792927977406d1\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"74407515705a401233a8c76788920777\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"4650385cf92bf7468467f6e279d440d9\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#1a6ed1\",\"id\":\"color_1\"},\"hover_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":30,\"letter-spacing\":0.59999999999999997779553950749686919152736663818359375,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"GET PREPARED!\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/how-to-use-water-preserver\\/\",\"target\":\"_self\",\"nofollow\":\"no\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"676398f382c75760bdfdc0708a5db459\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"85\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"unique_id\":\"7e5cb8fb25b586a469be5745bedc15ee\",\"section_name\":\"Testimonials\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"custom_shape_styling\":{\"custom_shape_top\":\"custom-shape-top-type-none\",\"custom_shape_color_top\":{\"color\":\"\",\"id\":\"fw-custom\"},\"custom_shape_bottom\":\"custom-shape-bottom-type-none\",\"custom_shape_color_bottom\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"custom_shape\":\"no\",\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_3\",\"color\":\"\"}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"margin_bottom\":\"\",\"position\":{\"selected\":\"fw-section-position-back\"},\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"44dccbee9cfbcc53ce13ce2dc3511bd2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"130\",\"padding_bottom\":\"0\",\"padding_left\":\"130\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"testimonials\",\"atts\":{\"unique_id\":\"99db8cb513059ca6bd5a4067aff9be49\",\"style\":\"fw-testimonials-1\",\"title\":\"What Our Customers Have to Say\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":40,\"line-height\":70,\"letter-spacing\":-0.6999999999999999555910790149937383830547332763671875,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"advanced_testimonials\":{\"testimonial\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":19,\"line-height\":36,\"letter-spacing\":-0.200000000000000011102230246251565404236316680908203125,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#5a5735\"},\"is_saved\":true},\"name\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":600,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":19,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"job_title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":17,\"line-height\":24,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"company\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true},\"rating_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"testimonials\":[{\"content\":\"<p>I was one of those guys with great intentions, but just couldn\'t seem to find the time to create an emergency water supply. \\u00a0One day, I was talking to Adam over at Hazard Reduction Systems. \\u00a0He told me about Water Preserver, and how easy it was to create an emergency water supply. \\u00a0I ordered a couple of bottles and some 55-gallon drums. \\u00a0The rest was super-simple. \\u00a0Now I can rest easy and not worry about my family\'s water needs if a disaster should occur.<\\/p>\",\"author_avatar\":{\"attachment_id\":\"442\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/mark-cofano-testimonial-124x124.png\"},\"author_name\":\"Mark Cofano\",\"author_job\":\"Orange County\",\"site_name\":\"\",\"site_url\":\"\"}],\"image_size\":\"126\",\"frame\":{\"selected\":\"\",\"fw-block-image-frame\":{\"border_size\":\"\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"show_in_slider\":{\"selected_value\":\"yes\",\"yes\":{\"interval\":\"6000\",\"effect\":\"crossfade\"}},\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"bg_opacity\":100,\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"unique_id\":\"e41a242e275f9efe9e40463059d355af\",\"section_name\":\"FAQ\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"custom_shape_styling\":{\"custom_shape_top\":\"custom-shape-top-type-none\",\"custom_shape_color_top\":{\"color\":\"\",\"id\":\"fw-custom\"},\"custom_shape_bottom\":\"custom-shape-bottom-type-none\",\"custom_shape_color_bottom\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"custom_shape\":\"no\",\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"450\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/faq-background-image-1280x571-1.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/faq-background-image-1280x571-1.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"margin_bottom\":\"\",\"position\":{\"selected\":\"fw-section-position-back\"},\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"bba919a53aaccbf4708adaa80dbf5208\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-8\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"5ff3bc6288cfbafbc676de2d3c10c713\",\"title\":\"Frequently Asked Questions\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"accordion\",\"atts\":{\"unique_id\":\"2ed5bbbabbe7253e063a02ae525a63b9\",\"shortcode_name\":\"\",\"bg_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"},\"background_options\":{\"background\":\"none\",\"custom\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"advanced-styling\":{\"titles\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":500,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":17,\"line-height\":20,\"letter-spacing\":0.59999999999999997779553950749686919152736663818359375,\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"body_text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#6b869f\"},\"is_saved\":true},\"icon_size\":\"16\"},\"tabs\":[{\"title\":\"Q: What Makes Water Preserver Different?\",\"content\":\"<p>Water Preserver\\u2122 is the first and only product of its kind to undergo extensive scientific laboratory and field testing to prove its effectiveness for 5-year water storage.<\\/p>\",\"opened\":\"opened\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Is Water Preserver Safe?\",\"content\":\"<p>Water Preserver\\u2122 was tested for 10 years in a scientific program of laboratory sample analysis and field-testing to ensure its effectiveness for 5-year water storage. <\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Does the Government Approve of Water Preserver?\",\"content\":\"<p>Water Preserver\\u2122 is registered and licensed by both and federal state EPA\'s as effective for the long-term storing of water, in addition to killing bacteria, viruses, mold and fungus.<br \\/>EPA Registration 61428-1<br \\/>EPA Est. CAL000351144<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Where Can I Get Water Preserver?\",\"content\":\"<p>You can order Water Preserver from any of our fine dealers. Some can also provide you with recommended storage containers and accessories.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Can I Talk To Someone About My Needs?\",\"content\":\"<p>We recommend that you contact your nearest Water Preserver\\u2122 dealer with your questions. \\u00a0If you are unable to get your questions answered, please don\'t hesitate to contact us.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}}],\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"unique_id\":\"4c1720963a8ca74cdadf539749a27ec0\",\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"custom_shape_styling\":{\"custom_shape_top\":\"custom-shape-top-type-none\",\"custom_shape_color_top\":{\"color\":\"\",\"id\":\"fw-custom\"},\"custom_shape_bottom\":\"custom-shape-bottom-type-none\",\"custom_shape_color_bottom\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"custom_shape\":\"no\",\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"486\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/family-blue-drum-640x260.png\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/04\\/family-blue-drum-640x260.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\",\"poster\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"margin_bottom\":\"\",\"position\":{\"selected\":\"fw-section-position-back\"},\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>7C\'s Safety and Environmental, Inc<\\/p><p>Email:\\u00a0info@waterpreserver.com<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"padding_unit\":\"px\",\"position_top\":\"0\",\"position_right\":\"0\",\"position_bottom\":\"0\",\"position_left\":\"0\",\"position_unit\":\"px\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"gradient_color\":{\"gradient_orientation\":\"vertical\",\"gradient_bg_color\":{\"primary\":\"#dddddd\",\"secondary\":\"#cccccc\"}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"zindex\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":300,\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":15,\"line-height\":26,\"letter-spacing\":0,\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"shortcode_name\":\"\",\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]}]'),(445,345,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"section_name\":\"Header\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"33\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-header.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-header.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"88df00d5d09875f7a7b4c99f71c14293\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"190\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ff63bbc0b6904c0d572dfc2aa6cb1da4\",\"title\":\"Experience Royalty\",\"heading\":{\"selected\":\"h1\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"#1 QUALITY CLEANING SERVICE IN 2015\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"c1bc91da0bfb3d043e67ed1a022478c3\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"hover_color\":{\"color\":\"#002ed2\",\"id\":\"color_1\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"160\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Information\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#073967\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"5d1d038dd141e18cd29968811becd27f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"f4778cfed5aced4a1a6f2d85a3da61ff\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Ready to Buy? Here\'s How!\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"17\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>+1 948 485 783<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"22\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/phone-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"fa723f5574ba526858d1231021a586e2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"568c8e2fc1c21e0f75182e7f10e6ebe0\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Disasters Can Happen\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"17\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>08:00 - 17:00<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"41\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/clock-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"2aae6bfc12d455fadbc3134a0bcb07a2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b6be081eb64c6d6415bd326617f7d2b4\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Have Questions? Please Email Us!\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"15\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>hello@spotless.com<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"19\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/mail-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"25\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Need Cleaning\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"30\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/cleaning-done-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/cleaning-done-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"center\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"95576b9444ff33304304ff3d18073ccb\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"05a2a6668d4eb4e2eaddf079f465a885\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"110\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"45\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3a61786aacbc40a90005fda94c28320e\",\"title\":\"Need cleaning done?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"10\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"450414d9599c3f1c134d058285785ab0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis.<\\/p>\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"0ce9add6c9132b4f3f369d7bb3c7082d\",\"style\":{\"selected\":\"fw-btn-4\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#073967\",\"id\":\"color_2\"}},\"label\":\"VIEW MORE SERVICES\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=7\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"95d6eb901f4479c900dd8fba969ded65\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"755e162cda0b68d8948ea1e78ad85cb3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"e2a00f56fa40a180903869014dc0a3a5\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"HOUSE CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"18\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/house-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"c2be13aac70691b151d1e46c52a7484c\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"MOVE OUT CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"20\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/move-out-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"56f4487b9eed0d58a2e290e8152ddc1f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"25\",\"padding_bottom\":\"0\",\"padding_left\":\"25\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"76c380169176a9a75178b43ac3bb4cf9\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"OFFICE CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"42\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/drawers-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"a59cd04ec8e59f53cca8dceae1cf8cc8\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"AFTER PARTY CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"40\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/balloons-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"78cf48212252cf095a0a07981c6977bd\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Why Choose Title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"3dec57f9322d07e634914e3ac555fe42\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3b92493e5b001c144da3e11f151dbd9d\",\"title\":\"Why choose Spotless?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Why Choose Features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"54764b377631fe4c0a7c9b89196f5861\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"43\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-1.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"001b5662d326f5583a816ce0a00c2c85\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"878a8a38ec3fb4c92d6b3083029c790a\",\"title\":\"PROFESSIONAL STAFF\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"d82289f53f8807c8cce149439f59a510\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"33024f43f3846e68b8780bb31b60d369\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"44\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-2.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7594ecdcb8aa3341521826a7f091a98a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"6f9bc2fd12fac0a76b569dcc9e2dbfe1\",\"title\":\"SAFE CLEANING SUPPLIES\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"9303623b4e329c509b578d1c81554a4e\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"64a81290296cb8257c8ac347ea7e23c3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"35\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"387d2992b9d7022be29c4d12b9ce9746\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"45\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-3.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7c34c178c77e8876b6ab3f790d6ea58c\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"87da2a10bd98d25e2849eef94725ebfb\",\"title\":\"1 ON 1 CUSTOMER CARE\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"4a805e5239a6684234d3a8a7820e68a7\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"abd879a424de4bd693138fb6450b4f5e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"46\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-4.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"78d8e3037915d505148ed2fe54394e9a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"b94e13c786a20780d867df6b1c2525ca\",\"title\":\"TAILOR FOR YOUR BUDGET\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"69076c98b94e10f9cf492decf9471dd0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"40a53b3df9bc72bf14792927977406d1\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"74407515705a401233a8c76788920777\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"4650385cf92bf7468467f6e279d440d9\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#002ed2\",\"id\":\"color_1\"},\"hover_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"GET A FREE QUOTE\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"676398f382c75760bdfdc0708a5db459\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"85\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Testimonials\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"44dccbee9cfbcc53ce13ce2dc3511bd2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"130\",\"padding_bottom\":\"0\",\"padding_left\":\"130\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"testimonials\",\"atts\":{\"unique_id\":\"99db8cb513059ca6bd5a4067aff9be49\",\"style\":\"fw-testimonials-1\",\"title\":\"What clients have to say\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"70\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"image_size\":\"126\",\"frame\":{\"selected\":\"\",\"fw-block-image-frame\":{\"border_size\":\"\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"show_in_slider\":{\"selected_value\":\"yes\",\"yes\":{\"interval\":\"6000\",\"effect\":\"crossfade\"}},\"advanced_testimonials\":{\"testimonial\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"36\",\"letter-spacing\":\"-0.2\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#5a5735\"},\"is_saved\":true},\"name\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"600\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"job_title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"company\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"testimonials\":[{\"content\":\"<p>Aptent taciti sociosqu ad litora torquent per conubia nostra, peinceptos himenaeos. Sed molestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus orci luctus ultrices posuere proin vel ante a orci tempus eleifend ut et magna. Lorem<\\/p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/testimonial.jpg\"},\"author_name\":\"Mark Goodman\",\"author_job\":\"co founder, PixelKit\",\"site_name\":\"\",\"site_url\":\"\"},{\"content\":\"<p>Ut cum praesent definiebas, ei vitae vocibus fierent mea. Ea ius molestiae sadipscing. Ne duo erant invidunt, vel luptatum sensibus an. Mea at atqui viderer voluptatibus, quem fuis set facilisi mel ex. Putant salutatus vis et. No vis legimus apeirian instructior, te qui vidit.<\\/p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/testimonial.jpg\"},\"author_name\":\"Stephen Cross\",\"author_job\":\"owner, Cruz Hotel\",\"site_name\":\"\",\"site_url\":\"\"}],\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"bg_opacity\":100,\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"FAQ\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"32\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/FAQ-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/FAQ-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"bba919a53aaccbf4708adaa80dbf5208\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-8\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"5ff3bc6288cfbafbc676de2d3c10c713\",\"title\":\"FAQ\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"accordion\",\"atts\":{\"unique_id\":\"2ed5bbbabbe7253e063a02ae525a63b9\",\"bg_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"},\"background_options\":{\"background\":\"none\",\"custom\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"advanced-styling\":{\"titles\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"20\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"body_text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#6b869f\"},\"is_saved\":true},\"icon_size\":\"16\"},\"tabs\":[{\"title\":\"Q: What makes Spotless different than other companies?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"opened\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: How many people will clean my home?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are you bonded and insured?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are my cleaning PROs trained and supervised?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: What if something in my home gets broken?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}}],\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-blue\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"02c92c09f40a0b55f6238110cb15e284\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"81ea68b990e60d8007c039ee59dbf9a3\",\"title\":\"Here is how it actually works\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"28c2df931f32bf03fea4714f28e0c02b\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"5e624e71493dfb41a74aa72ee6036504\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 1.<\\/span> BOOK CLEANING\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Vivamus luctus urna sed urna ult riies ac tempor dui sagittis. In conmentum facilisis porta. Sed nec diam eu diam mattis viverra.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"25\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step1-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"cfe5a8fc04d57d3ea75c9fa9a7afebc0\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b7c1455e0aacbcd08052efe801885197\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 2.<\\/span> WE DO THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Ut in nulla enim. Phasellus moles \\u0003tie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"26\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step2-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; SEND TESTIMONIAL &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"b44331edb40082a01e85cfdfb1410f2e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"8e8c28f7a00db523611de1e159ceb4c6\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 3.<\\/span> YOU PAY THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"27\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step3-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; APPLY FOR RECLEANING &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=9\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"c4e99a0f3df2534331ac21b487ea93ac\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"100\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Map\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"60052ef69767885a37f1ec43789636d0\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"map\",\"atts\":{\"unique_id\":\"3adbf70973070000bfecf22efc62e81f\",\"data_provider\":{\"population_method\":\"custom\",\"custom\":{\"locations\":[{\"location\":{\"location\":\"New york, New York, New York, New York\",\"venue\":\"New york\",\"address\":\"New York\",\"city\":\"New York\",\"state\":\"New York\",\"country\":\"\",\"zip\":\"\",\"coordinates\":{\"lat\":40.7127837,\"lng\":-74.0059413}},\"title\":\"Spotless\",\"description\":\"Lorem ipsum dolor sit amet, ne inani veniam delectus sea. Ut pri dolorum verterem.\",\"url\":\"\",\"thumb\":{\"attachment_id\":\"110\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/Loc1_1.jpg\"}}]},\"events\":{\"events_category\":\"\"}},\"location_advanced_styling\":{\"title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"description\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"map_type\":\"roadmap\",\"map_pin\":{\"attachment_id\":\"109\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/map-pin.png\"},\"map_height\":\"475\",\"map_zoom\":15,\"map_style\":\"[{\\\"featureType\\\":\\\"administrative\\\",\\\"elementType\\\":\\\"labels.text.fill\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#444444\\\"}]},{\\\"featureType\\\":\\\"landscape\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#f2f2f2\\\"}]},{\\\"featureType\\\":\\\"poi\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"road\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":45}]},{\\\"featureType\\\":\\\"road.highway\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.arterial\\\",\\\"elementType\\\":\\\"labels.icon\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"transit\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#fdeb06\\\"},{\\\"visibility\\\":\\\"on\\\"}]}]\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"28\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/widget-area-img-right.png\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/widget-area-img-right.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"63d65d0d83bb1ce00d08127efb7f03b8\",\"title\":\"+1 (948) 485 783\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"32\",\"line-height\":\"40\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Spotless LTD Head Quarters<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>12 West Street, 30985<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>New York, NY<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"5a468a1f87b92d0b2b70cbc754b44bfb\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Fax: +1 (948) 485 783<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Email: hello@spotless.com<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"29f2ede52eb27881905a58cb8b8a75f9\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Skype: spotless_now<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]}]'),(446,345,'fw_options','a:4:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(447,346,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"section_name\":\"Header\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"33\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-header.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-header.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"88df00d5d09875f7a7b4c99f71c14293\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"190\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ff63bbc0b6904c0d572dfc2aa6cb1da4\",\"title\":\"Emergency Water Purification Solution\",\"heading\":{\"selected\":\"h1\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"#1 Solution Approved by Professionals\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"c1bc91da0bfb3d043e67ed1a022478c3\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"hover_color\":{\"color\":\"#002ed2\",\"id\":\"color_1\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"160\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Information\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#073967\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"5d1d038dd141e18cd29968811becd27f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"f4778cfed5aced4a1a6f2d85a3da61ff\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Ready to Buy? Here\'s How!\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"17\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>+1 948 485 783<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"22\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/phone-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"fa723f5574ba526858d1231021a586e2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"568c8e2fc1c21e0f75182e7f10e6ebe0\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Disasters Can Happen\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"17\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>08:00 - 17:00<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"41\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/clock-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"2aae6bfc12d455fadbc3134a0bcb07a2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b6be081eb64c6d6415bd326617f7d2b4\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Have Questions? Please Email Us!\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"15\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>hello@spotless.com<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"19\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/mail-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"25\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Need Cleaning\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"30\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/cleaning-done-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/cleaning-done-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"center\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"95576b9444ff33304304ff3d18073ccb\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"05a2a6668d4eb4e2eaddf079f465a885\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"110\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"45\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3a61786aacbc40a90005fda94c28320e\",\"title\":\"Need cleaning done?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"10\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"450414d9599c3f1c134d058285785ab0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis.<\\/p>\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"0ce9add6c9132b4f3f369d7bb3c7082d\",\"style\":{\"selected\":\"fw-btn-4\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#073967\",\"id\":\"color_2\"}},\"label\":\"VIEW MORE SERVICES\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=7\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"95d6eb901f4479c900dd8fba969ded65\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"755e162cda0b68d8948ea1e78ad85cb3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"e2a00f56fa40a180903869014dc0a3a5\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"HOUSE CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"18\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/house-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"c2be13aac70691b151d1e46c52a7484c\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"MOVE OUT CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"20\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/move-out-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"56f4487b9eed0d58a2e290e8152ddc1f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"25\",\"padding_bottom\":\"0\",\"padding_left\":\"25\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"76c380169176a9a75178b43ac3bb4cf9\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"OFFICE CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"42\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/drawers-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"a59cd04ec8e59f53cca8dceae1cf8cc8\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"AFTER PARTY CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"40\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/balloons-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"78cf48212252cf095a0a07981c6977bd\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Why Choose Title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"3dec57f9322d07e634914e3ac555fe42\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3b92493e5b001c144da3e11f151dbd9d\",\"title\":\"Why choose Spotless?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Why Choose Features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"54764b377631fe4c0a7c9b89196f5861\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"43\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-1.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"001b5662d326f5583a816ce0a00c2c85\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"878a8a38ec3fb4c92d6b3083029c790a\",\"title\":\"PROFESSIONAL STAFF\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"d82289f53f8807c8cce149439f59a510\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"33024f43f3846e68b8780bb31b60d369\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"44\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-2.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7594ecdcb8aa3341521826a7f091a98a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"6f9bc2fd12fac0a76b569dcc9e2dbfe1\",\"title\":\"SAFE CLEANING SUPPLIES\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"9303623b4e329c509b578d1c81554a4e\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"64a81290296cb8257c8ac347ea7e23c3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"35\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"387d2992b9d7022be29c4d12b9ce9746\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"45\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-3.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7c34c178c77e8876b6ab3f790d6ea58c\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"87da2a10bd98d25e2849eef94725ebfb\",\"title\":\"1 ON 1 CUSTOMER CARE\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"4a805e5239a6684234d3a8a7820e68a7\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"abd879a424de4bd693138fb6450b4f5e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"46\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-4.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"78d8e3037915d505148ed2fe54394e9a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"b94e13c786a20780d867df6b1c2525ca\",\"title\":\"TAILOR FOR YOUR BUDGET\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"69076c98b94e10f9cf492decf9471dd0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"40a53b3df9bc72bf14792927977406d1\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"74407515705a401233a8c76788920777\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"4650385cf92bf7468467f6e279d440d9\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#002ed2\",\"id\":\"color_1\"},\"hover_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"GET A FREE QUOTE\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"676398f382c75760bdfdc0708a5db459\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"85\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Testimonials\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"44dccbee9cfbcc53ce13ce2dc3511bd2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"130\",\"padding_bottom\":\"0\",\"padding_left\":\"130\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"testimonials\",\"atts\":{\"unique_id\":\"99db8cb513059ca6bd5a4067aff9be49\",\"style\":\"fw-testimonials-1\",\"title\":\"What clients have to say\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"70\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"image_size\":\"126\",\"frame\":{\"selected\":\"\",\"fw-block-image-frame\":{\"border_size\":\"\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"show_in_slider\":{\"selected_value\":\"yes\",\"yes\":{\"interval\":\"6000\",\"effect\":\"crossfade\"}},\"advanced_testimonials\":{\"testimonial\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"36\",\"letter-spacing\":\"-0.2\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#5a5735\"},\"is_saved\":true},\"name\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"600\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"job_title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"company\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"testimonials\":[{\"content\":\"<p>Aptent taciti sociosqu ad litora torquent per conubia nostra, peinceptos himenaeos. Sed molestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus orci luctus ultrices posuere proin vel ante a orci tempus eleifend ut et magna. Lorem<\\/p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/testimonial.jpg\"},\"author_name\":\"Mark Goodman\",\"author_job\":\"co founder, PixelKit\",\"site_name\":\"\",\"site_url\":\"\"},{\"content\":\"<p>Ut cum praesent definiebas, ei vitae vocibus fierent mea. Ea ius molestiae sadipscing. Ne duo erant invidunt, vel luptatum sensibus an. Mea at atqui viderer voluptatibus, quem fuis set facilisi mel ex. Putant salutatus vis et. No vis legimus apeirian instructior, te qui vidit.<\\/p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/testimonial.jpg\"},\"author_name\":\"Stephen Cross\",\"author_job\":\"owner, Cruz Hotel\",\"site_name\":\"\",\"site_url\":\"\"}],\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"bg_opacity\":100,\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"FAQ\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"32\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/FAQ-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/FAQ-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"bba919a53aaccbf4708adaa80dbf5208\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-8\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"5ff3bc6288cfbafbc676de2d3c10c713\",\"title\":\"FAQ\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"accordion\",\"atts\":{\"unique_id\":\"2ed5bbbabbe7253e063a02ae525a63b9\",\"bg_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"},\"background_options\":{\"background\":\"none\",\"custom\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"advanced-styling\":{\"titles\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"20\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"body_text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#6b869f\"},\"is_saved\":true},\"icon_size\":\"16\"},\"tabs\":[{\"title\":\"Q: What makes Spotless different than other companies?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"opened\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: How many people will clean my home?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are you bonded and insured?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are my cleaning PROs trained and supervised?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: What if something in my home gets broken?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}}],\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-blue\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"02c92c09f40a0b55f6238110cb15e284\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"81ea68b990e60d8007c039ee59dbf9a3\",\"title\":\"Here is how it actually works\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"28c2df931f32bf03fea4714f28e0c02b\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"5e624e71493dfb41a74aa72ee6036504\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 1.<\\/span> BOOK CLEANING\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Vivamus luctus urna sed urna ult riies ac tempor dui sagittis. In conmentum facilisis porta. Sed nec diam eu diam mattis viverra.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"25\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step1-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"cfe5a8fc04d57d3ea75c9fa9a7afebc0\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b7c1455e0aacbcd08052efe801885197\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 2.<\\/span> WE DO THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Ut in nulla enim. Phasellus moles \\u0003tie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"26\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step2-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; SEND TESTIMONIAL &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"b44331edb40082a01e85cfdfb1410f2e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"8e8c28f7a00db523611de1e159ceb4c6\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 3.<\\/span> YOU PAY THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"27\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step3-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; APPLY FOR RECLEANING &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=9\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"c4e99a0f3df2534331ac21b487ea93ac\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"100\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Map\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"60052ef69767885a37f1ec43789636d0\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"map\",\"atts\":{\"unique_id\":\"3adbf70973070000bfecf22efc62e81f\",\"data_provider\":{\"population_method\":\"custom\",\"custom\":{\"locations\":[{\"location\":{\"location\":\"New york, New York, New York, New York\",\"venue\":\"New york\",\"address\":\"New York\",\"city\":\"New York\",\"state\":\"New York\",\"country\":\"\",\"zip\":\"\",\"coordinates\":{\"lat\":40.7127837,\"lng\":-74.0059413}},\"title\":\"Spotless\",\"description\":\"Lorem ipsum dolor sit amet, ne inani veniam delectus sea. Ut pri dolorum verterem.\",\"url\":\"\",\"thumb\":{\"attachment_id\":\"110\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/Loc1_1.jpg\"}}]},\"events\":{\"events_category\":\"\"}},\"location_advanced_styling\":{\"title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"description\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"map_type\":\"roadmap\",\"map_pin\":{\"attachment_id\":\"109\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/map-pin.png\"},\"map_height\":\"475\",\"map_zoom\":15,\"map_style\":\"[{\\\"featureType\\\":\\\"administrative\\\",\\\"elementType\\\":\\\"labels.text.fill\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#444444\\\"}]},{\\\"featureType\\\":\\\"landscape\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#f2f2f2\\\"}]},{\\\"featureType\\\":\\\"poi\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"road\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":45}]},{\\\"featureType\\\":\\\"road.highway\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.arterial\\\",\\\"elementType\\\":\\\"labels.icon\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"transit\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#fdeb06\\\"},{\\\"visibility\\\":\\\"on\\\"}]}]\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"28\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/widget-area-img-right.png\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/widget-area-img-right.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"63d65d0d83bb1ce00d08127efb7f03b8\",\"title\":\"+1 (948) 485 783\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"32\",\"line-height\":\"40\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Spotless LTD Head Quarters<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>12 West Street, 30985<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>New York, NY<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"5a468a1f87b92d0b2b70cbc754b44bfb\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Fax: +1 (948) 485 783<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Email: hello@spotless.com<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"29f2ede52eb27881905a58cb8b8a75f9\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Skype: spotless_now<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]}]'),(448,346,'fw_options','a:4:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}'),(449,347,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"section_name\":\"Header\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"33\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-header.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-header.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"88df00d5d09875f7a7b4c99f71c14293\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"190\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ff63bbc0b6904c0d572dfc2aa6cb1da4\",\"title\":\"Emergency Water Purification Solution\",\"heading\":{\"selected\":\"h1\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"#1 Solution Approved by Professionals\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"c1bc91da0bfb3d043e67ed1a022478c3\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"hover_color\":{\"color\":\"#002ed2\",\"id\":\"color_1\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"&nbsp; Find a Dealer &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"160\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Information\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#073967\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"5d1d038dd141e18cd29968811becd27f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"f4778cfed5aced4a1a6f2d85a3da61ff\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Ready to Buy? Here\'s How!\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"17\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>+1 948 485 783<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"22\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/phone-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"fa723f5574ba526858d1231021a586e2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-6\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"568c8e2fc1c21e0f75182e7f10e6ebe0\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Disasters Can Happen\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"17\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>08:00 - 17:00<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"41\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/clock-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"2aae6bfc12d455fadbc3134a0bcb07a2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"no\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"20\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b6be081eb64c6d6415bd326617f7d2b4\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"Have Questions? Please Email Us!\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"12\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"15\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}},\"box-desc\":\"<p>hello@spotless.com<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"19\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/mail-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"25\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Need Cleaning\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"30\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/cleaning-done-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/cleaning-done-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"center\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"95576b9444ff33304304ff3d18073ccb\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"05a2a6668d4eb4e2eaddf079f465a885\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"110\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"45\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3a61786aacbc40a90005fda94c28320e\",\"title\":\"Need cleaning done?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"10\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"450414d9599c3f1c134d058285785ab0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis.<\\/p>\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"0ce9add6c9132b4f3f369d7bb3c7082d\",\"style\":{\"selected\":\"fw-btn-4\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#073967\",\"id\":\"color_2\"}},\"label\":\"VIEW MORE SERVICES\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=7\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"95d6eb901f4479c900dd8fba969ded65\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"755e162cda0b68d8948ea1e78ad85cb3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"50\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"e2a00f56fa40a180903869014dc0a3a5\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"HOUSE CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"18\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/house-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"c2be13aac70691b151d1e46c52a7484c\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"MOVE OUT CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"20\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/move-out-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"56f4487b9eed0d58a2e290e8152ddc1f\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"25\",\"padding_bottom\":\"0\",\"padding_left\":\"25\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"30\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"76c380169176a9a75178b43ac3bb4cf9\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"OFFICE CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"42\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/drawers-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"a59cd04ec8e59f53cca8dceae1cf8cc8\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-1\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"AFTER PARTY CLEANING\",\"heading\":{\"selected\":\"h6\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"40\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/balloons-icon.png\"},\"icon_size\":\"48\",\"rounded\":\"\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"0\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":\"\",\"is_saved\":false},\"hover_text_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"label\":\"Submit\",\"link\":\"#\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-md\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"no\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"78cf48212252cf095a0a07981c6977bd\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"70\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Why Choose Title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"3dec57f9322d07e634914e3ac555fe42\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"3b92493e5b001c144da3e11f151dbd9d\",\"title\":\"Why choose Spotless?\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Why Choose Features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"54764b377631fe4c0a7c9b89196f5861\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"43\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-1.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"001b5662d326f5583a816ce0a00c2c85\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"878a8a38ec3fb4c92d6b3083029c790a\",\"title\":\"PROFESSIONAL STAFF\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"d82289f53f8807c8cce149439f59a510\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"33024f43f3846e68b8780bb31b60d369\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"44\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-2.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7594ecdcb8aa3341521826a7f091a98a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"6f9bc2fd12fac0a76b569dcc9e2dbfe1\",\"title\":\"SAFE CLEANING SUPPLIES\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"9303623b4e329c509b578d1c81554a4e\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"64a81290296cb8257c8ac347ea7e23c3\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"35\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"387d2992b9d7022be29c4d12b9ce9746\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"45\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-3.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"7c34c178c77e8876b6ab3f790d6ea58c\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"87da2a10bd98d25e2849eef94725ebfb\",\"title\":\"1 ON 1 CUSTOMER CARE\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"4a805e5239a6684234d3a8a7820e68a7\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_6\",\"atts\":{\"unique_id\":\"abd879a424de4bd693138fb6450b4f5e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"media_image\",\"atts\":{\"upload_img\":{\"attachment_id\":\"46\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/homepage-feature-4.png\"},\"rounded\":\"\",\"frame\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"ratio\":\"\",\"image_size\":{\"select_size\":\"auto\",\"custom\":{\"width\":\"250\",\"position\":\"fw-block-image-center\"}},\"open_img\":{\"icon-box-img\":\"nothing\",\"popup\":{\"image_popup\":{\"icon-box-img\":\"img\",\"fw-block-image-icon\":{\"upload_video\":\"\"}}},\"link\":{\"custom_link\":\"\",\"open\":\"no\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"78d8e3037915d505148ed2fe54394e9a\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"10\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"60\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"b94e13c786a20780d867df6b1c2525ca\",\"title\":\"TAILOR FOR YOUR BUDGET\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"15\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"69076c98b94e10f9cf492decf9471dd0\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"text\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"40a53b3df9bc72bf14792927977406d1\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"74407515705a401233a8c76788920777\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"4650385cf92bf7468467f6e279d440d9\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#002ed2\",\"id\":\"color_1\"},\"hover_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"GET A FREE QUOTE\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"676398f382c75760bdfdc0708a5db459\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"85\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Testimonials\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"color_3\",\"color\":\"\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"44dccbee9cfbcc53ce13ce2dc3511bd2\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"130\",\"padding_bottom\":\"0\",\"padding_left\":\"130\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"testimonials\",\"atts\":{\"unique_id\":\"99db8cb513059ca6bd5a4067aff9be49\",\"style\":\"fw-testimonials-1\",\"title\":\"What clients have to say\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"70\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"image_size\":\"126\",\"frame\":{\"selected\":\"\",\"fw-block-image-frame\":{\"border_size\":\"\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"show_in_slider\":{\"selected_value\":\"yes\",\"yes\":{\"interval\":\"6000\",\"effect\":\"crossfade\"}},\"advanced_testimonials\":{\"testimonial\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"36\",\"letter-spacing\":\"-0.2\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#5a5735\"},\"is_saved\":true},\"name\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"600\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"job_title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#363316\"},\"is_saved\":true},\"company\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"testimonials\":[{\"content\":\"<p>Aptent taciti sociosqu ad litora torquent per conubia nostra, peinceptos himenaeos. Sed molestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus orci luctus ultrices posuere proin vel ante a orci tempus eleifend ut et magna. Lorem<\\/p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/testimonial.jpg\"},\"author_name\":\"Mark Goodman\",\"author_job\":\"co founder, PixelKit\",\"site_name\":\"\",\"site_url\":\"\"},{\"content\":\"<p>Ut cum praesent definiebas, ei vitae vocibus fierent mea. Ea ius molestiae sadipscing. Ne duo erant invidunt, vel luptatum sensibus an. Mea at atqui viderer voluptatibus, quem fuis set facilisi mel ex. Putant salutatus vis et. No vis legimus apeirian instructior, te qui vidit.<\\/p>\",\"author_avatar\":{\"attachment_id\":\"92\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/testimonial.jpg\"},\"author_name\":\"Stephen Cross\",\"author_job\":\"owner, Cruz Hotel\",\"site_name\":\"\",\"site_url\":\"\"}],\"bg_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"bg_opacity\":100,\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"75\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"FAQ\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"32\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/FAQ-bg.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/FAQ-bg.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"remove-on-mobile\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_2\",\"atts\":{\"unique_id\":\"bba919a53aaccbf4708adaa80dbf5208\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"30\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"0\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-8\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"5ff3bc6288cfbafbc676de2d3c10c713\",\"title\":\"FAQ\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"accordion\",\"atts\":{\"unique_id\":\"2ed5bbbabbe7253e063a02ae525a63b9\",\"bg_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"},\"background_options\":{\"background\":\"none\",\"custom\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"advanced-styling\":{\"titles\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"20\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true},\"body_text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"#6b869f\"},\"is_saved\":true},\"icon_size\":\"16\"},\"tabs\":[{\"title\":\"Q: What makes Spotless different than other companies?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"opened\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: How many people will clean my home?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are you bonded and insured?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: Are my cleaning PROs trained and supervised?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}},{\"title\":\"Q: What if something in my home gets broken?\",\"content\":\"<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed.<\\/p>\",\"opened\":\"\",\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}}}],\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"no\"},\"tablet_display\":{\"selected\":\"no\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works title\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-blue\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"02c92c09f40a0b55f6238110cb15e284\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"15\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"80\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"81ea68b990e60d8007c039ee59dbf9a3\",\"title\":\"Here is how it actually works\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"How it works features\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#edf9ff\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"28c2df931f32bf03fea4714f28e0c02b\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"5e624e71493dfb41a74aa72ee6036504\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 1.<\\/span> BOOK CLEANING\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Vivamus luctus urna sed urna ult riies ac tempor dui sagittis. In conmentum facilisis porta. Sed nec diam eu diam mattis viverra.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"25\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step1-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; GET A FREE QUOTE &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"cfe5a8fc04d57d3ea75c9fa9a7afebc0\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"500\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"b7c1455e0aacbcd08052efe801885197\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 2.<\\/span> WE DO THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Ut in nulla enim. Phasellus moles \\u0003tie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"26\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step2-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; SEND TESTIMONIAL &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_3\",\"atts\":{\"unique_id\":\"b44331edb40082a01e85cfdfb1410f2e\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"20\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"700\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"0\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-12\",\"html_label\":\"\",\"padding_top\":\"70\",\"padding_right\":\"100\",\"padding_bottom\":\"\",\"padding_left\":\"100\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"icon_box\",\"atts\":{\"unique_id\":\"8e8c28f7a00db523611de1e159ceb4c6\",\"icon-type-picker\":{\"icon-box-type\":\"fw-iconbox-2\",\"fw-iconbox-3\":{\"icon-position\":\"\"}},\"box-title\":\"<span style=\\\"font-weight:600;\\\">STEP 3.<\\/span> YOU PAY THE JOB\",\"heading\":{\"selected\":\"h5\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"40\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_1\",\"color\":\"\"},\"is_saved\":true}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"description_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":\"\",\"is_saved\":false}},\"box-desc\":\"<p>Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti.<\\/p>\",\"icon-type\":{\"icon-box-img\":\"upload-icon\",\"icon-class\":{\"icon_class\":\"\",\"icon_size\":\"40\",\"icon-color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"icon-bg-type\":{\"icon-box-img\":\"bg-none\",\"icon-square\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"icon-circle\":{\"bg-color\":{\"color\":\"\",\"id\":\"fw-custom\"}}}},\"upload-icon\":{\"upload-custom-img\":{\"attachment_id\":\"27\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/step3-icon.png\"},\"icon_size\":\"90\",\"rounded\":\"icon-circle\"}},\"button_options\":{\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#d6e5f0\",\"id\":\"fw-custom\"},\"hover_color\":{\"color\":\"#f8e515\",\"id\":\"color_3\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"13\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_4\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#31516e\",\"id\":\"color_4\"}},\"label\":\"&nbsp; APPLY FOR RECLEANING &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=9\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"fw-btn-sm\",\"custom\":{\"width\":\"\",\"height\":\"\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-left\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\"},\"show_bnt\":\"yes\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]},{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"c4e99a0f3df2534331ac21b487ea93ac\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"100\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Map\",\"is_fullwidth\":{\"selected\":\"yes\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"none\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"60052ef69767885a37f1ec43789636d0\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"map\",\"atts\":{\"unique_id\":\"3adbf70973070000bfecf22efc62e81f\",\"data_provider\":{\"population_method\":\"custom\",\"custom\":{\"locations\":[{\"location\":{\"location\":\"New york, New York, New York, New York\",\"venue\":\"New york\",\"address\":\"New York\",\"city\":\"New York\",\"state\":\"New York\",\"country\":\"\",\"zip\":\"\",\"coordinates\":{\"lat\":40.7127837,\"lng\":-74.0059413}},\"title\":\"Spotless\",\"description\":\"Lorem ipsum dolor sit amet, ne inani veniam delectus sea. Ut pri dolorum verterem.\",\"url\":\"\",\"thumb\":{\"attachment_id\":\"110\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/Loc1_1.jpg\"}}]},\"events\":{\"events_category\":\"\"}},\"location_advanced_styling\":{\"title\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":{\"id\":\"color_2\",\"color\":\"\"},\"is_saved\":true},\"description\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"map_type\":\"roadmap\",\"map_pin\":{\"attachment_id\":\"109\",\"url\":\"\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/map-pin.png\"},\"map_height\":\"475\",\"map_zoom\":15,\"map_style\":\"[{\\\"featureType\\\":\\\"administrative\\\",\\\"elementType\\\":\\\"labels.text.fill\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#444444\\\"}]},{\\\"featureType\\\":\\\"landscape\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#f2f2f2\\\"}]},{\\\"featureType\\\":\\\"poi\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"road\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"saturation\\\":-100},{\\\"lightness\\\":45}]},{\\\"featureType\\\":\\\"road.highway\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"simplified\\\"}]},{\\\"featureType\\\":\\\"road.arterial\\\",\\\"elementType\\\":\\\"labels.icon\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"transit\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"visibility\\\":\\\"off\\\"}]},{\\\"featureType\\\":\\\"water\\\",\\\"elementType\\\":\\\"all\\\",\\\"stylers\\\":[{\\\"color\\\":\\\"#fdeb06\\\"},{\\\"visibility\\\":\\\"on\\\"}]}]\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Bottom Info\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"28\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/widget-area-img-right.png\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/02\\/widget-area-img-right.png\\\")\"}}},\"background_color\":{\"id\":\"color_2\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"right\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"top-yellow\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"cfc24331b441943e2ef03d5ac2fd77c1\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"15\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"63d65d0d83bb1ce00d08127efb7f03b8\",\"title\":\"+1 (948) 485 783\",\"heading\":{\"selected\":\"h2\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"32\",\"line-height\":\"40\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_3\",\"color\":\"\"},\"is_saved\":true}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}},\"subtitle\":\"\",\"centered\":\"fw-heading-left\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"2dc80389c679df06ca9adae3153ac664\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Spotless LTD Head Quarters<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a121a130418046e19110ecbd806eb37d\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>12 West Street, 30985<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"a370ef5d6450aa744d413904537a6d38\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>New York, NY<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"45\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"20\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}}]},{\"type\":\"column\",\"width\":\"1_4\",\"atts\":{\"unique_id\":\"7d1280989966a25a88d28509f295f2ac\",\"default_padding\":\"fw-col-no-padding\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"10\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"fw-col-sm-4\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"no\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"115\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"5a468a1f87b92d0b2b70cbc754b44bfb\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Fax: +1 (948) 485 783<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"fae04a364e8d33a291f54876fec3de25\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Email: hello@spotless.com<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"text_block\",\"atts\":{\"unique_id\":\"29f2ede52eb27881905a58cb8b8a75f9\",\"text_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"300\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"26\",\"letter-spacing\":\"0\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true}},\"text\":\"<p>Skype: spotless_now<\\/p>\",\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"65\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]}]'),(450,347,'fw_options','a:4:{s:12:\"page-builder\";a:2:{s:4:\"json\";s:2:\"[]\";s:14:\"builder_active\";b:1;}s:12:\"header_image\";s:0:\"\";s:22:\"seo-titles-metas-title\";s:0:\"\";s:28:\"seo-titles-metas-description\";s:0:\"\";}');
INSERT INTO `wppostmeta` VALUES (453,349,'fw:opt:ext:pb:page-builder:json','[{\"type\":\"section\",\"atts\":{\"section_name\":\"Header\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"image\",\"image\":{\"background_image\":{\"type\":\"custom\",\"custom\":\"343\",\"predefined\":\"\",\"data\":{\"icon\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/03\\/main-slide-1280x612.jpg\",\"css\":{\"background-image\":\"url(\\\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/wp-content\\/uploads\\/2016\\/03\\/main-slide-1280x612.jpg\\\")\"}}},\"background_color\":{\"id\":\"fw-custom\",\"color\":\"\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"center\",\"bg_position_y\":\"top\",\"bg_size\":\"auto\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"},\"_items\":[{\"type\":\"column\",\"width\":\"1_1\",\"atts\":{\"unique_id\":\"88df00d5d09875f7a7b4c99f71c14293\",\"default_padding\":\"\",\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\",\"column_height\":{\"selected\":\"auto\",\"custom\":{\"height\":\"\"}},\"background_options\":{\"background\":\"none\",\"color\":{\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"}},\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}}},\"border_group\":{\"selected\":\"no\",\"yes\":{\"border_size\":\"1\",\"border_color\":{\"color\":\"\",\"id\":\"fw-custom\"}}},\"shadow_group\":{\"selected\":\"no\",\"yes\":{\"shadow_horiontal\":\"\",\"shadow_vertical\":\"\",\"shadow_blur\":\"\",\"shadow_size\":\"\",\"shadow_color\":\"\"}},\"animation_group\":{\"selected\":\"no\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"200\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"tablet_display\":{\"selected\":\"yes\",\"yes\":{\"tablet\":\"\",\"html_label\":\"\",\"padding_top\":\"\",\"padding_right\":\"\",\"padding_bottom\":\"\",\"padding_left\":\"\"}},\"smartphone_display\":{\"selected\":\"yes\",\"yes\":{\"html_label\":\"\",\"padding_top\":\"0\",\"padding_right\":\"0\",\"padding_bottom\":\"0\",\"padding_left\":\"0\"}}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"190\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}}}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"special_heading\",\"atts\":{\"unique_id\":\"ff63bbc0b6904c0d572dfc2aa6cb1da4\",\"title\":\"Emergency Water Purification Solution\",\"heading\":{\"selected\":\"h1\",\"h1\":{\"advanced_styling\":{\"h1\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"60\",\"line-height\":\"85\",\"letter-spacing\":\"-0.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}}},\"h2\":{\"advanced_styling\":{\"h2\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"40\",\"line-height\":\"56\",\"letter-spacing\":\"-0.7\",\"color-palette\":\"\",\"is_saved\":false}}},\"h3\":{\"advanced_styling\":{\"h3\":{\"google_font\":true,\"subset\":\"latin\",\"variation\":\"regular\",\"family\":\"Arvo\",\"style\":false,\"weight\":false,\"size\":\"30\",\"line-height\":\"38\",\"letter-spacing\":\"-0.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h4\":{\"advanced_styling\":{\"h4\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":\"\",\"is_saved\":false}}},\"h5\":{\"advanced_styling\":{\"h5\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"17\",\"line-height\":\"24\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}},\"h6\":{\"advanced_styling\":{\"h6\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"regular\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"23\",\"letter-spacing\":\"1\",\"color-palette\":\"\",\"is_saved\":false}}}},\"subtitle_advanced_styling\":{\"subtitle_typography\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"19\",\"line-height\":\"26\",\"letter-spacing\":\"1.5\",\"color-palette\":{\"id\":\"fw-custom\",\"color\":\"\"},\"is_saved\":true}},\"subtitle\":\"#1 Solution Approved by Professionals\",\"centered\":\"fw-heading-center\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"30\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}},{\"type\":\"simple\",\"shortcode\":\"button\",\"atts\":{\"unique_id\":\"c1bc91da0bfb3d043e67ed1a022478c3\",\"style\":{\"selected\":\"fw-btn-1\",\"fw-btn-1\":{\"border_radius\":\"3\"},\"fw-btn-2\":{\"border_radius\":\"0\",\"border_size\":\"1\"},\"fw-btn-3\":{\"border_size\":\"1\"}},\"normal_color\":{\"color\":\"#073967\",\"id\":\"color_2\"},\"hover_color\":{\"color\":\"#002ed2\",\"id\":\"color_1\"},\"label_advanced_styling\":{\"text\":{\"google_font\":true,\"subset\":\"devanagari\",\"variation\":\"500\",\"family\":\"Hind\",\"style\":false,\"weight\":false,\"size\":\"15\",\"line-height\":\"30\",\"letter-spacing\":\"0.6\",\"color-palette\":{\"id\":\"color_5\",\"color\":\"\"},\"is_saved\":true},\"hover_text_color\":{\"color\":\"#ffffff\",\"id\":\"color_5\"}},\"label\":\"&nbsp; Find a Dealer &nbsp;\",\"link\":\"http:\\/\\/waterpreserver.twist.cloud\\/wordpress\\/?page_id=11\",\"target\":\"_self\",\"open_in_popup\":{\"selected\":\"no\"},\"size\":{\"selected\":\"custom\",\"custom\":{\"width\":\"195\",\"height\":\"60\"}},\"full_width\":{\"selected_type\":\"default\",\"default\":{\"btn_alignment\":\"text-center\"}},\"icon_type\":{\"tab_icon\":\"icon-class\",\"icon-class\":{\"icon_class\":\"\"},\"upload-icon\":{\"upload-custom-img\":\"\"}},\"icon_position\":\"pull-left-icon\",\"icon_size\":\"12\",\"animation_group\":{\"selected\":\"yes\",\"yes\":{\"animation\":{\"animation\":\"fadeInUp\",\"delay\":\"300\"}}},\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}},\"class\":\"\"}},{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"160\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"yes\"}}}}]}]},{\"type\":\"section\",\"atts\":{\"section_name\":\"Information\",\"is_fullwidth\":{\"selected\":\"no\",\"no\":{\"container_color\":{\"id\":\"fw-custom\",\"color\":\"\"}}},\"vertical_align\":\"\",\"default_spacing\":\"fw-section-no-padding\",\"height\":\"auto\",\"background_options\":{\"background\":\"color\",\"image\":{\"background_image\":\"\",\"background_color\":{\"color\":\"\",\"id\":\"fw-custom\"},\"repeat\":\"no-repeat\",\"bg_position_x\":\"\",\"bg_position_y\":\"\",\"bg_size\":\"\",\"parallax\":{\"selected\":\"no\",\"yes\":{\"parallax_speed\":5}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_image\":80}}},\"video\":{\"video_type\":{\"selected\":\"youtube\",\"youtube\":{\"video\":\"\"},\"uploaded\":{\"video\":\"\",\"poster\":\"\"}},\"overlay_options\":{\"overlay\":\"no\",\"yes\":{\"background\":{\"color\":\"\",\"id\":\"fw-custom\"},\"overlay_opacity_video\":80}}},\"color\":{\"background_color\":{\"id\":\"fw-custom\",\"color\":\"#073967\"}}},\"margin_bottom\":\"\",\"link_id\":\"\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{\"selected\":\"yes\"},\"tablet_display\":{\"selected\":\"yes\"},\"smartphone_display\":{\"selected\":\"no\"}},\"class\":\"\"},\"_items\":[{\"type\":\"simple\",\"shortcode\":\"space\",\"atts\":{\"height\":\"40\",\"responsive\":{\"desktop_display\":{\"selected\":\"yes\"},\"tablet_landscape_display\":{